上一页 1 ··· 466 467 468 469 470 471 472 473 474 ··· 618 下一页

2020年1月7日

摘要: FPDF_InitLibrary(); FPDF_DOCUMENT outdoc; string inpdf = "/home/lyd/work/gnpdf/441.pdf"; outdoc = FPDF_CreateNewDocument(); FPDF_PAGE page = FPDFPage_New(outdoc, 0, 612, 792); ... 阅读全文
posted @ 2020-01-07 06:08 lydstory 阅读(1280) 评论(0) 推荐(0)
摘要: #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif 阅读全文
posted @ 2020-01-07 00:58 lydstory 阅读(121) 评论(0) 推荐(0)

2020年1月6日

摘要: cpprestsdk 别人用? 阅读全文
posted @ 2020-01-06 22:24 lydstory 阅读(150) 评论(0) 推荐(0)
摘要: NPAPI activex ppai开发 阅读全文
posted @ 2020-01-06 22:20 lydstory 阅读(109) 评论(0) 推荐(0)
摘要: 引用-l的freetype之类库问题 .so的生成必须是libpng.so之类 如果是libfx_png.so 重命名成libpng.so 系统可能还是认为是libfx_png 阅读全文
posted @ 2020-01-06 18:35 lydstory 阅读(409) 评论(0) 推荐(0)
摘要: https://github.com/chromium/chromium/tree/master/third_party 阅读全文
posted @ 2020-01-06 17:13 lydstory 阅读(125) 评论(0) 推荐(0)
摘要: ide c c++ 阅读全文
posted @ 2020-01-06 15:35 lydstory 阅读(134) 评论(0) 推荐(0)
摘要: mysql ndb 集群 mysql ndb 集群 mysql ndb 集群 阅读全文
posted @ 2020-01-06 15:05 lydstory 阅读(167) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/baidu_37964071/article/details/80514340 阅读全文
posted @ 2020-01-06 14:50 lydstory 阅读(101) 评论(0) 推荐(0)
摘要: 信号集 结构体 sem_t 长整型的数 sigset_t 号集及信号集操作函数:信号集被定义为一种数据类型: typedef struct { unsigned long sig[_NSIG_WORDS]; } sigset_t 信号集用来描述信号的集合,linux所支持的所有信号可以全部或部分的出 阅读全文
posted @ 2020-01-06 10:36 lydstory 阅读(1920) 评论(0) 推荐(0)
上一页 1 ··· 466 467 468 469 470 471 472 473 474 ··· 618 下一页

导航