上一页 1 ··· 571 572 573 574 575 576 577 578 579 ··· 583 下一页

2018年1月10日

摘要: 以前就发现了vector中的erase方法有些诡异(^_^),稍不注意,就会出错。今天又一次遇到了,就索性总结一下,尤其是在循环体中用erase时,由于vector.begin() 和vector.end()是变化的,因此就引入了错误的可能性。 erase的函数原型有两种形式: iterator e 阅读全文
posted @ 2018-01-10 13:33 lydstory 阅读(217) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zieckey/article/details/63760757 http://www.mamicode.com/info-detail-1768638.html 阅读全文
posted @ 2018-01-10 10:41 lydstory 阅读(88) 评论(0) 推荐(0) 编辑

2018年1月9日

摘要: 刚才查了一下,好像与一个叫CCID的驱动有关。你把FEATURE_MCT_READEDIRECT定义成0x08,再make一下试试。 阅读全文
posted @ 2018-01-09 19:28 lydstory 阅读(127) 评论(0) 推荐(0) 编辑
摘要: VK7JG-NPHTM-C97JM-9MPGT-3V66T 阅读全文
posted @ 2018-01-09 17:14 lydstory 阅读(276) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/73c3ce28ed7d92e50243d96c.html 阅读全文
posted @ 2018-01-09 16:44 lydstory 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 虚拟机 共享 window 目录 阅读全文
posted @ 2018-01-09 16:14 lydstory 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 1. char *message = new char[macstr.size() + 1]; strcpy(message,macstr.c_str()); std::cout<<macstr<<std::endl; pthread_create(&tid1,NULL,runner,message 阅读全文
posted @ 2018-01-09 14:37 lydstory 阅读(103) 评论(0) 推荐(0) 编辑
摘要: http://www.linuxquestions.org/questions/slackware-14/symbol-lookup-error-usr-lib-libgtk-x11-2-0-so-0-undefined-symbol-434399/ http://www.linuxquestion 阅读全文
posted @ 2018-01-09 11:45 lydstory 阅读(4172) 评论(0) 推荐(0) 编辑
摘要: 安装Json库 1、下载JsonCpphttp://sourceforge.net/projects/jsoncpp/files/ 2、下载sconshttp://sourceforge.net/projects/scons/files/scons/2.1.0/scons-2.1.0.tar.gz/ 阅读全文
posted @ 2018-01-09 10:36 lydstory 阅读(1093) 评论(0) 推荐(0) 编辑

2018年1月8日

摘要: 发送的字符串后面添加:\r\n 结束标志 否则发送1024或者程序接收默认的字节数 阅读全文
posted @ 2018-01-08 15:14 lydstory 阅读(214) 评论(0) 推荐(0) 编辑
上一页 1 ··· 571 572 573 574 575 576 577 578 579 ··· 583 下一页

导航