上一页 1 ··· 477 478 479 480 481 482 483 484 485 ··· 621 下一页

2019年12月23日

摘要: FPDFText_GetFontSize :Get the font size of a particular characterProtetype: double FPDFText_GetFontSize(FPDF_TEXTPAGE text_page,int index);text_page - 阅读全文
posted @ 2019-12-23 17:46 lydstory 阅读(240) 评论(0) 推荐(0)
摘要: “我”这个字的unicode码到底是25105 “我”这个字的unicode码到底是25105 “我”这个字的unicode码到底是25105 阅读全文
posted @ 2019-12-23 15:05 lydstory 阅读(1077) 评论(0) 推荐(0)
摘要: FPDFText_GetFont :FPDFText_LoadPage,index a handle to the font used by the particular character 特定字符使用的字体的句柄。 返回值: FPDFFont_xxx使用 font ascent get the 阅读全文
posted @ 2019-12-23 10:51 lydstory 阅读(457) 评论(0) 推荐(0)

2019年12月22日

摘要: "program": "${workspaceFolder}/a.out", "preLaunchTask": "build", ctrl+p 阅读全文
posted @ 2019-12-22 17:25 lydstory 阅读(376) 评论(0) 推荐(0)
摘要: linux 环境下,g++和clang都可以作为C++的编译器,我这里选择使用的是clang。 首先是插件选择: (1) C/C++ 微软自带的C/C++插件。 (2) C/C++ Clang Command Adapter:提供静态检测(Lint) (3) Code Runner:右键即可编译运行 阅读全文
posted @ 2019-12-22 16:49 lydstory 阅读(757) 评论(0) 推荐(0)
摘要: code --user-data-dir /root/vscode code --user-data-dir /root/vscode 阅读全文
posted @ 2019-12-22 15:14 lydstory 阅读(574) 评论(0) 推荐(0)
摘要: 以下三个库都基于其核心库libnl: libnl-route:用于和Kernel中的Routing子系统交互。 libnl-nf:用于和Kernel中的Netfilter子系统交互。 libnl-genl:用于和Kernel中的Generic Netlink模块交互。 本节介绍libnl中的一些常用 阅读全文
posted @ 2019-12-22 15:01 lydstory 阅读(6309) 评论(0) 推荐(1)

2019年12月21日

摘要: bool LxDeleteFile(const char* src){ int32_t iRe = remove(src); if(iRe==0) return true; else return false; } 阅读全文
posted @ 2019-12-21 19:24 lydstory 阅读(138) 评论(0) 推荐(0)
摘要: /////////////////////////////////////////////////////// #include <iconv.h> #include <stdlib.h> #include <stdio.h> int code_convert(char *from_charset,char *to_charset,char *inbuf,size_t inlen,char *ou 阅读全文
posted @ 2019-12-21 18:54 lydstory 阅读(400) 评论(0) 推荐(0)

2019年12月20日

摘要: //解决Linux下默认中文字体乱码问题 QFont font("simsun", 11, QFont::Normal, false); a.setFont(font); 阅读全文
posted @ 2019-12-20 06:28 lydstory 阅读(125) 评论(0) 推荐(0)
上一页 1 ··· 477 478 479 480 481 482 483 484 485 ··· 621 下一页

导航