摘要:
http://blog.csdn.net/wl1524520/article/details/25706521 阅读全文
摘要:
http://blog.csdn.net/talkxin/article/details/50610984 阅读全文
摘要:
http://blog.csdn.net/marksinoberg/article/details/50945212 阅读全文
摘要:
.hg目录下hgrc文件 [ui] username = lyd 阅读全文
摘要:
在gdb中,运行程序使用r或是run命令。 程序的运行,你有可能需要设置下面四方面的事。 1、程序运行参数。 set args 可指定运行时参数。(如:set args 10 20 30 40 50) show args 命令可以查看设置好的运行参数。 阅读全文
摘要:
http://blog.csdn.net/10km/article/details/49867479 阅读全文
摘要:
1.下载 2. configure 提示需要glib 3.yum install glib 4.还是提示glib 5.yum install glib-devel 下载编译glib make install 安装在 /usr/local/lib目录下 把glib.pc文件拷贝到pkgconfg本地能 阅读全文
摘要:
mupdf-1.6-source\thirdparty\jbig2dec\config_win32.h //# define snprintf _snprintf 阅读全文
摘要:
int main(){ unsigned short i = 65434; short p = i; printf("%d", p); int sp; scanf_s("%d", &sp); return 0;} 阅读全文