-
jQuery是javascript中比较受欢迎的类库,使用jQuery可以很好的解决浏览器兼容问题,可以写更少的代码,实现更多的功能。 本文介绍如何开发jQuery插件。 1、增加函数。 (function($){ $.myfunction = function() {alert('this is my function!')}; })(jQuery...
-
Eclipse Indigo Service Release 2安装hibernate tools插件的地址: http://download.jboss.org/jbosstools/updates/stable/indigo hibernate tools jar包:\plugins\org.hibernate.eclipse.libs_3.5.1.v20120715-0252-H98-Final\lib\tools hibernate tools...
-
html转义字符: &amp; & 和 &lt; < 小于号 &gt; > 大于号 &quot; " 双引号 &nbsp; 空格 xml转义字符: &lt; < 小于号 &gt; > 大于号 &amp; & 和 &apos; ' 单引号 &quot; " 双引号
-
插件地址:http://veloeclipse.googlecode.com/svn/trunk/update/ 在eclipse菜单中选择:Help -- Install new software,输入插件地址。 Group items by category勾选要去掉 修改代码颜色:Windows -- Preferences -- Veloeclipse -- Editor
-
3月6日消息,甲骨文在官网上宣布,Java SE 6的寿命终止通知,将于2012年11月结束对JavaSE 6的主流技术支持,停止如安全更新、错误修正等小幅改版。Java SE 6的公开下载网址也会转移到Java典藏区网页。 甲骨文的惯例是产品发表后提供3年主流支持,原订Java 6...
-
由于jquery.js文件进行了压缩,压缩之后的语法eclipse无法完全识别,所以有错误提示。但不影响实际使用,所以可以将错误提示屏蔽。 错误提示的屏蔽办法: 1、打开工程根目录下的文件:.project 2、将以下代码删除: <buildCommand> <name>org.e...