import moduleName如果要使用moduleName模块中的方法时,是moduleName.method(点方法),比如moduleName中有个方法是set,则使用的是moduleName.set如果想直接使用set,就可以使用from moduleName import set,就可...
分类:
编程语言 时间:
2014-09-03 21:17:37
阅读次数:
283
module模式,是建立在对象字面量上面的,最基本的对象字面量的形式是:var Car = {};基于对象字面量的module模式的实现方式: var Car = { color: 'white', getCarPrice: function () { },...
分类:
其他好文 时间:
2014-09-03 21:15:37
阅读次数:
172
Hmmm, there is an error possibly like this:build/core/base_rules.mk:130: *** external/wpa_supplicant_8/wpa_supplicant: MODULE.TARGET.ETC.wpa_supplican...
分类:
移动开发 时间:
2014-09-03 19:47:17
阅读次数:
1721
页面引入: ? <script src="${ctx}/static/jquery/jquery-1.10.2.min.js"></script> ??? <script src="${ctx}/static/jquery/jquery.browser.js"></script 页面1:一般都在登入页面。 $(document).ready(func...
分类:
其他好文 时间:
2014-09-03 18:30:58
阅读次数:
180
http://www.ginano.net/browser-server-cache-control-rule发表于2013 年 3 月 13 日由ginano引子:昨天中文站出现了大量的用户投诉,投诉内容是运费发生变化,运费金额不正确。可是我们本地怎么测试都没有问题。但是考虑到问题唯一的可能是昨天...
分类:
其他好文 时间:
2014-09-03 12:53:36
阅读次数:
375
一个带标签,一个没有标签。 BOM是Byte Order Mark(定义字节顺序),因为在网络传输中分两种顺序:大头和小头。 由于兼容性,带BOM的utf-8在一些browser中显示为乱码。 网上搜索了关于Byte Order Mark的信息: ...
分类:
其他好文 时间:
2014-09-03 11:28:56
阅读次数:
244
Your browser does not support the HTML5 canvas tag.
分类:
其他好文 时间:
2014-09-03 11:00:56
阅读次数:
201
groupinstall "X Window System" gnome-common gnome-classic-session gnome-menus gnome-session gnome-session-daemon gnome-shell gnome-shell-browser-plugin gnome-shell-extension-common gnome-shell-exte...
分类:
其他好文 时间:
2014-09-02 20:03:55
阅读次数:
459
http://www.cnblogs.com/newyorker/archive/2013/01/22/2870682.html原文 http://www.stubbornella.org/content/2012/05/02/cross-browser-debugging-css/作者为YAHOO...
分类:
Web程序 时间:
2014-09-02 19:40:15
阅读次数:
270
1.[图片]E6~0%QPA46ER843UQJ$0Z`H.jpg?2. [文件] snake.htmlThe snake game Your browser cannot support html5.
分类:
Web程序 时间:
2014-09-02 17:36:55
阅读次数:
334