06 2011 档案

摘要:/*** 第一种Ajax提交方式* 这种方式需要直接使用ext Ajax方法进行提交* 使用这种方式,需要将待传递的参数进行封装* @return*/function saveUser_ajaxSubmit1() {Ext.Ajax.request( {url : 'user_save.action',method : 'post',params : {userName : document.getElementById('userName').value,password : document.getElementById('passw 阅读全文
posted @ 2011-06-25 11:34 haiq 阅读(16221) 评论(2) 推荐(0)
摘要:1、ExploreFS 此插件的功能是在项目管理器的右键菜单中增加一项 “Open in File System”,可以通过该项打开选中的资源所在的文件系统目录。安装地址:http://www.junginger.biz/eclipse/2、Regex Util 一个测试和编辑 java 正则表达式(java.util.regex)的插件。 安装地址:http://regex-util.sourceforge.net/update/3、代码块折叠 com.cb.eclipse.folding 用过 Visual Studio 的朋友都知道 #region ... #endregion ... 阅读全文
posted @ 2011-06-22 15:29 haiq 阅读(38512) 评论(11) 推荐(13)