loquat
loquat
keep in track too.
it seems 8.0 is current version, maybe can update via SVN
> I'll try to make a VBA sample when I get a chance. This would rescan all the IntelliSense sources for descriptions etc. ----thanks in advance, i will try myself...
office 365 x64
> FPDF_DOCUMENT FPDF_LoadDocument(const char* file_path, const char* password); 这是函数原型,你要传个指针 > > https://zhuanlan.zhihu.com/p/672942133 其他功能都没有问题,只是在CloseDocument的时候崩溃。 找了官方代码,重新编译一个已经解决了。
首先获取QQ版本方法很多 1.参考WechatMsg的get_wx_info.py 2.用GetFileVersionInfo/GetFileVersionInfoSize 3.读注册表 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall(64位) HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall(32位) 前2种方法还要结合读取文件PE头的a.IMAGE_DOS_HEADER.e_lfanew(IMAGE_NT_HEADERS).IMAGE_OPTIONAL_HEADER.Magic(0x10B=32,0x20B=64) b.判断位数也可以用:GetBinaryType(文件路径,返回位数[0=32,6=64]) c.还可以用IsWow64Process
how to update cdpClasses? https://github.com/ChromeDevTools/devtools-protocol/tree/master/json/browser_protocol.json i found this file do not have "domain": "Runtime"
我之前也是,换个第三方证书签发机构又可以了
我已经做成网页版。