上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 95 下一页
摘要: 这种问题很有可能是你的kernel 没有选中bluetooth 的相关支持项目 可能要在生成kernel 的目录中 make menuconfig 选中相关的支持项目.即可. 替换tftp 相关的zImage解决问题. 参考文献: "http://www.linuxforums.org/forum/ 阅读全文
posted @ 2017-12-05 10:10 HDU李少帅 阅读(1225) 评论(0) 推荐(0)
摘要: ``` 首先切换到大写的模式 然后ctrl + v 选中自己想注释的行.上下方向键盘 然后 按i 然后输入自己想要的 东西 然后esc 就输入了 ``` 阅读全文
posted @ 2017-12-04 11:19 HDU李少帅 阅读(2954) 评论(0) 推荐(0)
摘要: 这种错误的解决方案 /gerrit/: ) 阅读全文
posted @ 2017-12-04 10:55 HDU李少帅 阅读(8152) 评论(0) 推荐(0)
摘要: github上的解决方案 "https://github.com/archlinuxfr/yaourt/issues/287" "curl_easy_perform()返回值说明" 在移植别人的sdk的时候发现 "https://curl.haxx.se/docs/caextract.html" 从 阅读全文
posted @ 2017-12-04 09:46 HDU李少帅 阅读(7940) 评论(0) 推荐(0)
摘要: "https://www.cnblogs.com/Stultz Lee/p/6699992.html undefined" 我们可以使用strftime()函数将时间格式化为我们想要的格式。它的原型如下: size_t strftime( char strDest, size_t maxsize, 阅读全文
posted @ 2017-12-03 11:21 HDU李少帅 阅读(1256) 评论(0) 推荐(0)
摘要: 大小端 小端 大值占大位 大端 大值占小位 遇到的困惑 bool 怎么没有在C里面定义呢????? 求解释 阅读全文
posted @ 2017-12-02 10:47 HDU李少帅 阅读(1140) 评论(0) 推荐(0)
摘要: "http://blog.csdn.net/e_wsq/article/details/14109701" 装载地址 有很多种方法: 前两种类似,但和第三种有较大区别,前两种是运用构造函数直接创建一个内容与c字符串一致的string对象;第三种是c++标准库编写的string类的内部重载了赋值运算符 阅读全文
posted @ 2017-12-01 12:42 HDU李少帅 阅读(224) 评论(0) 推荐(0)
摘要: 服务端 cpp include include include include include include include define PORT 8888 define BACKLOG 2 // 帧听端口长度 void process_conn_server(int s); int main( 阅读全文
posted @ 2017-12-01 01:25 HDU李少帅 阅读(310) 评论(0) 推荐(0)
摘要: linux 网络编程书 对于 semid = semget(key,1,IPC_CREAT|0666); / 获得信号量的ID / 写错了 书里面写的是0 ,这个参数的意义代表的是,信号量的数量。 有点烦躁,为什么出书的不把书里面的程序运行一下呢????? 另外,把所有的代码的下载连接放上去 "li 阅读全文
posted @ 2017-11-26 20:56 HDU李少帅 阅读(455) 评论(0) 推荐(0)
摘要: "https://github.com/shadowsocks/shadowsocks qt5/wiki/%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97" "https://github.com/XX net/XX Net/wiki/%E4%BD%BF%E7%94%A8Fi 阅读全文
posted @ 2017-11-24 14:36 HDU李少帅 阅读(665) 评论(0) 推荐(0)
上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 95 下一页