上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 61 下一页
摘要: dmesg | grep tty cat /proc/tty/driver/serial 阅读全文
posted @ 2019-08-07 10:42 MoonXu 阅读(228) 评论(0) 推荐(0) 编辑
摘要: backtrace(简写为bt命令查看函数调用的栈帧: nfo(简写为i)查看函数中局部变量的值: i locals 查看函数当前局部变量的值用frame(简写为f)选择1号栈帧然 frame 1 可以利用finish命令让程序一直运行到从当前函数返回为止 continue(简写为c)命令运行到程序 阅读全文
posted @ 2019-08-05 17:37 MoonXu 阅读(193) 评论(0) 推荐(0) 编辑
摘要: vasprintf pthread_getspecific pthread_once pthread_key_delete thread_setspecific pthread_key_create strdup realloc 阅读全文
posted @ 2019-08-05 14:16 MoonXu 阅读(100) 评论(0) 推荐(0) 编辑
摘要: xpy@ubuntu:~/kj/mxml$ ./a.out./a.out: error while loading shared libraries: libmxml.so.1: cannot open shared object file: No such file or directory 解决 阅读全文
posted @ 2019-08-05 09:46 MoonXu 阅读(134) 评论(0) 推荐(0) 编辑
摘要: INT_MAX UINT_MAX ATTRIBUTE_UNUSED 阅读全文
posted @ 2019-08-02 15:52 MoonXu 阅读(112) 评论(0) 推荐(0) 编辑
摘要: xml.h:97:8: error: variable ‘xmlEntityAmp’ has initializer but incomplete type struct xmlEntity xmlEntityAmp = { 定义变量的时候首先看一下,变量在之前是否声明 阅读全文
posted @ 2019-07-31 17:32 MoonXu 阅读(144) 评论(0) 推荐(0) 编辑
摘要: __attribute__ 可以设置函数属性(Function Attribute )、变量属性(Variable Attribute )和类型属性(Type Attribute ) aligned: struct S { short b[3];}__attribute__ ((aligned (2 阅读全文
posted @ 2019-07-29 18:08 MoonXu 阅读(709) 评论(0) 推荐(0) 编辑
摘要: __strcmp_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S:3131 ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: No such fi 阅读全文
posted @ 2019-07-29 14:10 MoonXu 阅读(2268) 评论(1) 推荐(1) 编辑
摘要: 添加 -lpthread CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/tools/boost/includeexport CPLUS_INCLUDE_PATH LIBRARY_PATH=$LIBRARY_PATH:/tools/boost/libexport LI 阅读全文
posted @ 2019-07-26 15:10 MoonXu 阅读(271) 评论(0) 推荐(0) 编辑
摘要: QByteArray baData; QString str = QString(baData); // 反过来转换; QByteArray by1 = str.toLatin1(); QByteArray by2 = str.toLocal8Bit(); 阅读全文
posted @ 2019-07-25 19:10 MoonXu 阅读(38645) 评论(0) 推荐(1) 编辑
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 61 下一页