- 浏览: 120291 次
- 性别:
- 来自: 深圳
文章列表
在表单form中,包含text和submit,当焦点在text内,如果直接按回车,页面不会像点击submit按钮那样执行验证代码,会直接提交掉。(基本发生在表单内只有一个text文本域的时候)
If you have a Web Form with just one single-line text input (even if there are additional input fields, like CheckBoxLists, RadioButtonLists, DropDownLists, and so on), hitting enter in the text input w ...
InetAddress可以通过getLocalHost方法得到本机的InetAddress对象,也可以通过getByName、getAllByName和 getByAddress得到远程主机的InetAddress对象。 一、getLocalHost方法 使用getLocalHost可以得到描述本机IP的InetAddress对象。这个方法的定义如下: public static InetAddress getLocalHost() throws UnknownHostException 这个方法抛出了一个UnknownHostException异常,因此,必须在调用这个方法的程序中捕 ...
1、Java
Java编程语言(第三版)---Java四大名著----James Gosling(Java之父)
Java编程思想(第2版)----Java四大名著----Bruce Eckel
Java编程思想(第3版)----Java四大名著----------------Bruce Eckel
JAVA 2核心技术卷I:基础知识(原书第7版)---Java四大名著-----Cay Horstmann
JAVA 2核心技术卷II:高级特性(原书第7版)----Java四大名著-----Cay Horstmann
Effective Java中文版------Java四大名著--- ...
现在做公司给的任务,感觉以前学的东西不扎实,现在有点连蒙带猜似的做!
感觉很是不爽啊,以前学的时候都感觉还可以,真是啊!!
以前学习的时候,没有深入细节,很多地方都只是带过,用的时候就要深入学习了啊
!
在你最需要的时候,专注力最集中的时候,学习也是最有激情的时候,所以这个时候学习,事半功倍,加油啊!
看自己还要掌握的:
javaScript,jQuery
ajax
spring
专注,专注,在专注
MyEclipse7.0集成了eclipse3.4,很多人不知道在7.0下怎么安装原来的插件。其实在7.0版本中(即 eclipse3.4)提供了新的文件夹dropins来代替原来的link目录,现在可以把插件直接放在此目录下,也可以把.link文件,放到此文件夹下。myeclipse会自动加载插件,不过貌似现在的版本插件的卸载有问题,可能和缓存有关系。dropins支持下面几种目录结构
1.把全部插件放在一起
%myeclipse_home%/dropins/
eclipse/
features/
plugins/
2.按插件的类 ...
Java代码获取所有系统属性:
Properties props = System.getProperties();
Iterator<Entry<Object, Object>> it = props.entrySet().iterator();
while(it.hasNext()) {
Entry<Object, Object> ent = it.next();
System.out.println(ent.getKey() + ":" + ent.getValue( ...
- 2009-09-11 21:43
- 浏览 1302
- 评论(0)
基于Swing的三层应用程序体系结构
说明:
此文章中的图表都有Dia完成,更多详细信息参看:http://projects.gnome.org/dia/
何谓三层(http://en.wikipedia.org/wiki/Multitier_architecture)
1. 表示层(PresentationLayer)
用于向用户提供交互(输入 ...
- 2009-09-11 09:37
- 浏览 896
- 评论(0)
基于Swing的三层应用程序体系结构
说明:
此文章中的图表都有Dia完成,更多详细信息参看:http://projects.gnome.org/dia/
何谓三层(http://en.wikipedia.org/wiki/Multitier_architecture)
1. 表示层(PresentationLayer)
用于向用户提供交互(输入 ...
- 2009-09-11 09:37
- 浏览 623
- 评论(0)
http://netbeans.dzone.com/tips/how-install-scala-plugin
- 2009-09-08 15:06
- 浏览 907
- 评论(0)
http://netbeans.dzone.com/tips/how-install-scala-plugin
- 2009-09-08 15:06
- 浏览 946
- 评论(0)
http://www.vaannila.com/hibernate/hibernate-tutorial/hibernate-tutorial.html
Hibernate Tutorial
Hibernate Tools Tutorial
Learn how to create a simple example using the Eclipse IDE and Hibernate Tools plug-in. HSQLDB is used for persisting data in the back-end.
Hibernate Anno ...
- 2009-09-08 14:58
- 浏览 666
- 评论(0)
http://www.vaannila.com/hibernate/hibernate-tutorial/hibernate-tutorial.html
Hibernate Tutorial
Hibernate Tools Tutorial
Learn how to create a simple example using the Eclipse IDE and Hibernate Tools plug-in. HSQLDB is used for persisting data in the back-end.
Hibernate Anno ...
- 2009-09-08 14:58
- 浏览 584
- 评论(0)
15 个JQuery Table相关的插件:
http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/
TreeTable 支持节点间的托拽:
http://ludo.cubicphuse.nl/jquery-plugins/treeTable/doc/index.html#example-1
15个 Photo Gallery
http://www.webdesignbooth.com/15-jquery-plugins-for-a-better-photo-gal ...
- 2009-09-08 13:00
- 浏览 1628
- 评论(0)
15 个JQuery Table相关的插件:
http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/
TreeTable 支持节点间的托拽:
http://ludo.cubicphuse.nl/jquery-plugins/treeTable/doc/index.html#example-1
15个 Photo Gallery
http://www.webdesignbooth.com/15-jquery-plugins-for-a-better-photo-gal ...
- 2009-09-08 13:00
- 浏览 3410
- 评论(0)