日志文章列表

2008年01月21日 11:35:38

网络测速一原理及实例

转载时请保留下列信息:
本文来自: http://struts.blog.ccidnet.com/blog-htm-itemid-239706-uid-6587-do-showone-type-blog.html
作   者: jstruts


原理:利用img元素的 onload 事件求得img加载的速..

阅读全文>>

Tags: javascript   js   网络   网页   测速   原理   实例  

类别: 程序设计 |  评论(5) |  浏览(3678) |  收藏
2007年12月17日 17:17:14

现实社会中的所谓程序死循环

老总对秘书说:这几天我带你去北京走走.你准备下.
秘书打电话给老公:这几天我要和老总去北京开会,你自己照顾自己.
老公给情人打电话:我老婆这几天要去北京出差,我们也出来玩吧.
情人给辅导功课的小男孩打电话..

阅读全文>>

Tags: 程序   死循环  

类别: 程序设计 |  评论(1) |  浏览(2962) |  收藏
2007年09月10日 16:33:36

iframe的src属性能否使用.do?

  网上有一篇文章http://orz.javaeye.com/blog/49868,解释struts中iframe和frame的区别,说iframe的src后不能使用.do,错了,我试了一下可以,不知道作者说为什么不能?

阅读全文>>

Tags: iframe   struts  

类别: 程序设计 |  评论(2) |  浏览(3348) |  收藏
2007年09月04日 08:27:33

struts标签不能嵌套!

比如:
<html:link page="/listCatalog.do?id="<bean:write property="id" name="catalog"/>>栏目</html:link>怎么就不能解释,于是以下面方式:
<bean:def..

阅读全文>>

Tags: struts   tag   html   标签   不能   嵌套  

类别: 程序设计 |  评论(0) |  浏览(2576) |  收藏
2007年08月08日 17:00:01

myeclipse自动成生hibernate表映射问题-mysql数据库

欢迎转载,转载时请保留下列信息:
本文来自: http://blog.ccidnet.com/blog.php?do=showone&uid=6587&type=blog&itemid=171730
作   者: jstruts

开发环境:
myeclipse5.1GA+mysql5+tomcat5+JDK1.5
..

阅读全文>>

Tags: myeclipse   hibernate   mapping   表关系  

类别: 程序设计 |  评论(2) |  浏览(5422) |  收藏
2007年07月18日 10:25:27

java.util.StringTokenizer实用类

一个分隔字符串的实用类
构造函数:
StringTokenizer(String str)
无分割符:默认分割符为"\t\n\r\f"
e.g.

StringTokenizer st = new StringTokenizer("this is a test");
while (..

阅读全文>>

Tags: java   STokenizer  

类别: 程序设计 |  评论(0) |  浏览(3673) |  收藏
2006年04月26日 14:37:19

用jdom操作xml文件

转载:转载请保留本信息,本文来自http://struts.blog.ccidnet.com/blog/ccid/do_showone/tid_37535.html


自己写的东西,希望对大家有所帮助
准备知识:
jdom 参考 http://www.jdom.org/docs/apidocs/index.htm..

阅读全文>>

类别: 程序设计 |  评论(0) |  浏览(3583) |  收藏
2006年04月25日 15:26:06

util类

util类
线性表,链表,哈希表是常用的数据结构,在进行Java开发时,JDK已经为我们提供了一系列相应的类来实现基本的数据结构。这些类均在java.util包中。本文试图通过简单的描述,向读者阐述各个类的作用以及如何正..

阅读全文>>

类别: 程序设计 |  评论(0) |  浏览(1975) |  收藏
« 1 2» Pages: ( 1/2 total )