new malloc区别 new 自由存储区 malloc堆上 (pdfium为什么用malloc)?? char const *ptr; 此种写法和const char *等价,大家可以自行实验验证。 typedef char const* FX_LPCSTR; ...
分类:
其他好文 时间:
2020-01-13 13:11:21
阅读次数:
56
每天学习一点点 编程PDF电子书、视频教程免费下载:http://www.shitanlife.com/code function IEVersion() { var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串 var isIE = u ...
分类:
Web程序 时间:
2020-01-12 09:22:17
阅读次数:
270
Google搜索使用技巧 熟练使用搜索引擎 高级查询指令 [ intitle: ] 按标题搜索帮助google限定了你搜索的结果,只有那些标题含有你指定的关键词的页面会返回给你。例如“intitle: login password”会返回标题含有login,而页面里面随便什么地方含有password ...
分类:
其他好文 时间:
2020-01-11 20:18:09
阅读次数:
87
pdf 文件的下载链接为 https://www.lanzous.com/i8ltnsj ...
分类:
其他好文 时间:
2020-01-11 18:11:29
阅读次数:
52
文件里面包含了原理图、引脚定义、硬件手册。 FZ3-2019-12-30.pdf FZ3管脚定义.xls FZ3硬件手册.pdf 点击我下载 ...
分类:
其他好文 时间:
2020-01-11 15:12:23
阅读次数:
170
https://talks.golang.org/2015/go-gc.pdf https://www.oschina.net/translate/go-gc-solving-the-latency-problem-in-go-1-5?comments&p=1 Go: 成千上万的 goroutine ...
分类:
其他好文 时间:
2020-01-11 15:11:17
阅读次数:
72
https://people.cs.umass.edu/~moss/papers/jgrande-2001-sapphire.pdf Many concurrent garbage collection (GC) algorithms have been devised, but few have ...
分类:
移动开发 时间:
2020-01-11 15:04:54
阅读次数:
84
if (/.pdf/g.test($(this).text())) { let link = document.createElement("a"); link.style.display = "none"; link.setAttribute("target", "_blank") link.hr ...
分类:
其他好文 时间:
2020-01-11 11:28:43
阅读次数:
131
通过文档格式转换,可满足不同办公场合对文档操作的需求。本文将介绍转换Excel文档为其他常见文档格式的方法。通过文中的方法,可支持将Excel转换为包括PDF、图片、html、XPS、XML、CSV、PCL、ODS、PostScript、以及OfficeExcel不同版本,如,version97-2003,version2007,version2010,version2013,version201
分类:
编程语言 时间:
2020-01-11 09:28:13
阅读次数:
83
看了DRG分组PDF文档,需要查内容挺麻烦的,就花了几天时间整理出来。刚好在学习Golang,用gin做了个简单的ADRG在线查询app出来,重新体会下纯手码的痛感。 提供模糊查询、诊断+手术和操作及联合手术查询。 在线查询地址:http://www.chs-drg.net.cn ...
分类:
其他好文 时间:
2020-01-10 00:21:27
阅读次数:
197