项目知识盲点汇总
C++
在此记录我在VDI项目中与不熟悉的C++交手时遇到的一些问题,经research后找到的答案,以便之后遇到类似问题能快速找到答案,毕竟记性太差了😭。
Difference between NSLog and Printf statement for ObjectiveC
iOS debugging real device with printf
#pragma comment(lib,”xxx.lib”)
Calling Objective-C method from C++ member function?**
How to create a process on Mac OS using fork() and exec()
How do I convert a c-style char* array to NSArray?
How to make child process die after parent exits
9 Ways You Can Avoid ObjC Xcode Preprocessor Macros
C header for Mac OS X open Command or equivalent
What to do with a Segmentation Fault 11
binding of reference to a value of type drops qualifiers
Check if current thread is main thread
常用命令
Shell脚本
Linux下$#,$0,$1,$2,$3,$@,$*,$$,$?代表的含义
Line Breaks in Windows, UNIX & Macintosh Text Files
编译
打包
Pro tip: Distributing software with Apple Remote Desktop
How to use Terminal to create packages for software deployment