文章列表
http://tmsoft.lsxy.com/index.php?id=457&load=read
http://java.sun.com/j2se/1.4.2/docs/api/
http://www.blogjava.net/sterning/category/27570.html
http://www.blogjava.net/max/archive/2006/10/25/77157.html
http://www.family168.com/tutorial/jsp/html/ JSP基础资料
JAVA网站精华
- 2008-12-17 12:35
- 浏览 667
- 评论(0)
onload="javascript:if(this.width>640){this.width=640;}"
- 2008-12-10 15:10
- 浏览 910
- 评论(0)
后台protected string FormatStringl(string str) { if (str.Length>12) { str=str.Substring(0,11)+".."; } return str; }界面层<%#FormatStringl ...
- 2008-12-10 14:56
- 浏览 2185
- 评论(0)
<div class="dream_name">
<p><strong>我的梦想是:</strong><input class="input_text" id="dreamtitle" name="dreamtitle" type="text" maxlength="40" /></p>
<span>(最多可输入<s ...
- 2008-12-09 09:20
- 浏览 939
- 评论(0)
<script language="javascript"> function openWin(u, w, h) { var l = (screen.width - w) / 2; var t = (screen.height - h) / 2; var s = 'width=' + w + ', height=' + h + ', top=' + t + ', left=' + l; s += ', toolbar=no, scrollbars=no, menuba ...
- 2008-09-18 09:44
- 浏览 1030
- 评论(0)
buttons: [{ text: 'Login', handler: function (){ this.disabled = true; formPanl.f ...
- 2008-09-18 09:43
- 浏览 900
- 评论(0)
闲了将近二十天,一直在学习Extjs,昨天接到通知,下周将进入新的项目组培训,培训内容是Flex。在学Extjs的时候,见过别人对Extjs和Flex的比较。记得当时有人说Extjs和Flex根本不是一个层次上的框架,但那时我依然连Flex是什么都没有去查,而毅然的选择了Extjs。但可笑的是,下一个项目的应用就是Flex。由于项目的紧张,也许对Extjs的学习将要告一段落了。所以,我该写点什么。用Extjs做登录index.html
<div id="north-div"><a id="login" href="#" ...
- 2008-07-16 11:59
- 浏览 2333
- 评论(0)