12 2014 档案

摘要:配置文件在:/etc/php5/$中,不同的模式含有自己的php.ini配置文件。php可以运行于多种模式:cgi、fastcgi、cli、web模块模式等4种;我现在使用的模式是cli模式,这里进行一次测试。在ubuntu下需要安装sudo apt-get install php5-devphp应... 阅读全文
posted @ 2014-12-31 11:49 Merlin-magic 阅读(171) 评论(0) 推荐(0) 编辑
摘要:CMakeLists.txtproject(MCSTRUCTS)set(SRC_LIST src/main.c src/mcslist.c src/mcsringbuf.c)add_executable(mcstructs ${SRC_LIST}) 执行过程:merlin@tfAnalysis:~/... 阅读全文
posted @ 2014-12-16 22:21 Merlin-magic 阅读(366) 评论(0) 推荐(0) 编辑
摘要:只需要一个命令就可以了!merlin@tfAnalysis:~/projects/tfadc$ man -t errno | ps2pdf - ~/errno.pdf输出的文件很漂亮。 阅读全文
posted @ 2014-12-16 21:22 Merlin-magic 阅读(379) 评论(0) 推荐(0) 编辑