上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 29 下一页
摘要: Here is an incomplete stack of tricks to help you work with Chromium in Visual Studio. Faster Solution Loading / IntelliSense Loading a huge solution 阅读全文
posted @ 2020-06-19 11:08 Bigben 阅读(200) 评论(0) 推荐(0) 编辑
摘要: Debugging Chromium on Windows First see get the code for checkout and build instructions. Getting started You can use Visual Studio's built-in debugge 阅读全文
posted @ 2020-06-19 10:59 Bigben 阅读(330) 评论(0) 推荐(0) 编辑
摘要: git的突出解决--git rebase之abort、continue、skip (1)应用实例描述 假设在github或者gitoschina上建立了一个项目,默认分支为master分支,远程master分支上c.sh文件内容: 开发者A、B分别将项目拷贝到自己本地进行开发 某一天,开发者B提交c 阅读全文
posted @ 2020-06-17 17:16 Bigben 阅读(4122) 评论(0) 推荐(0) 编辑
摘要: set path=C:\chromium\depot_tools;%PATH% set DEPOT_TOOLS_WIN_TOOLCHAIN=0 git config --global user.name "My Name" git config --global user.email "my-nam 阅读全文
posted @ 2020-06-17 16:31 Bigben 阅读(279) 评论(0) 推荐(0) 编辑
摘要: https://itnext.io/how-javascript-works-in-browser-and-node-ab7d0d09ac2f A visualization of JavaScript runtime, callback queue and event loop and Web A 阅读全文
posted @ 2020-06-16 10:15 Bigben 阅读(312) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/longji/article/details/80967225 01 阅读官方文档https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions 阅读全文
posted @ 2020-06-15 19:51 Bigben 阅读(1033) 评论(0) 推荐(0) 编辑
摘要: Git Reset 三种模式 https://www.jianshu.com/p/c2ec5f06cf1a https://blog.csdn.net/yxlshk/article/details/79944535 有时候,我们用Git的时候有可能commit提交代码后,发现这一次commit的内容 阅读全文
posted @ 2020-06-15 17:21 Bigben 阅读(426) 评论(0) 推荐(0) 编辑
摘要: dom相关: https://w3c.github.io/uievents/ https://dom.spec.whatwg.org/ 工作原理: https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/ 自己添加更多dom 阅读全文
posted @ 2020-06-15 10:07 Bigben 阅读(358) 评论(0) 推荐(0) 编辑
摘要: electron 的depot_tools 工具下载构建源码 nodejs写的 阅读全文
posted @ 2020-06-12 10:36 Bigben 阅读(4912) 评论(0) 推荐(0) 编辑
摘要: patch failure during build of electron on head commit:9554d06 #24046 Closed bigben0123 opened this issue 2 days ago · 4 comments Closed patch failure 阅读全文
posted @ 2020-06-12 10:16 Bigben 阅读(630) 评论(0) 推荐(0) 编辑
摘要: nodejs是如何和libuv以及v8一起合作的?(文末有彩蛋哦) ​ 阿里巴巴 前端开发工程师 126 人赞同了该文章 该文章当前使用的nodejs版本是v13.1.0(网上那些分析nodejs源码的文章不写清基于的版本都是耍流氓),非常干货的一篇文章,请耐心阅读,否则建议收藏 阅读本篇文章之前请 阅读全文
posted @ 2020-06-11 15:48 Bigben 阅读(1255) 评论(0) 推荐(0) 编辑
摘要: Patches in Electron Electron is built on two major upstream projects: Chromium and Node.js. Each of these projects has several of their own dependenci 阅读全文
posted @ 2020-06-11 09:31 Bigben 阅读(252) 评论(0) 推荐(0) 编辑
摘要: electron开发采坑小记 发布于 2019-07-12 前言 原文地址:electron开发采坑小记-SegmentFault 思否 前前前前段时间做了个桌面端的项目(这篇文章拖了挺久了),功能大概是这样的: 项目左右两栏结构 左侧feed流信息展示 右侧webview打开一个网站 将左侧信息注 阅读全文
posted @ 2020-06-09 13:52 Bigben 阅读(1250) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wang839305939/article/details/83780789 https://blog.csdn.net/absurd/article/details/53856193 示例electron call c++ dll. https://ww 阅读全文
posted @ 2020-06-09 12:00 Bigben 阅读(3009) 评论(0) 推荐(0) 编辑
摘要: REM Parameters vs_buildtools.exe download link and wsdk version@ECHO OFF SET buildtools_link=https://download.visualstudio.microsoft.com/download/pr/d 阅读全文
posted @ 2020-06-09 10:41 Bigben 阅读(328) 评论(0) 推荐(0) 编辑
摘要: electron 中webview如何与主进程渲染进程进行事件监听通信 zpzxgcr 2018-10-12 23:26:35 1006 收藏展开直接上代码 const webview = document.querySelector('webview'); webview.addEventList 阅读全文
posted @ 2020-06-08 17:06 Bigben 阅读(934) 评论(0) 推荐(0) 编辑
摘要: ninja -C out/Release electronninja: Entering directory `out/Release'[1/3263] CXX obj/content/browser/browser/browser_jumbo_16.oFAILED: obj/content/bro 阅读全文
posted @ 2020-06-08 16:37 Bigben 阅读(3141) 评论(0) 推荐(0) 编辑
摘要: 1.首先用命令free查看系统内 Swap 分区大小 free -m total used free shared buffers cached Mem: 2012 1960 51 0 748 950 -/+ buffers/cache: 260 1751 Swap: 255 0 255 可以看到 阅读全文
posted @ 2020-06-08 15:48 Bigben 阅读(5881) 评论(0) 推荐(0) 编辑
摘要: depot_tools_tutorial(7) Manual Page NAME depot_tools_tutorial - A tutorial introduction to the Chromium depot_tools git extensions. DESCRIPTION The Ch 阅读全文
posted @ 2020-06-08 13:51 Bigben 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 2. chromium开发工具--gclient 1.gclient简介 gclient是谷歌开发的一套跨平台git仓库管理工具,用来将多个git仓库组成一个solution进行管理。总体上,其核心功能是根据一个Solution的DEPS文件所定义的规则将多个git仓库拉取到指定目录。例如,chro 阅读全文
posted @ 2020-06-05 15:51 Bigben 阅读(2829) 评论(0) 推荐(0) 编辑
摘要: 使用组策略将 WinHTTP 代理设置应用于 Windows 客户端 适用于: Windows Server 2019Windows Server 2016Windows Server 2012 R2 详细 摘要 This article describes how to use Group Pol 阅读全文
posted @ 2020-06-05 15:02 Bigben 阅读(6879) 评论(0) 推荐(0) 编辑
摘要: Powershell环境变量 4 本文目录 读取特殊的环境变量 查找环境变量 创建新的环境变量 删除和更新环境变量 环境变量更新生效 传统的控制台一般没有象Powershell这么高级的变量系统。它们都是依赖于机器本身的环境变量,进行操作 。环境变量对于powershell显得很重要,因为它涵盖了许 阅读全文
posted @ 2020-06-05 13:27 Bigben 阅读(508) 评论(0) 推荐(0) 编辑
摘要: Cross-compiling Chrome/win As many Chromium developers are on Linux/Mac, cross-compiling Chromium for Windows targets facilitates development for Wind 阅读全文
posted @ 2020-06-05 11:32 Bigben 阅读(1324) 评论(0) 推荐(0) 编辑
摘要: CEF3 75 之后版本 Flash 不能自动播放的问题 杨小卫 2020-03-20 17:42:43 493 收藏展开//相关代码片段: CefRefPtr<CefRequestContext> ClientHandler::GetRequestContext(){ if (!shared_re 阅读全文
posted @ 2020-06-04 17:05 Bigben 阅读(527) 评论(0) 推荐(0) 编辑
摘要: 离线编译chromium 59.0.3071.104,方法适合任意版本离线编译任意版本chromium准备修改运行&编译可能出现的问题及解决离线编译任意版本chromium没错, **离线 **且 **任意版本 ** chromium。离线还是要下载必要的代码的,但是可以分步进行,极大的提高编译成功 阅读全文
posted @ 2020-06-04 16:59 Bigben 阅读(1421) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/csdn_idiot/article/details/106188831 https://blog.csdn.net/bjrxyz/article/details/90347292 chromium(linux环境)指定版本下载和编译教程使用gquic,需 阅读全文
posted @ 2020-06-04 16:27 Bigben 阅读(2030) 评论(0) 推荐(0) 编辑
摘要: https://sourceforge.net/projects/ijbswa/files/Win32/ privoxy 配置depot_tools代理 由于众所周知的原因,本文需要在shadow a socks全局代理下配置depot_tools。一共有以下几个步骤。 第一个步骤: 为了解决dep 阅读全文
posted @ 2020-06-04 14:40 Bigben 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 静态lib文件 静态lib文件实际上就是任意个obj文件的集合,而obj文件就是cpp文件编译之后产生的一种文件,一个cpp文件编译之后只会产生一个obj文件,而多个obj文件就可以连接生成lib文件。静态lib文件实际上是包含了所有的导出声明和实现。你如果把这个lib文件链接到自己的程序之后,这个 阅读全文
posted @ 2020-06-03 16:10 Bigben 阅读(945) 评论(0) 推荐(0) 编辑
摘要: 1, src\third_party\WebKit\Source\core\dom\events\Event.h:src\third_party\blink\renderer\core\dom\events\event.h bool isTrusted() const { return is_tru 阅读全文
posted @ 2020-06-02 11:43 Bigben 阅读(3478) 评论(0) 推荐(0) 编辑
摘要: 不要文件cefclient.exp cefclient.lib cefclient.ilk cefclient.pdb 删除 必要组件 libcef.dll :CEF核心库。 chrome_elf.dll:崩溃报告库。 icudtl.dat Unicode支持数据。 natives_blob.bin 阅读全文
posted @ 2020-06-01 10:11 Bigben 阅读(3470) 评论(0) 推荐(0) 编辑
摘要: ubuntu 添加新分区,并挂载/home # 分区 查看已有的磁盘,可以看到sdb还没有分区。 > sudo fdisk -l 进入sdb进行分区,输入m可以查看帮助信息 >sudo fdisk /dev/sdb 输入n新建分区 输入分区号1,然后输入大小我输入的是sector扇区的开始和结束位置 阅读全文
posted @ 2020-05-29 17:29 Bigben 阅读(4366) 评论(0) 推荐(0) 编辑
摘要: x509_test.cc static int Verify(X509 *leaf, const std::vector<X509 *> &roots, const std::vector<X509 *> &intermediates, const std::vector<X509_CRL *> & 阅读全文
posted @ 2020-05-28 13:47 Bigben 阅读(1886) 评论(0) 推荐(0) 编辑
摘要: Chromium智能指针使用指南 爱喝咖啡的ronhu关注 0.1252017.11.05 23:26:44字数 2,052阅读 1,773 什么是智能指针? 智能指针是一种特殊类型的“局部对象”,表现如同裸指针,但是具备离开作用域(out of scope)时主动释放所指向对象的能力。因为C++没 阅读全文
posted @ 2020-05-18 17:39 Bigben 阅读(1780) 评论(0) 推荐(0) 编辑
摘要: 具有扩展主密钥时SSL/TLS的主密钥计算 梦之痕bhl 2020-02-19 17:12:28 https://blog.csdn.net/laing92?t=1 简介最近在基于openssl1.0.2t源码做开发,解密TLS1.2数据包,出现部分数据包解密失败的问题,通过定位发现,不同的HTTP 阅读全文
posted @ 2020-05-14 19:25 Bigben 阅读(1156) 评论(0) 推荐(0) 编辑
摘要: clq的程序员学前班 发布时间:18-02-0917:54 OpenSSL 的示例网上很多,不过基本上都是比较基础的例子。看了我们前面的文章的同学一定对微信小程序要限制协议版本的事实印象深刻。我个人也是这样的,编写了示例过后我们就会想,那么在使用 openssl 的过程中是怎样选择协议的版本的呢? 阅读全文
posted @ 2020-05-13 10:04 Bigben 阅读(932) 评论(1) 推荐(0) 编辑
摘要: 基于Gmssl的SM2加解密算法Demo 存储小咖 2018-12-28 18:38:11 4739 收藏 5展开GmSSL介绍Gmssl介绍:http://gmssl.org/当然本文也是参考 http://gmssl.org/其中SM2为非对称算法 SM2密钥生成 pair<string, st 阅读全文
posted @ 2020-05-08 19:06 Bigben 阅读(5748) 评论(0) 推荐(0) 编辑
摘要: 漫谈TLS nonce https://www.sslchina.com/ 密码学的基本原则之一是你不能把多条消息用同一种编码方式进行加密。那样的话,两条相同的明文会有相同的密文,这是个危险的漏洞。(这和你不能用ECB来加密块的道理类似。) 仔细考虑一下就会发现,一个纯粹的加密函数正像任何一个其他函 阅读全文
posted @ 2020-05-07 16:08 Bigben 阅读(719) 评论(0) 推荐(1) 编辑
摘要: 在VS2015中静态加载动态库时,需要将库文件(DLL)拷贝到调用程序所在的路径下,如果所需动态库较多时,就会非常麻烦。可以在项目中指定应用程序搜索动态库的路径,这样就无需再将动态库文件进行拷贝了。 可以通过两种方法为应用程序指定搜索动态库的路径,一种是设置应用程序的“工作目录”,另外一种是设置应用 阅读全文
posted @ 2020-04-27 17:49 Bigben 阅读(1702) 评论(0) 推荐(0) 编辑
摘要: TLS握手的OpenSSL实现(深度1) 我们跳过握手的总状态机和读写状态机,因为我认为那是OpenSSL架构方案的一个败笔,逻辑非常的不清晰,是程序员思维,而不是正常的逻辑思维。与握手逻辑比较相关的在statem_clnt.c和statem_srv.c中。分别是客户端的握手逻辑和服务端的握手逻辑。 阅读全文
posted @ 2020-04-24 16:22 Bigben 阅读(4075) 评论(0) 推荐(0) 编辑
摘要: SSL/TLS工作原理 最近读了两位作者关于SSL/TLS工作原理和工作过程的介绍,讲两人的成果进行整合(两篇合并成一篇文章,方便大家系统的学习SSL/TLS工作原理和握手过程。纯属借鉴,还望 参考链接: SSL/TLS工作原理:肖宏辉:浅谈SSL/TLS工作原理 SSL/TLS 握手过程详解:SS 阅读全文
posted @ 2020-04-24 16:20 Bigben 阅读(617) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 29 下一页