
JAVA 编程
文章平均质量分 88
GOALSTAR
这个作者很懒,什么都没留下…
展开
-
Cool Eclipse IDE Plugins You Should Check Out
The Eclipse IDE from the non-profit Eclipse Foundation is known for its plugins ecosystem and theEclipse Marketplace hosts a huge amount of plugins that you can download to customize your Eclipse wo转载 2013-06-18 14:49:22 · 1741 阅读 · 0 评论 -
Java开发中 unix/windows路径转换
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//-->/** * * @param path *转载 2007-10-25 20:15:00 · 3937 阅读 · 0 评论 -
Junit的学习笔记一
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr原创 2007-06-14 11:01:00 · 1568 阅读 · 0 评论 -
反编译工具JAD的使用
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr转载 2007-06-04 10:59:00 · 4205 阅读 · 6 评论 -
学习Java需要达到的30个目标(JAVA程序员必看)
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--> 1.你需要精通面向对象分析与设计(OOA/OOD)、转载 2007-06-06 19:19:00 · 1482 阅读 · 0 评论 -
Java程序最容易犯的21种错误
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr转载 2007-06-06 19:10:00 · 1244 阅读 · 0 评论 -
JSF组件开发指南
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr原创 2007-06-05 10:17:00 · 2249 阅读 · 0 评论 -
Java常见面试题集--面试题全面综合(二)
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr转载 2007-06-04 11:14:00 · 1421 阅读 · 0 评论 -
JAVA 日期处理大全
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//-->JAVA 日期处理大全1、获取服务器端当前日期:原创 2007-06-04 17:53:00 · 3802 阅读 · 0 评论 -
Java常见面试题集--面试题全面综合(一)
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr转载 2007-05-29 16:54:00 · 1733 阅读 · 0 评论 -
SpringSide的开发方法(前奏) -- 1
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><!--.STYLE1 {col原创 2007-05-25 17:59:00 · 2551 阅读 · 0 评论 -
java 反射的一些使用总结
<!--google_ad_client = "pub-1926348199765453";/* 文章顶部 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"src="http://pagea原创 2007-05-25 16:40:00 · 1290 阅读 · 0 评论 -
Java处理文件的方法(FileInputStream、FileReader、File*)
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//-->FileInputStream,FileReader,I转载 2007-12-03 16:00:00 · 15284 阅读 · 3 评论 -
面向对象的六大原则(推荐)
<!--google_ad_client = "pub-1926348199765453";/* 文章底部 */google_ad_slot = "3855136352";google_ad_width = 336;google_ad_height = 280;// -->要把软件做得非常灵活又要便于维护是一个很困难的事情。灵活的软件他的结构就复杂,转载 2009-01-08 17:22:00 · 3618 阅读 · 2 评论 -
IOC和AOP的一些基本概念
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr转载 2008-11-18 17:51:00 · 1736 阅读 · 0 评论 -
Java集合类详解
集合类说明及区别Collection├List│├LinkedList│├ArrayList│└Vector│ └Stack└SetMap├Hashtable├HashMap└WeakHashMapCollection接口 Collection是最基本的集合接口,一个Collection代表一组Object,即Collection的元素(E转载 2013-05-12 17:25:59 · 929 阅读 · 0 评论 -
JAVA解析xml的五种方式比较
1.DOM解析 DOM是html和xml的应用程序接口(API),以层次结构(类似于树型)来组织节点和信息片段,映射XML文档的结构,允许获取 和操作文档的任意部分,是W3C的官方标准 【优点】 ①允许应用程序对数据和结构做出更改。 ②访问是双向的,可以在任何时候在树中上下导航,获取和操作任意部分的数据。 【缺点】 ①通常需要加载整个XML文档来构造层次结构,消耗资源大。 【解析详解】 ①转载 2013-05-12 15:19:35 · 1023 阅读 · 0 评论 -
深入JVM:ClassLoader相关知识简介
本文什么JVM向大家介绍一下 ClassLoader的相关知识,ClassLoader专门负责类文件装入到内存,相信本文介绍一定会让你有所收获。深入JVM:关于ClassLoader的一些知识一.什么是ClassLoader?Java程序并不是一个原生的可执行文件,而是由许多独立的类文件组成,每一个文件对应一个Java类.此外,这些类文件并非立即全部装入内存的,而是根据程序需要装入内存转载 2012-02-01 09:22:13 · 782 阅读 · 0 评论 -
Java类加载原理解析
1 基本信息摘要:每个java开发人员对java.lang.ClassNotFoundExcetpion这个异常肯定都不陌生,这背后就涉及到了java技术体系中的类加载。Java的类加载机制是java技术体系中比较核心的部分,虽然和大部分开发人员直接打交道不多,但是对其背后的机理有一定理解有助于排查程序中出现的类加载失败等技术问题,对理解java虚拟机的连接模型和java语言的转载 2012-02-01 09:20:06 · 781 阅读 · 0 评论 -
Grails-Java开发人员的圣杯(强烈推荐)
<!--google_ad_client = "pub-1926348199765453";/* 蓝底 横幅 圆角 */google_ad_slot = "1747073693";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"src="http://p原创 2008-12-23 10:29:00 · 1660 阅读 · 1 评论 -
Flex AIR3.0入门教程及实例(原创)
<!--google_ad_client = "pub-1926348199765453";/* 蓝底 横幅 圆角 */google_ad_slot = "1747073693";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"src="http://p原创 2008-12-23 10:09:00 · 3789 阅读 · 0 评论 -
获取JAVA路径,包括CLASSPATH外的路径
广告靠左。文字在右<!--google_ad_client = "pub-1926348199765453";/* 文章底部 */google_ad_slot = "3855136352";google_ad_width = 336;google_ad_height = 280;// -->归纳一些网上取JAVA路径的方法:注明:如果从ANT启动程序转载 2009-02-18 09:46:00 · 1094 阅读 · 0 评论 -
ANT启动脚本详细说明
广告靠左。文字在右<!--google_ad_client = "pub-1926348199765453";/* 文章底部 */google_ad_slot = "3855136352";google_ad_width = 336;google_ad_height = 280;// --> 附录:任务介绍:Jav转载 2009-02-18 09:48:00 · 5068 阅读 · 0 评论 -
Java关键字final、static使用总结
Java关键字final、static使用总结<!--google_ad_client = "pub-1926348199765453";/* 文章底部 */google_ad_slot = "3855136352";google_ad_width = 336;google_ad_height = 280;// -->一、final转载 2009-02-05 14:04:00 · 1213 阅读 · 0 评论 -
关于Final的用法
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr转载 2008-11-20 20:53:00 · 1052 阅读 · 0 评论 -
再论接口和抽象的联系与区别
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr转载 2008-11-20 11:17:00 · 957 阅读 · 0 评论 -
JSTL 教程
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr转载 2007-08-09 09:52:00 · 1286 阅读 · 0 评论 -
extremeTable 使用(2)
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr转载 2007-08-07 18:00:00 · 3644 阅读 · 0 评论 -
AppFuse1.7 Tutorial 之 创建StrutsAction 和 JSP (3)
<!--google_ad_client = "pub-2016433482135581";google_ad_width = 728;google_ad_height = 90;google_ad_format = "728x90_as";google_ad_type = "text_image";google_ad_channel ="";google_colo原创 2005-04-28 16:20:00 · 1699 阅读 · 0 评论 -
AppFuse1.7 Tutorial 之 CreateDAO (1)
<!--google_ad_client = "pub-2016433482135581";google_ad_width = 728;google_ad_height = 90;google_ad_format = "728x90_as";google_ad_type = "text_image";google_ad_channel ="";//-->原创 2005-04-28 13:50:00 · 1794 阅读 · 0 评论 -
AppFuse1.7 Tutorial 之 CreateManager (2)
<!--google_ad_client = "pub-2016433482135581";google_ad_width = 728;google_ad_height = 90;google_ad_format = "728x90_as";google_ad_type = "text_image";google_ad_channel ="";//-->原创 2005-04-28 16:00:00 · 1471 阅读 · 0 评论 -
关于项目组的七十五个问题! 或者也叫原则
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//-->1. 你们的项目组使用源代码管理工具了么?转载 2005-01-31 23:24:00 · 1488 阅读 · 0 评论 -
做了一个生成JFreeChart的自定义标签SONIC Taglib。不过只能生成姘图和柱图
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//-->下载地址:http://www.javasp.n原创 2005-01-23 23:34:00 · 2161 阅读 · 1 评论 -
EJB开发过程
<!--google_ad_client = "pub-2016433482135581";google_ad_width = 728;google_ad_height = 90;google_ad_format = "728x90_as";google_ad_channel ="";//--><script type="text/javascript" src=原创 2005-01-23 23:17:00 · 1673 阅读 · 0 评论 -
JSP中解决乱码的方法。用PetStore中的EncodingFilter
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr原创 2004-12-01 15:07:00 · 1957 阅读 · 2 评论 -
常用JAVA方法大全
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr原创 2004-11-07 11:27:00 · 2849 阅读 · 1 评论 -
处理时间的一些有用的方法
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr原创 2004-10-30 15:05:00 · 1539 阅读 · 0 评论 -
批处理JDBC语句以提高处理速度
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr原创 2004-10-31 10:27:00 · 2107 阅读 · 0 评论 -
Java中精确计算的一个类用BigDecimal
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr原创 2004-10-30 15:10:00 · 1810 阅读 · 1 评论 -
AppFuse Tutorial 之 添加校验和Data List 表(ValidationAndList) (4)
添加校验和Data List 表(ValidationAndList) Validation: 1).添加XDolclet tag 到 Person.java 在(src/dao/**/model/Person.java),在get***()的上面添加XDoclet 标签 ,如getFirstName()和getLastName() @struts.validator type="re原创 2005-04-28 16:49:00 · 1858 阅读 · 0 评论