原地址:http://www.cnblogs.com/BeginMan/archive/2013/05/28/3104928.html在window平台下安装第三方模块时,出现这样的错误:Google了以下,才知道原来Python里少了这个模块。我们可以在Python官网去查找其中 Package ...
分类:
编程语言 时间:
2014-08-10 12:42:50
阅读次数:
240
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
深入理解JavaScript 模块模式(原文)http://www.cnblogs.com/starweb/archive/2013/02/17/2914023.html英文:http://www.adequatelygood.com/2010/3/JavaScript-Module-Pattern...
分类:
编程语言 时间:
2014-08-08 17:29:26
阅读次数:
265
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
概述 RequireJS是一个工具库,主要用于客户端的模块管理。它可以让客户端的代码分成一个个模块,实现异步或动态加载,从而提高代码的性能和可维护性。它的模块管理遵守AMD规范(Asynchronous Module Definition)...
分类:
Web程序 时间:
2014-08-08 02:14:15
阅读次数:
303
module.js类似于seaJs这些模块加载,不过很轻便。这里就是简单的介绍一下如何使用它。这里是git地址https://github.com/eccued/modulejs假如在页面中使用module.js,首先我们先配置依赖,把需要的包引进来。 //包依赖配置 _moduleConfig =...
分类:
Web程序 时间:
2014-08-07 22:45:05
阅读次数:
386
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