上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: rm: 无法删除 "xxxxx.o" : 输入/输出错误.碰到无法删除的文件,以为完蛋了,要重装。后面重启一下就可以了 阅读全文
posted @ 2015-10-20 13:15 johnny_shi 阅读(2539) 评论(0) 推荐(0) 编辑
摘要: 参考了http://blog.csdn.net/topasstem8/article/details/17920127 和http://blog.sina.com.cn/s/blog_560e31000101ajgw.html 的内容#!/usr/bin/expectspawn ssh -l snq... 阅读全文
posted @ 2015-10-19 15:42 johnny_shi 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 在写wifi库的时候碰见一个Segmentationfault(CoreDump)所以需要用GDB调试下。在cmake的时候,修改CMakeLists.txtset(CMAKE_C_FLAGS "-g -Wall")然后就可以调试了,打开调试功能。如果是调试C++ 就要用添加set(CMAKE_CX... 阅读全文
posted @ 2015-10-15 13:48 johnny_shi 阅读(1216) 评论(0) 推荐(0) 编辑
摘要: 现在在做一个WIFI API相关的库,这样就可以让其他的人管理WIFI.在调用API的时候要回复SHELL打印的信息,比如说搜索热点,而且不在SHELL中打印出来。然后把信息返回给调用API的程序。#include #include int main( int argc, char *argv[] ... 阅读全文
posted @ 2015-10-14 16:29 johnny_shi 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 1.检查kernel的.config文件,看是否有CONFIG又恢复了。这个时候就要需找依赖。把依赖使能2.然后再去驱动源码检查 KCONFIG 的依赖,使能改使能的配置就可以了。 阅读全文
posted @ 2015-09-08 10:29 johnny_shi 阅读(409) 评论(0) 推荐(0) 编辑
摘要: cc1: error: unrecognized command line option "-m64"cc1: error: unrecognized command line option "-mno-red-zone"cc1: error: unrecognized command line o... 阅读全文
posted @ 2015-09-02 14:22 johnny_shi 阅读(3828) 评论(0) 推荐(1) 编辑
摘要: | if which ninja-build ;\| then \| ln -s `which ninja-build` bin/ninja ;\| else \| echo "***ERROR: Ninja build tool not found." 1>&2 ;\| ... 阅读全文
posted @ 2015-09-01 16:52 johnny_shi 阅读(1893) 评论(0) 推荐(0) 编辑
摘要: minicom -s 进入设置界面在Serial port setup 中设置硬件控制流为NOF - Hardware Flow Control : No就OK了 阅读全文
posted @ 2015-08-13 09:23 johnny_shi 阅读(540) 评论(0) 推荐(0) 编辑
摘要: XTest 鼠标移动事件。XTestFakeMotionEvent 关于XTest的编程。http://lilydjwg.is-programmer.com/2011/9/21/using-xtest-to-simulate-mouse-click.29636.html 阅读全文
posted @ 2015-08-05 11:24 johnny_shi 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 源代码安装http://anyremote.sourceforge.net/pre.html安装 -xtestapt-get install libxtst-dev安装glibsudo apt-get install libglib2.0-dev安装dbusapt-get build-dep dbu... 阅读全文
posted @ 2015-08-04 10:14 johnny_shi 阅读(618) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页