上一页 1 ··· 589 590 591 592 593 594 595 596 597 ··· 601 下一页

2018年1月11日

摘要: 在这之前我们得先了解一下一些专业词汇: 1、profile profile可以理解为一种规范,一个标准的通信协议,它存在于从机中。蓝牙组织规定了一些标准的profile,例如 HID OVER GATT ,防丢器 ,心率计等。每个profile中会包含多个service,每个service代表从机的 阅读全文
posted @ 2018-01-11 13:47 lydstory 阅读(471) 评论(0) 推荐(0) 编辑

2018年1月10日

摘要: 以前就发现了vector中的erase方法有些诡异(^_^),稍不注意,就会出错。今天又一次遇到了,就索性总结一下,尤其是在循环体中用erase时,由于vector.begin() 和vector.end()是变化的,因此就引入了错误的可能性。 erase的函数原型有两种形式: iterator e 阅读全文
posted @ 2018-01-10 13:33 lydstory 阅读(219) 评论(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 阅读(91) 评论(0) 推荐(0) 编辑

2018年1月9日

摘要: 刚才查了一下,好像与一个叫CCID的驱动有关。你把FEATURE_MCT_READEDIRECT定义成0x08,再make一下试试。 阅读全文
posted @ 2018-01-09 19:28 lydstory 阅读(131) 评论(0) 推荐(0) 编辑
摘要: VK7JG-NPHTM-C97JM-9MPGT-3V66T 阅读全文
posted @ 2018-01-09 17:14 lydstory 阅读(279) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/73c3ce28ed7d92e50243d96c.html 阅读全文
posted @ 2018-01-09 16:44 lydstory 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 虚拟机 共享 window 目录 阅读全文
posted @ 2018-01-09 16:14 lydstory 阅读(114) 评论(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 阅读(106) 评论(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 阅读(4207) 评论(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 阅读(1123) 评论(0) 推荐(0) 编辑
上一页 1 ··· 589 590 591 592 593 594 595 596 597 ··· 601 下一页

导航