2008年11月30日

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->var Ajax = { xmlHttp:"", getYear:function(){ return document.getElementById("SY"... 阅读全文
posted @ 2008-11-30 18:10 笑笑江南 阅读(268) 评论(0) 推荐(0) 编辑

2008年11月25日

摘要: 本文档从Eclipse软件上整理,是列出了标准的快捷键,未列出Emacs快捷键。 转贴请注明作者和出处。 编辑 作用域 功能 快捷键 全局 ... 阅读全文
posted @ 2008-11-25 11:29 笑笑江南 阅读(132) 评论(0) 推荐(0) 编辑

2008年11月12日

摘要: 所谓“闭包”,指的是一个拥有许多变量和绑定了这些变量的环境的表达式(通常是一个函数),因而这些变量也是该表达式的一部分。 闭包是 ECMAScript (JavaScript)最强大的特性之一,但用好闭包的前提是必须理解闭包。闭包的创建相对容易,人们甚至会在不经意间创建闭包,但这些无意创建的闭包却存在潜在的危害,尤其是在比较常见的浏览器环境下。如果想要扬长避短地使用闭包这一特性,则必须了解它... 阅读全文
posted @ 2008-11-12 17:12 笑笑江南 阅读(593) 评论(0) 推荐(0) 编辑

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... 阅读全文
posted @ 2008-11-07 00:58 笑笑江南 阅读(1313) 评论(1) 推荐(0) 编辑

2008年11月2日

摘要: doc.on('mouseover', handleOver, null, {buffer:150}); var el = Ext.get(name+'-link'); var tid = 0, menu, doc = Ext.getDoc(); var handleOver = function(e, t){ ... 阅读全文
posted @ 2008-11-02 02:11 笑笑江南 阅读(273) 评论(0) 推荐(0) 编辑

2008年10月30日

摘要: var viewport = new Ext.Viewport({ items:[ { xtype:"tabpanel", id:"tpanel", baseCls:"x-plain", activeTab:0, listeners:{ "render":function(){... 阅读全文
posted @ 2008-10-30 00:55 笑笑江南 阅读(337) 评论(0) 推荐(0) 编辑

2008年10月29日

摘要: border 布局 这是一个多单元格,面向应用UI的布局样式,在区域范围内自动断开和填充。 border 布局没有任何直接的属性除了继承的。 border 配合 region 使用,用border 布局而没有 region 报错。 border 布局 元素不会撑开容器,只会自动填满容器。 table 布局 table 布局使你方便的呈现html表格。可以指定总共多少列。 并且rowspan、... 阅读全文
posted @ 2008-10-29 14:49 笑笑江南 阅读(407) 评论(0) 推荐(0) 编辑

2008年10月27日

摘要: struts2 的 json 格式化 普通属性 格式化成键值对。map 格式化成单个对象,list 格式化成对象数组。 int totalCount=100; 格式化成 "totalCount":100 Map total = new HashMap(); total.put("totalCoun... 阅读全文
posted @ 2008-10-27 10:46 笑笑江南 阅读(1614) 评论(0) 推荐(0) 编辑

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... 阅读全文
posted @ 2008-10-10 17:17 笑笑江南 阅读(171) 评论(0) 推荐(0) 编辑

2008年10月8日

摘要: plsql 注册码 Product code: AT46-MUTG-QJWF-L9H6-7ZFM-XY Serial number: 01.45678 Password: xs374ca edlitplus3 注册码 good133 E58AA-123D8 hibernate 学习 http://caterpillar.onlyfun.net/Gossip/Hibernate... 阅读全文
posted @ 2008-10-08 10:53 笑笑江南 阅读(204) 评论(0) 推荐(0) 编辑