赞助
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 39 下一页
摘要: 转载:https://blog.csdn.net/lengyuezuixue/article/details/79769103 在项目开发过程中遇到一个需求,通过C++调用js方法传参给前端显示图片,但前端如果想显示一个本地绝对路径的一张图片,必须把图片内容转换成base64,原因是浏览器中的Jav 阅读全文
posted @ 2019-03-11 14:50 车臣 阅读(1582) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.cnblogs.com/jeray/p/8746976.html 转载:https://www.cnblogs.com/lujin49/p/4957742.html 转载:https://blog.csdn.net/whish1994/article/details/79 阅读全文
posted @ 2019-02-22 11:37 车臣 阅读(7644) 评论(1) 推荐(1) 编辑
摘要: 参考:https://peter.sh/experiments/chromium-command-line-switches/ List of Chromium Command Line Switches 转载:https://bbs.csdn.net/topics/391996198 转载:htt 阅读全文
posted @ 2019-01-24 10:09 车臣 阅读(11629) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/foruok/article/details/50687864(解析json) 转载:https://blog.csdn.net/foruok/article/details/51132462(构建json) 在CEF项目开发中避免不了要使用json 阅读全文
posted @ 2019-01-19 14:09 车臣 阅读(1401) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/wxxweb/p/3738696.html 在CefBrowserSettings也就是_cef_browser_settings_t结构体中,有个成员变量web_security,来看下它的注释 方法1. 将其赋值为true,即可运行跨域访问 阅读全文
posted @ 2019-01-18 17:46 车臣 阅读(2180) 评论(0) 推荐(0) 编辑
摘要: 参考文档:http://magpcss.org/ceforum/apidocs3/projects/(default)/CefCookieManager.html 转载:https://www.cnblogs.com/guolixiucai/p/6994559.html 转载:https://blo 阅读全文
posted @ 2019-01-18 10:47 车臣 阅读(6047) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/fan380485838/article/details/73188420 在实际项目开发中,会用ini配置文件,在此总结一下对ini读写操作 一:读ini配置文件 二:写ini配置文件 完整代码: 三:配置文件格式: 四:如下需要注意下: 1.IN 阅读全文
posted @ 2019-01-14 11:53 车臣 阅读(1636) 评论(1) 推荐(0) 编辑
摘要: 转载:https://jingyan.baidu.com/article/2d5afd6930107a85a2e28e2d.html 第一步:新建一个文本文档,输入如下代码,然后另存为OpenCmdHere.reg文件 第二步:保存好OpenCmdHere.reg文件之后,双击运行,如下图所示: 第 阅读全文
posted @ 2019-01-14 10:44 车臣 阅读(1868) 评论(2) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/jiaxiaokai/article/details/50983867 __try __except的用法: __try __except是windows 系统独有的异常处理模型,称为SEH( structured exception handlin 阅读全文
posted @ 2019-01-12 14:18 车臣 阅读(12782) 评论(0) 推荐(0) 编辑
摘要: 在项目开发过程中,有时候需要进行调试测试,然后我们可以在cef上下文菜单中添加自定义开发者工具菜单项,这样会比较方便,最后效果: 实现过程: 让自己的MyClientHandler来继承 CefContextMenuHandler这个抽象类,然对其下面的纯虚函数进行重写 1.获得事件处理器 2. 重 阅读全文
posted @ 2019-01-10 17:38 车臣 阅读(4386) 评论(1) 推荐(1) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 39 下一页