
uncategory
ocean_end
这个作者很懒,什么都没留下…
展开
-
Notes On Javascript ( updating )
Data Type Conversion1. Array lengthTruncating an array by setting its length property is the only way that you can actually shorten an array. If you use the delete operator to delete an array element...原创 2007-09-26 13:50:18 · 89 阅读 · 0 评论 -
使用snmp协议收集信息
使用http://gicl.cs.drexel.edu/people/sevy/snmp/snmp.html 提供的“an open-source implementation of the SNMP protocol”。实现功能之前,看了一些资料(网络管理,SNMP,SMI和MIB等),...原创 2007-10-10 17:40:31 · 319 阅读 · 0 评论 -
Ext Grid
Ext在和后端通信使用Json时,要使用"callback('Json');"这种形式,原因是[quote]grid提交分页数据的时候后面还会自动跟随一个可以说是标识的字段callback=stcCallback1001 每提交一次请求,callback就会自增,也就是说第二次就是callback=stcCallback1002 对应的,你的php文件回传json数据的时候也要带上这个值,...2007-12-18 18:09:30 · 152 阅读 · 0 评论 -
设置浏览器地址栏上的小图标
[url]http://www.blogjava.net/cool2009/archive/2009/04/09/264696.html[/url]尝试一下favicon.ico 只需要将ico文件命名为favicon.ico并放入网站根目录即可. more: 浏览器调用Favicon的原则是首先在网页所在的目录下寻找Favicon.ico文件,如果...原创 2009-04-10 09:29:14 · 188 阅读 · 0 评论 -
一些页面自动跳转的实现
[b][url]http://www.blogjava.net/xcp/archive/2009/03/05/outerscript.html[/url][/b]功能:5秒后,自动跳转到同目录下的02view.html文件1)html的实现[code="html"][/code]优点:简单缺点:Struts Tiles中无法使用 2)javascri...原创 2009-04-14 10:45:23 · 107 阅读 · 0 评论 -
二叉树有多少种形状
只有两个结点的二叉树有两种形状,请问五个结点的二叉树有多少种形状30个2009-04-15 13:33:38 · 955 阅读 · 0 评论 -
showModalDialog和showModelessDialog使用心得
[url=http://dev.csdn.net/article/27760.shtm]showModalDialog和showModelessDialog使用心得[/url]一、showModalDialog和showModelessDialog有什么不同? showModalDialog:被打开后就会始终保持输入焦点。除非对话框被关闭,否则用户无法切换到主窗口。类似alert的运...原创 2009-04-28 15:43:33 · 83 阅读 · 0 评论 -
rsh server config
RSH server is used to between two os unix or linux server fore sharing users to run comman on the remote server. it ofen used in cluster system.Note:RSH just can using by client to server,no...2009-06-26 14:50:23 · 148 阅读 · 0 评论 -
从tomcat迁移到websphere上配置DB2数据源和导入证书
摆弄了一星期的websphere,一感觉,破,还是喜欢tomcat。 注意我使用的DB是DB2 UNIVERSAL V8,websphere是V6.1在websphere上配置数据源的方法: 1.选择左边的资源->JDBC->JDBC提供程序 [img]http://bill-end.iteye.com/upload/attachment/75212/1deb083...2009-02-13 16:21:39 · 278 阅读 · 0 评论