会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
2017年11月20日
mysql没有top语句
摘要: select * from talble limit 10 如有条件 where 条件也是在where 之后 limit 在 where 条件后
阅读全文
posted @ 2017-11-20 18:58 lydstory
阅读(404)
评论(0)
推荐(0)
gdb调试
摘要: Gdb调试过程:1、程序经过预处理后,即进入编译阶段,进入编译阶段,首先声明编译:2、格式:gdb -o test test.c -g3、进入编译:gdb test4、显示需要编译调试的源程序:l(list)//list filename5、设置断点:b(break)行号6、查看设置的断点:info
阅读全文
posted @ 2017-11-20 14:40 lydstory
阅读(188)
评论(0)
推荐(0)
linux c读取串口数据
摘要: http://blog.csdn.net/psy6653/article/details/52084714
阅读全文
posted @ 2017-11-20 14:21 lydstory
阅读(481)
评论(0)
推荐(0)
判断\r\n结束标准
摘要: ucPrev==0x0D&&ucCur==0x0A \r\n uint8_t ucPrev =0,ucCur = 0; uint32_t recvlen = 0; for (; uiLen > 0; uiLen--){ ucCur = UARTRecvByte(); recvlen++; *pucD
阅读全文
posted @ 2017-11-20 09:50 lydstory
阅读(220)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告