摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->var Ajax = { xmlHttp:"", getYear:function(){ return document.getElementById("SY"... 阅读全文
2008年11月30日
2008年11月25日
摘要:
本文档从Eclipse软件上整理,是列出了标准的快捷键,未列出Emacs快捷键。 转贴请注明作者和出处。 编辑 作用域 功能 快捷键 全局 ... 阅读全文
2008年11月12日
2008年11月7日
摘要:
applyTo: The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component. When applyTo i... 阅读全文
2008年11月2日
2008年10月30日
摘要:
var viewport = new Ext.Viewport({ items:[ { xtype:"tabpanel", id:"tpanel", baseCls:"x-plain", activeTab:0, listeners:{ "render":function(){... 阅读全文
2008年10月29日
2008年10月27日
摘要:
struts2 的 json 格式化 普通属性 格式化成键值对。map 格式化成单个对象,list 格式化成对象数组。 int totalCount=100; 格式化成 "totalCount":100 Map total = new HashMap(); total.put("totalCoun... 阅读全文
2008年10月10日
摘要:
http://www.cnblogs.com/doll-net/archive/2007/04/07/703873.html【转】javascript 里Array的一些方法 1. join()方法:join()方法的用途是连接字符串值,join()方法只有一个参数,即数组项之间使用的字符串如:varaColors=["red","green","blue"];alert(aCloors.join... 阅读全文