
chrome
文章平均质量分 86
汪云飞记录本
Spring
展开
-
利用chrome伪装成自己的app
书接上文《以app形式启动chrome 》 1、编写程序 为了让客户感到我们就是一个app,利用Python写了一个创建桌面快捷方式的代码。 Python需安装winshell,pywin32,安装PyInstaller用来将我们的Python代码编译成可执行的exe 代码如下: # -*- coding: UTF-8 -*- __author__ = 'wisely...2015-01-29 13:28:56 · 1058 阅读 · 0 评论 -
Google Chrome Frame
Explorer. With Google Chrome Frame, you can: Start using open web technologies - like the HTML5 canvas tag - right away, even technologies that aren't yet supported in Internet Explorer 6, 7, 8, or 9. Take advantage of JavaScript performance improvemen原创 2011-08-24 09:43:19 · 145 阅读 · 0 评论 -
chrome native client小试牛刀
dk_0_5_1052 本次试验的两个关键目录project_templates,examples.其中project_templates包含一个模板代码生成,examples中包含示例代码。 2、安装python 下载地址:http://www.python.org/ftp/python/2.7.2/python-2.7.2.msi下载后安装到C:\Python27,在系统环境变量中的Path最后加上;C:\Python27 3、在chrome中启用native client 在chrome浏览原创 2011-08-25 09:48:26 · 542 阅读 · 0 评论 -
利用chrome伪装成自己的app
ll,pywin32,安装PyInstaller用来将我们的Python代码编译成可执行的exe 代码如下: # -*- coding: UTF-8 -*- __author__ = 'wiselyman' import os ,winshell,sys from win32com.client import Dispatch reload(sys) sys.setdefaultencoding('utf8') desktop = winshell.desktop()2015-01-29 13:28:56 · 313 阅读 · 0 评论