摘要:
* set java env, add /home/linxu/myspace/java_projects/algs4/algs4.jar to CLASSPATH `sudo vim ~/.bashrc` `export JAVA_HOME=/usr/lib/jvm/java-11-openjdk 阅读全文
摘要:
Build Boost for Android https://github.com/moritz-wundke/Boost-for-Android set the NDK_ROOT environment export NDK_ROOT=~/Android/Sdk/ndk/23.1.7779620 阅读全文
摘要:
Note You may notice that the familyNames property is declared using the copy keyword instead of strong. What’s up with that? Why should we be copying ... 阅读全文
摘要:
Beginning IOS 7 Development Exploring the IOS SDK目前使用的是Objective-C,用这本书,简单记录一下第一章,图书简介第二章,简要介绍使用xcode,建一个HelloWorld工程,并添加app应用图片第三章,讲解Outlets和Actions是... 阅读全文