1、https://blog.lzhaohao.info/archive/build-a-comet-application-using-tornado-and-nginx/2、http://qinxuye.me/article/ways-to-continual-sync-browser-and-...
分类:
其他好文 时间:
2014-08-12 16:17:44
阅读次数:
902
主要是就是在canvas上面画图,没有太多技术含量:Your browser dosen't support the HTML5 element vancas.
分类:
Web程序 时间:
2014-08-12 16:16:04
阅读次数:
597
本文翻译自http://msdn.microsoft.com/workshop/browser/mshtml/overview/overview.aspMSDN Home> MSDN Library> Programming and Reusing the Browser> Overviews/Tu...
分类:
Web程序 时间:
2014-08-10 12:53:20
阅读次数:
268
1、缓存400M,C盘可惜了,调整到D盘about:cache 查看路径原始路径在 C:\Users\Administrator\AppData\Local\Mozilla地址栏输入 about:config,右键新建两个字符串。一个名为: "browser.cache.disk.parent_di...
分类:
其他好文 时间:
2014-08-10 10:14:10
阅读次数:
212
For browsers that do not support HTML5, you can use Modernizr. Modernizr is an open-source JavaScript library that can detect whether a browser suppor...
分类:
Web程序 时间:
2014-08-09 13:18:57
阅读次数:
269
var browser = {versions: function () {var u = navigator.userAgent, app = navigator.appVersion;return { //移动终端浏览器版本信息ios: !!u.match(/\(i[^;]+;( U;)? CP...
分类:
移动开发 时间:
2014-08-08 17:21:16
阅读次数:
286
In the traditional model, the life cycle of a user request is the following:Browser sends an HTTP request to web server.Web server parses the request,...
分类:
其他好文 时间:
2014-08-07 21:58:10
阅读次数:
437
1. Bin文件夹 Bin文件夹包含应用程序所需的,用于控件、组件或者需要引用的任何其他代码的可部署程序集。该目录中存在的任何.dll文件将自动地链接到应用程序。如果在该文件夹中留有不用的或过期的文件,则可能出现“二义性引用(ambiguous reference)”异常的风险。换句话说,如果两个不...
分类:
移动开发 时间:
2014-08-07 18:31:51
阅读次数:
282
//向上移动 屏幕 //317这个高度可以通过$(document).scrollTop() 来测试得到 var userAgent = navigator.userAgent.toLowerCase(); //不能使用:$.browser....
分类:
Web程序 时间:
2014-08-07 12:07:29
阅读次数:
236
C/S是Client/Server的缩写。服务器通常采用高性能的PC、工作站或小型机,并采用大型数据库系统,如Oracle、Sybase、InFORMix或 SQL Server。客户端需要安装专用的客户端软件。
B/S是Brower/Server的缩写,客户机上只要安装一个浏览器(Browser),如Netscape Navigator或Internet Explorer,服务器安装Orac...
分类:
其他好文 时间:
2014-08-06 14:53:43
阅读次数:
259