1 | add_executable(debug ${SOURCE_FILES}) |
一直提示找不到xxx库, 解决方法很简单, 就是把add_executable
放到link_directories
后面就可以了-_-!
1 | add_executable(debug ${SOURCE_FILES}) |
一直提示找不到xxx库, 解决方法很简单, 就是把add_executable
放到link_directories
后面就可以了-_-!
1 | # encrypt |
run defrag in the guest (Windows)
nullify free space:
With Linux guest run this:
1 | sudo dd if=/dev/zero of=/bigemptyfile bs=4096k |
With Windows guest, download SysinternalsSuite and run this:
1 | sdelete –z |
install the latest node js in ubuntu:
1 | curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - |
1 | export PATH=/opt/android-ndk-r12b:$PATH |
1 | get_stack() { |