参考:
https://www.chromium.org/developers/how-tos/get-the-code/
https://www.chromium.org/developers/
http://t.zoukankan.com/diligenceday-p-5747879.html
编译官方指导文件:
https://chromium.googlesource.com/chromium/src/+/main/docs/windows_build_instructions.md
1,安装Windows10教育版21H2-19044.1415
2,安装代理软件Bitvise... [阅读更多]
打算试用下Go iris框架,因为据说在各个方面iris都表现不错,比如性能,MVC支持,HTTP2.0支持等,具体见这里:https://github.com/speedwheel/awesome-go-web-frameworks
总之,先试用下吧。
一,测试环境
$ cat... [阅读更多]
时间:2014/10/27
火狐版本:33.0
一,在Windows上安装Addon-SDK
1,首先确定已经安装有Python,我电脑上安装的是Python 2.7.7:
C:\Users\Lenky>python --version
Python... [阅读更多]
Mozilla Firefox 32.0.3于近几天发布,在Firefox的javascript引擎SpiderMonkey里启用了一个名为分代垃圾回收机制(Generational garbage collection... [阅读更多]
环境:
lenky@lenky-Local:~$ uname -a
Linux lenky-Local 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64... [阅读更多]
1,下载:http://code.google.com/p/tesseract-ocr/
tesseract-ocr-setup-3.02.02.exe:http://code.google.com/p/tesseract-ocr/downloads/detail?name=tesseract-ocr-setup-3.02.02.exe&can=2&q=
安装到目录:C:\Program... [阅读更多]
一,下载chromium源代码:
1,下载(参考这里)http://src.chromium.org/svn/trunk/tools/depot_tools.zip
解压后,将对应路径加入到PATH环境变量:
lenky@lenky-PC:~$ tail -n 1 .bashrc
export... [阅读更多]