摘要: ExtJS是一种主要用于创建前端用户界面,是一个基本与后台技术无关的前端ajax框架。 阅读全文
posted @ 2014-03-17 19:56 ejllen 阅读(136) 评论(0) 推荐(0) 编辑
摘要: alert一般用来调试客户端的javascript代码调试利器--console.log如今主流浏览器(Chrome,IE8及后续版本,FireFox,Opera等)都支持控制台功能。Chrome:IE9:FireFox(需安装FireBug插件)当在js代码中调用Console.log方法时,相应的信息就会在控制台中显示。相对于alert方法,有三个优点:如参数为一个对象,则可在控制台查看所有属性信息。类似C#中的string.Format功能,不需字符串拼接。无弹窗,即使不删除,也不会影响页面体验。调试实例:Google Calendar API我最近在整合googleAPI的过程中碰到一 阅读全文
posted @ 2014-03-17 16:26 ejllen 阅读(1177) 评论(0) 推荐(0) 编辑
摘要: 视频地址:http://www.tudou.com/listplay/X7KmDEr9TIw/9M0qPBB9y3g.html?FR=LIAN基础语法是:$(selector).方法(fuction(){}).方法(fuction(){})美元符号$就是jQueryjquery是以css选择器为核心... 阅读全文
posted @ 2014-03-17 16:09 ejllen 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 打开MyEclipse8.0help->Software Updates->find and install(如果没有这个就用help->Software Updates->Add/Remove Software即可)选择search for new features to install, Next点击new remote site输入name:subclipse,url:http://subclipse.tigris.org/update_1.6.x(安装插件),点OK然后重新Import代码(这个时候要选择从SVN导入) 阅读全文
posted @ 2014-03-17 09:54 ejllen 阅读(1004) 评论(0) 推荐(0) 编辑