摘要:
select * from talble limit 10 如有条件 where 条件也是在where 之后 limit 在 where 条件后 阅读全文
摘要:
Gdb调试过程:1、程序经过预处理后,即进入编译阶段,进入编译阶段,首先声明编译:2、格式:gdb -o test test.c -g3、进入编译:gdb test4、显示需要编译调试的源程序:l(list)//list filename5、设置断点:b(break)行号6、查看设置的断点:info 阅读全文
摘要:
http://blog.csdn.net/psy6653/article/details/52084714 阅读全文
摘要:
ucPrev==0x0D&&ucCur==0x0A \r\n uint8_t ucPrev =0,ucCur = 0; uint32_t recvlen = 0; for (; uiLen > 0; uiLen--){ ucCur = UARTRecvByte(); recvlen++; *pucD 阅读全文