03 2017 档案
摘要:其他形式1: 1、定义函数 def test4(a = ()): print('################test4################') print(type(a)) print(a) 2、调用函数 正确调用: test4((1, 2)) #a在函数体内部为tuple类型 te
阅读全文
摘要:est/test_fifo.test: error while loading shared libraries: libcunit.so.1: cannot open shared object file: No such file or directoryMakefile:70: recipe
阅读全文
摘要:我们用gcc编译程序时,可能会用到“-I”(大写i),“-L”(大写l),“-l”(小写l)等参数,下面做个记录: 例: gcc -o hello hello.c -I /home/hello/include -L /home/hello/lib -lworld 上面这句表示在编译hello.c时:
阅读全文
摘要:原文地址:http://hi.baidu.com/yzkuang/blog/item/557e4f24423d8136c9955908.html
阅读全文
摘要:1. Examples/Makefile.am:26: to 'configure.ac' and run 'autoconf' again. configure.ac:211: error: required file 'config.h.in' not found 解决方法: autorecon
阅读全文
浙公网安备 33010602011771号