从2007年写了第一篇文章之后,我发现管理文献真不是人干的,一直以来使用Zotero来管理文献,自从有了dropbox之后,就想把文献库放在dropbox上,一来有个云备份,不怕硬盘坏,二来嘛,实验室电脑和个人电脑可以实时同步化,无奈dropbox空间太小,而我的zotero早已超过10G,因为电子 Read More
posted @ 2015-10-20 23:03 findumars Views(3352) Comments(0) Diggs(0)
这三个函数都是内存拷贝,目的都是将N个字节的源内存地址的内容拷贝到目标内存地址中。 void *memmove(void *dest,void*src,int count) void *memcpy(void *dest,void *src,int count) void *memccpy(void Read More
posted @ 2015-10-20 22:59 findumars Views(490) Comments(0) Diggs(0)
signtool sign /f certfile.pfx /p password /tr http://tsa.starfieldtech.com /td SHA256 mycode.exehttps://www.godaddy.com/help/signing-windows-code-with... Read More
posted @ 2015-10-20 22:07 findumars Views(211) Comments(0) Diggs(0)
Get a code signing certificateBefore you can establish a Windows Dev Center hardware dashboard account, you need to get a code signing certificate to ... Read More
posted @ 2015-10-20 20:15 findumars Views(1264) Comments(0) Diggs(0)
Driver Signing changes in Windows 10RATE THIS1 Apr 2015 1:28 PM39Beginning with the release of Windows 10, all new Windows 10 kernel mode drivers must... Read More
posted @ 2015-10-20 20:12 findumars Views(413) Comments(0) Diggs(0)