码迷,mamicode.com
首页 >  
搜索关键字:browser    ( 2874个结果
pyqt练习x3.12
importsysfromPyQt4.QtGuiimport*classBrowser(QWidget):def__init__(self):super(Browser,self).__init__()self.resize(700,600)self.setWindowTitle("FileBrow...
分类:其他好文   时间:2014-12-14 22:39:26    阅读次数:225
What's the difference between <b> and <strong>, <i> and <em> in HTML/XHTML? When should you use each?
ref:http://stackoverflow.com/questions/271743/whats-the-difference-between-b-and-strong-i-and-emThey have thesame effect on normal web browser renderi...
分类:Web程序   时间:2014-12-14 15:47:08    阅读次数:297
【cocos2d-js官方文档】十五、cc.sys
概述 将原来的cc.Browser以及sys合并。 下面是api改造情况: //左侧是新api,右侧是旧api //常量 cc.sys.LANGUAGE_ENGLISH <-- cc.LANGUAGE_ENGLISH cc.sys.LANGUAGE_CHINESE <-- cc.LANGUAGE_CHINESE cc.sys.LANGUAGE_FRE...
分类:Web程序   时间:2014-12-14 14:37:44    阅读次数:882
判断浏览器及版本
//"webkit":safari或chrome//"opera":Opera//"mozilla":Firefox或者其他gecko内核的浏览其//"msie":IE var browser=(function(){ var s=navigator.userAgent.toLowerCase()....
分类:其他好文   时间:2014-12-13 21:47:41    阅读次数:265
Struts Convention Plugin 流程 (2.1.6+)
首先添加lib: org.apache.struts struts2-config-browser-plugin 2.3.20 org.apache.struts struts2-convention-plugin 2.3.20 ...
分类:其他好文   时间:2014-12-13 19:23:57    阅读次数:278
RabbitMQ概念及环境搭建(五)与web的整合
#################################### rabbitmq_web_stomp #################################### 处于试验阶段,同伙WebSocket兼容层SockJS时 Web Browser与RabbitMQ(rabbitmq-stomp)实时通讯,可用于实时的WEB应用 安装 sudo rabbitmq-plu...
分类:Web程序   时间:2014-12-12 19:10:56    阅读次数:216
Understanding Responsive Web Design: Cross-browser Compatibility
http://www.sitepoint.com/understanding-responsive-web-design-cross-browser-compatibility/In thelast article, I described three ways to work with with ...
分类:Web程序   时间:2014-12-10 22:36:39    阅读次数:222
[Node.js] Broswerify -- 1
Browserify is a tool that brings node.js style development to the browser.The thing you can see on the node.js cmd line can also be broung up to the b...
分类:Web程序   时间:2014-12-10 21:13:33    阅读次数:177
[Node.js] Broswerify -- 2
Browserify allows you to leverage 10s of thousands of javascript modules available in the Node Package Manager (npm) in your browser apps.Notice:// Wh...
分类:Web程序   时间:2014-12-10 21:06:42    阅读次数:200
MFC控件Microsoft Web Browser简单浏览器实现
环境:VS2013 新建工程:基于对话框 ①在对话框添加控件Microsoft Web Browser(说明:VS2013上控件的名字是Microsoft Web Browser,其它的编译器额就不知道了) ②头函数:#include //for WinInet ②对所添加的控件设置环境变量(在此我把环境变量设置为m_sa) ③在OnInitDialog()里设定你想要打...
分类:编程语言   时间:2014-12-10 16:21:20    阅读次数:549
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!