上一页 1 ··· 403 404 405 406 407 408 409 410 411 ··· 619 下一页

2020年7月10日

摘要: WNOHANG 拆解为 W NO HANG,即不阻塞模式。 如果当前进程没有该指定的子进程,或者函数执行错误,waitpid()返回值为-1。注:当第一个参数为-1时,指代任意子进程。当为某一pid时,指代该pid的子进程。 如果该子进程没有结束,则返回0;如果该子进程已经结束,则返回该pid; 无 阅读全文
posted @ 2020-07-10 16:46 lydstory 阅读(1051) 评论(0) 推荐(0)
摘要: set follow-fork-mode child gdb跟踪子进程 阅读全文
posted @ 2020-07-10 10:16 lydstory 阅读(712) 评论(0) 推荐(0)

2020年7月8日

摘要: CC2541 蓝牙模块 阅读全文
posted @ 2020-07-08 19:24 lydstory 阅读(116) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/chenshoubiao/p/4780971.html 阅读全文
posted @ 2020-07-08 14:50 lydstory 阅读(122) 评论(0) 推荐(0)

2020年7月7日

摘要: https://github.com/cloudwu?before=Y3Vyc29yOnYyOpK5MjAxOC0wNS0xMVQwOTo1MjoxMSswODowMM4Fg4Qx&tab=repositories 阅读全文
posted @ 2020-07-07 20:26 lydstory 阅读(218) 评论(0) 推荐(0)

2020年7月5日

摘要: update value 30万 1.5秒 每秒 20万条记录 本机虚拟机 8G内存 单核 一次打开 一次关闭 中间循环update 阅读全文
posted @ 2020-07-05 04:26 lydstory 阅读(99) 评论(0) 推荐(0)
摘要: The type parameter is of type DBTYPE, and must be set to one of DB_BTREE, DB_HASH,DB_HEAP, DB_QUEUE, DB_RECNO, or DB_UNKNOWN. If type is DB_UNKNOWN, t 阅读全文
posted @ 2020-07-05 00:00 lydstory 阅读(150) 评论(0) 推荐(0)

2020年7月3日

摘要: #include <stdio.h> char* Lx_itoaEx(long value, char* str, long radix) { static char dig[] = "0123456789" "abcdefghijklmnopqrstuvwxyz"; long n = 0, neg 阅读全文
posted @ 2020-07-03 17:23 lydstory 阅读(489) 评论(0) 推荐(0)
摘要: char* Lx_itoaEx(int value, char* str, int radix) { static char dig[] = "0123456789" "abcdefghijklmnopqrstuvwxyz"; int n = 0, neg = 0; unsigned int v; 阅读全文
posted @ 2020-07-03 16:11 lydstory 阅读(284) 评论(0) 推荐(0)
摘要: https://github.com/libharu/libharu 阅读全文
posted @ 2020-07-03 15:34 lydstory 阅读(138) 评论(0) 推荐(0)
上一页 1 ··· 403 404 405 406 407 408 409 410 411 ··· 619 下一页

导航