上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: fetch --nohooks chromium cd /path/to/chromium/src# git checkout -b 51.0.2704.103 refs/tags/51.0.2704.103# gclient sync --nohooks --with_branch_heads - 阅读全文
posted @ 2017-04-24 18:06 zxpo 阅读(547) 评论(0) 推荐(0) 编辑
摘要: fetch --nohooks chromium cd /path/to/chromium/src# git checkout -b 51.0.2704.103 refs/tags/51.0.2704.103# gclient sync --nohooks --with_branch_heads - 阅读全文
posted @ 2017-04-20 09:59 zxpo 阅读(211) 评论(0) 推荐(0) 编辑
摘要: https://cmake.org/download/win10的同学注意了按右键以管理员模式启动cmake-gui.exe在Where is the source code:里填上你解压的CEF3路径,如:E:\cef\cef_binary_3.2623.1401.gb90a3be_windows 阅读全文
posted @ 2016-11-19 13:44 zxpo 阅读(2106) 评论(0) 推荐(0) 编辑
摘要: 1、下载源码boost_1_61_0.zip 2、进入目录 C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\Shortcuts\VS2013 x86 Native Tools Command Prompt 3、进入目 阅读全文
posted @ 2016-08-01 12:02 zxpo 阅读(1142) 评论(0) 推荐(0) 编辑
摘要: mkdir webrtc-checkoutcd webrtc-checkout set DEPOT_TOOLS_WIN_TOOLCHAIN=0set GYP_GENERATORS=ninjaset GYP_MSVS_VERSION=2013 fetch --nohooks webrtcgclient 阅读全文
posted @ 2016-07-29 09:57 zxpo 阅读(803) 评论(0) 推荐(0) 编辑
摘要: CEF的构造说明:https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding chromium的源码地址:https://chromium.googlesource.com/chromium/src.git cef的源码地址 阅读全文
posted @ 2016-06-29 20:12 zxpo 阅读(8549) 评论(2) 推荐(0) 编辑
摘要: we saw how to render templates using only Jinja2, how control statements look and how to use them, how to write a comment, how to print variables in a template, how to write and use macros, how to load and use extensions, and how to register context processors. 阅读全文
posted @ 2016-04-20 06:22 zxpo 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 1、An assignment statement creates a new variable and gives it a value: Variable names can be as long as you like. They can contain both letters and nu 阅读全文
posted @ 2016-04-10 17:21 zxpo 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 3.1 built-in function type(42)=> <class 'int'> int('32')=>32 int(3.9) => 3 int(-2.3)=>-2 float(32)=> 32.0 float('3.14159')=>3.14159 str(32) => '32' st 阅读全文
posted @ 2016-04-10 17:08 zxpo 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 1、while for 增加了循环正常结束后执行的else代码块。 2、Objects are mutable 3、import copy p1 = Point() p2=copy.copy(p1) # this operation is called a shallow copy because 阅读全文
posted @ 2016-03-28 12:59 zxpo 阅读(1270) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页