发布时间:2013-07-04 10:49:58
http://xuijs.com/jqtouchjosencha touchjquery mobilezepto......【阅读全文】
发布时间:2013-07-02 17:42:58
参考:http://stackoverflow.com/questions/9229645/remove-duplicates-from-javascript-array方法一:点击(此处)折叠或打开a = ["Mike","Matt","Nancy","Adam","Jenny","Nancy","Carl",1,2,3,1,2,3,4,5,6,7,8,1,2,3];b = {};for (var i = 0; i < a.length; i++.........【阅读全文】
发布时间:2013-07-02 15:54:35
工具:http://www.sencha.com/blog/creating-native-applications-with-sencha-desktop-packager......【阅读全文】
发布时间:2013-07-02 15:45:00
参考:http://www.sencha.com/learn/getting-started-with-sencha-touch-2/http://stackoverflow.com/questions/14655707/sencha-touch-cannot-generate-first-appsencha cmd工具:http://cdn.sencha.com/cmd/3.1.2.342/SenchaCmd-3.1.2.342-windows.exe.zipWindows下安装sencha cmd工具后,会自动加入环境变量PA.........【阅读全文】
发布时间:2013-07-01 23:24:42
来源:http://stackoverflow.com/questions/3958350/removing-duplicate-rows-in-notepadTODONotepad++ can do this, provided you wanted to sort by line, and remove the duplicate lines at the same time.You will need the TextFX plugin. This used to be included in older versions of Notepad++, but if.........【阅读全文】