摘要:
1:$符号表示jQuery 可以等价为$=jQuery例如: $(); == jQuery(); $(function(){alert("$表示的是什么")}); == jQuery(function(){alert("$符号表示的就是jQuery")});2:DOM对象和jQuery对象的相互转化... 阅读全文
摘要:
Eclipse代码提示需要在Eclipse中进行设置设置完成之后再按快捷键时就能够有智能提示了,设置的方式如下:1.选择MyEclipse6.0菜单栏中的Window->preferences;2.选择General->keys;3.在右侧中间的窗体中点击wordcompletion后再点击remo... 阅读全文
摘要:
修改堆栈大小db2: update db cfg for DB_NAME using STMTHEAP 8192 db2: update db cfg for DB_NAME using APPLHEAPSZ 2048 stmtheap 和applheapsz都是有默认值,但是开发过程中我们写的sq 阅读全文
摘要:
NumberFormat 是所有数值格式的抽象基类。 该类提供了格式化和分析数值的接口,NumberFormat 也提供了确定 哪个语言环境具有数值格式以及它们名字的方法public class Test {public static void main(String[] args) { Doubl... 阅读全文
摘要:
input 去除边框input 去除边框运行效果: 阅读全文