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

2020年7月5日

摘要: 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 阅读(490) 评论(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)
摘要: http://www.vulcanware.com/cpp_pdf/index.html http://www.vulcanware.com/resume.html http://www.vulcanware.com/more_cpp.html 老外个人简历例子代码 阅读全文
posted @ 2020-07-03 14:59 lydstory 阅读(145) 评论(0) 推荐(0)
摘要: 1.static修饰作用于本地文件 2.不能全局访问 局部一个文件访问 阅读全文
posted @ 2020-07-03 08:52 lydstory 阅读(102) 评论(0) 推荐(0)

2020年7月2日

摘要: draw 英[drɔː] 美[drɔː] v. (用铅笔、钢笔或粉笔) 画,描绘,描画; 拖(动); 拉(动); 牵引; 拉,拖(车); 吸引,使感兴趣; 阅读全文
posted @ 2020-07-02 15:11 lydstory 阅读(737) 评论(0) 推荐(0)
摘要: json_object_put 阅读全文
posted @ 2020-07-02 14:31 lydstory 阅读(1413) 评论(0) 推荐(0)

2020年7月1日

摘要: truncate 英[trʌŋˈkeɪt] 美[ˈtrʌŋkeɪt] v. 截短,缩短,删节(尤指掐头或去尾); [例句]Basal leaf blade oblong or elliptic, truncate or cuneate at base. 基生叶长圆形或椭圆形,截形或楔形在基部。 [其 阅读全文
posted @ 2020-07-01 11:37 lydstory 阅读(1002) 评论(0) 推荐(0)
摘要: 相关函数:open、truncate表头文件:#include <unistd.h>函数原型:int ftruncate(int fd, off_t length)函数说明:ftruncate()会将参数fd指定的文件大小改为参数length指定的大小。参数fd为已打开的文件描述词,而且必须是以写入 阅读全文
posted @ 2020-07-01 11:35 lydstory 阅读(452) 评论(0) 推荐(0)
上一页 1 ··· 404 405 406 407 408 409 410 411 412 ··· 619 下一页

导航