上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 54 下一页
摘要: 由于lua 5.1 不支持左移右移的操作符,所以要移植lua 5.3。方便在window 下编译调试 参考链接: http://www.linuxidc.com/Linux/2014-02/96459.htm 执行脚本时,要用vs command prompt, vs的命令行上相关环境变量已经设置好 阅读全文
posted @ 2017-07-09 09:52 cogitoergosum 阅读(345) 评论(0) 推荐(0)
摘要: winmail 阅读全文
posted @ 2017-07-03 15:50 cogitoergosum 阅读(107) 评论(0) 推荐(0)
摘要: 下载链接: http://download.csdn.net/download/macrocrazier/3807761 用上述下载的链接会出现Failed to execute /linuxrc (error -2) 修复方法: http://blog.csdn.net/itismine/arti 阅读全文
posted @ 2017-06-28 10:36 cogitoergosum 阅读(382) 评论(0) 推荐(0)
摘要: 参考链接: http://blog.csdn.net/keyeagle/article/details/6708077/ NOTICE: 静态全局变量 与 普通的全局变量的区别 static 全局变量它只在定义它的源文件内有效,其他源文件无法访问它, 而普通全局变量可以通过 extern 方式使用全 阅读全文
posted @ 2017-06-14 11:12 cogitoergosum 阅读(4505) 评论(0) 推荐(0)
摘要: a、uboot 向内核传递的参数有两种类型 1、一个是bootargs 2、一个是环境参数, 而环境参数的设置靠的是 Y:\junda\JdLinuxApp\A1801_uboot\source\u-boot-2013.10\arch\mips\lib\bootm.c boot_prep_linux 阅读全文
posted @ 2017-06-12 10:02 cogitoergosum 阅读(2912) 评论(0) 推荐(0)
摘要: 1、软链接 只包含另外软链接的基本信息, 生成与源文件不同的节点号, 可以链接目录、不同网络的文件 2、硬链接只能链接文件,不会生成节点号,说白了就是指针,指向同个文件,所以链接的节点号与源节点号一致 阅读全文
posted @ 2017-06-06 15:17 cogitoergosum 阅读(143) 评论(0) 推荐(0)
摘要: 1、 阅读全文
posted @ 2017-05-24 11:46 cogitoergosum 阅读(127) 评论(0) 推荐(0)
摘要: 参考链接: http://www.cppblog.com/runsisi/archive/2012/10/08/193027.html gcc 搜索路径: 1、 gcc -print-search-dirs install: /usr/lib/gcc/i686-w64-mingw32/4.6/ pr 阅读全文
posted @ 2017-05-22 10:11 cogitoergosum 阅读(218) 评论(0) 推荐(0)
摘要: 参考链接: http://blog.csdn.net/yin138/article/details/50388878 enterprise_id的数组大小要大于6位,否则用snmp get 时获取的是 enterprises 阅读全文
posted @ 2017-05-17 10:15 cogitoergosum 阅读(686) 评论(0) 推荐(0)
摘要: 四种类型转换: reinterpret_cast、static_cast、dynamic_cast 和 const_cast reinterpret_cast 可以进行任意类型转换 static_cast 进行类的转换以及基本类型转换 dynamic_cast 跟 static_cast 作用差不多 阅读全文
posted @ 2017-05-07 10:28 cogitoergosum 阅读(144) 评论(0) 推荐(0)
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 54 下一页