XCODE Go to your Target -> General -> Linked Frameworks and Libraries then add WebKit.framework

~ nox logcat ~

Post on (2020.08.18) |android | No Comments

cmd
nox_adb logcat>logcat.log

~ install msgpack on centos7 ~

Post on (2020.08.12) |centos, php | No Comments

yum install php-pear php-devel
nano php.ini
disable_functions =
sudo systemctl restart php-fpm
pecl install msgpack
cd /etc/php.d
nano msgpack.txt
extension=msgpack.so
nano php.ini
disable_functions = add back disable_function
sudo systemctl restart php-fpm

~ centos 7 update php to 7.4 ~

Post on (2020.08.12) |centos, php | No Comments
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum install yum-utils
yum-config-manager --enable remi-php74
yum update
php -v 
systemctl start php-fpm

Xcode > Archive
wait
Distribute App>Development>Next>enter link>select cert>export

create a index.html

grep -r UIWebView /Path/To/Project/*

make your hdd with more space
del all the folder in
~/Library/Developer/Xcode/Ios DeviceSupport

Manually download the xcode from
https://developer.apple.com/download/more/
to the external hdd
extract the Xcode.xip

see size of the xcode.app
if the mac cannot contains more extra space, del the xcode from application folder and copy the xcode.app to the primary hdd

chrome://flags/
search
Load Media Router Component Extension =>enable
Connect to Cast devices on all IP addresses =>enable
reload chrome

bitdefender exclude the ip of chromecast

~ compile py to exe ~

Post on (2020.05.15) |py | No Comments

pip install pyinstaller
pyinstaller -F test.py

~ sed with / character ~

Post on (2020.05.13) |Linux | No Comments

try to use | instead of /
example
sed -i ‘s|var/www/test|tmp|g’ /tmp/test.sh

« Previous Page | Next Page »

Smiley face

May 2024
S M T W T F S
 1234
567891011
12131415161718
19202122232425
262728293031  
晴晴兔的少女回憶 =3=~ All rights reserved.