概述
将原来的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
首先添加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
在Hadoop Common模块中除了之前我所分析过的4大主模块,还有一个也同样是非常重要的内容,就是Security---安全模块。不过,我只是简单的分析他的实现机制,并不会涉及代码的分析。同时,我会通过对于Hadoop中采取的安全机制方法延伸到当下主流的一些安全认证方法,比如LDAP,SSL,Oauth Token等等。、
1)Hadoop Security
Hadoop的Security...
分类:
其他好文 时间:
2014-12-13 12:27:21
阅读次数:
294
####################################
rabbitmq_web_stomp
####################################
处于试验阶段,同伙WebSocket兼容层SockJS时 Web Browser与RabbitMQ(rabbitmq-stomp)实时通讯,可用于实时的WEB应用
安装
sudo rabbitmq-plu...
分类:
Web程序 时间:
2014-12-12 19:10:56
阅读次数:
216
一、LibCurl基本编程框架libcurl是一个跨平台的网络协议库,支持http, https, ftp, gopher, telnet, dict, file, 和ldap 协议。libcurl同样支持HTTPS证书授权,HTTP POST, HTTP PUT, FTP 上传, HTTP基本表单...
分类:
编程语言 时间:
2014-12-12 13:09:05
阅读次数:
408
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
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
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
环境:VS2013
新建工程:基于对话框
①在对话框添加控件Microsoft Web Browser(说明:VS2013上控件的名字是Microsoft Web Browser,其它的编译器额就不知道了)
②头函数:#include //for WinInet
②对所添加的控件设置环境变量(在此我把环境变量设置为m_sa)
③在OnInitDialog()里设定你想要打...
分类:
编程语言 时间:
2014-12-10 16:21:20
阅读次数:
549