编码问题
摘要:AJAXcontentType:"application/x-www-form-urlencoded; charset=UTF-8"JAVArequest.setCharacterEncoding("UTF-8")URLencodeURIComponent
阅读全文
posted @
2012-06-21 17:46
稻草人.Net
阅读(208)
推荐(0) 编辑
Eclipse安装aptana
摘要:1.下载aptana包http://update.aptana.com/update/studio/3.2/aptana_update_024747.zip(包)2.安装插件包解压该文件,解压后的文件夹中新建eclipse文件夹,然后把解压中features和plugins的文件全部复制到其中(其它文件删除),最终文件结构如下图: -aptana_update_024747 (直接解压后的文件夹名) -----eclipse (你新建的文件夹名) +------features+------plugins将aptana_update_024747复制到eclipse/dropins下重启ecl
阅读全文
posted @
2012-06-20 11:11
稻草人.Net
阅读(22929)
推荐(2) 编辑
JSDT jQuery 自动完成功能设置
摘要:1.安装jsdt-jquery菜单中menu - help -Eclipse Marketplace 搜索jsdt jquery 点install安装2. 设置jsdt-jquery,项目、属性、javascript、includepath、add javascriptlibrary, 选择 jquery library。(可以支持到1.6)3. 打开javascript editor。可以看到完成的jquery提示。
阅读全文
posted @
2012-06-05 13:16
稻草人.Net
阅读(2937)
推荐(0) 编辑