我的java天地

java

eclipse install record

posted @ 2013-05-16 11:31 tobyxiong 阅读(522) | 评论 (0)  编辑

maven related knowledge

posted @ 2013-05-06 13:58 tobyxiong 阅读(519) | 评论 (0)  编辑

Subversion中的关键字替换

posted @ 2012-08-07 18:06 tobyxiong 阅读(446) | 评论 (0)  编辑

记录

posted @ 2012-03-31 23:20 tobyxiong 阅读(505) | 评论 (0)  编辑

重构JDK中的decode方法

posted @ 2012-03-20 17:39 tobyxiong 阅读(733) | 评论 (0)  编辑

另一种责任链实现模式

posted @ 2012-03-15 11:18 tobyxiong 阅读(446) | 评论 (0)  编辑

jstat,jmap,jconsole,jvisualvm,jps,jinfo等JDK系统监控、性能调优工具

posted @ 2012-02-07 17:02 tobyxiong 阅读(2226) | 评论 (0)  编辑

mvn报错:No goals have been specified for this build

posted @ 2012-02-03 11:32 tobyxiong 阅读(31154) | 评论 (0)  编辑

Remove @Override annotation错误提示

posted @ 2012-01-09 16:49 tobyxiong 阅读(2111) | 评论 (0)  编辑

memcache存取数据注意事项

posted @ 2011-12-30 11:14 tobyxiong 阅读(491) | 评论 (0)  编辑

各数据交换的协议优劣比较

posted @ 2011-12-26 10:57 tobyxiong 阅读(18701) | 评论 (0)  编辑

jdk各版本下载地址

posted @ 2011-12-13 10:08 tobyxiong 阅读(403) | 评论 (0)  编辑

java复制文件或文件夹

posted @ 2011-12-05 14:17 tobyxiong 阅读(67929) | 评论 (16)  编辑

单例模式的一些版本及演变过程

posted @ 2011-11-21 15:28 tobyxiong 阅读(216) | 评论 (0)  编辑

手动添加依赖的jar文件到maven仓库

posted @ 2011-11-02 09:24 tobyxiong 阅读(3571) | 评论 (0)  编辑

maven实际应用

posted @ 2011-11-01 17:22 tobyxiong 阅读(5660) | 评论 (0)  编辑

maven初步了解

posted @ 2011-11-01 17:20 tobyxiong 阅读(1788) | 评论 (0)  编辑

运行jar文件中某个类文件命令

posted @ 2011-11-01 14:22 tobyxiong 阅读(1590) | 评论 (0)  编辑

eclipse自动排版设置

posted @ 2011-09-29 15:47 tobyxiong 阅读(813) | 评论 (0)  编辑

warning: sun.security.action.GetPropertyAction is Sun proprietary API and may be removed in a future release

posted @ 2011-09-15 10:14 tobyxiong 阅读(2160) | 评论 (0)  编辑

centos下安装was6.1

posted @ 2011-07-22 17:13 tobyxiong 阅读(1784) | 评论 (0)  编辑

tomcat 5.5解压版到linix不能运行

posted @ 2011-07-15 09:11 tobyxiong 阅读(221) | 评论 (0)  编辑

枚举示例程序

posted @ 2011-05-23 15:43 tobyxiong 阅读(227) | 评论 (0)  编辑

责任链模式

posted @ 2011-05-18 14:57 tobyxiong 阅读(3518) | 评论 (0)  编辑

JAVAMAIL发送邮件程序

posted @ 2011-04-25 16:12 tobyxiong 阅读(376) | 评论 (0)  编辑

eclipse 3.6.1 安装maven插件失败的解决办法

posted @ 2011-04-06 16:44 tobyxiong 阅读(2055) | 评论 (0)  编辑

servlet中实现下载乱码解决办法

posted @ 2010-12-06 15:42 tobyxiong 阅读(226) | 评论 (0)  编辑

定时器和取得类路径

posted @ 2010-10-13 10:15 tobyxiong 阅读(373) | 评论 (0)  编辑

axis1 和 axis2 的简单使用

posted @ 2010-10-08 16:17 tobyxiong 阅读(2193) | 评论 (0)  编辑

再一次webservice发布服务步骤记录

posted @ 2010-09-30 16:36 tobyxiong 阅读(902) | 评论 (0)  编辑

适配器模式详解

posted @ 2010-09-26 11:50 tobyxiong 阅读(624) | 评论 (0)  编辑

java中的位运算符

posted @ 2010-09-13 15:46 tobyxiong 阅读(191) | 评论 (0)  编辑

oracle对executeBatch并不完全支持总是返回-2

posted @ 2010-09-10 11:59 tobyxiong 阅读(4952) | 评论 (0)  编辑

Exception in thread "main" java.lang.AbstractMethodError: org.apache.crimson.tree.ElementNode.getTextContent()Ljava/lang/String;

posted @ 2010-09-03 11:39 tobyxiong 阅读(8719) | 评论 (0)  编辑

java.sql.SQLException: ORA-01461: 仅能绑定要插入 LONG 列的 LONG 值

posted @ 2010-09-01 14:52 tobyxiong 阅读(851) | 评论 (0)  编辑

Spring AOP的底层实现技术

posted @ 2010-08-20 11:38 tobyxiong 阅读(424) | 评论 (0)  编辑

java中的异常分类

posted @ 2010-08-20 10:05 tobyxiong 阅读(572) | 评论 (0)  编辑

axis2开发随记

posted @ 2010-07-30 11:54 tobyxiong 阅读(125) | 评论 (0)  编辑

java.lang.OutOfMemoryError: PermGen

posted @ 2010-04-08 17:46 tobyxiong 阅读(169) | 评论 (0)  编辑

Eclipse最实用快捷键

posted @ 2009-12-24 09:55 tobyxiong 阅读(484) | 评论 (0)  编辑

session超时时间设置方法

posted @ 2009-09-27 10:10 tobyxiong 阅读(12033) | 评论 (2)  编辑

eclipse报错 com/genuitec/eclipse/j2eedt/core/J2EEProjectUtil

posted @ 2009-09-27 09:32 tobyxiong 阅读(2561) | 评论 (1)  编辑

分页标签

posted @ 2009-09-25 16:29 tobyxiong 阅读(2493) | 评论 (0)  编辑

JPA应用备份

posted @ 2009-09-24 17:08 tobyxiong 阅读(313) | 评论 (0)  编辑

FTP操作测试类

posted @ 2009-09-24 16:56 tobyxiong 阅读(319) | 评论 (0)  编辑

深入浅出之正则表达式(一)

posted @ 2009-08-13 15:27 tobyxiong 阅读(288) | 评论 (0)  编辑

tomcat中使用jpa

posted @ 2009-08-12 11:36 tobyxiong 阅读(564) | 评论 (0)  编辑

Subversion插件安装方法

posted @ 2009-08-06 15:58 tobyxiong 阅读(173) | 评论 (0)  编辑

AppConfig此类解释

posted @ 2009-07-25 22:19 tobyxiong 阅读(2244) | 评论 (0)  编辑

java对ftp的操作

posted @ 2009-07-25 21:45 tobyxiong 阅读(236) | 评论 (0)  编辑

windows下SVN库配置步骤

posted @ 2009-07-12 21:08 tobyxiong 阅读(833) | 评论 (0)  编辑

Apache Tomcat 5.5部署jsp项目总结之——jsp乱码问题的解决

posted @ 2009-06-26 10:34 tobyxiong 阅读(961) | 评论 (3)  编辑

jpa中用table来生成主键

posted @ 2009-06-25 17:59 tobyxiong 阅读(1182) | 评论 (0)  编辑

hibernte 相关解释

posted @ 2009-06-25 16:46 tobyxiong 阅读(216) | 评论 (0)  编辑

MVC详解:了解真正所谓的"框架" - MVC 框架(转载)

posted @ 2009-05-15 22:11 tobyxiong 阅读(325) | 评论 (0)  编辑

spring2.0 事务配置

posted @ 2009-04-29 20:58 tobyxiong 阅读(1758) | 评论 (0)  编辑

InputStream的三个read的区别

posted @ 2009-04-24 18:07 tobyxiong 阅读(57537) | 评论 (2)  编辑

velocity和struts集成

posted @ 2009-03-28 23:11 tobyxiong 阅读(386) | 评论 (0)  编辑

Jboss数据源的配置

posted @ 2009-03-24 22:18 tobyxiong 阅读(6340) | 评论 (0)  编辑

Spring事务管理

posted @ 2009-03-21 03:17 tobyxiong 阅读(219) | 评论 (0)  编辑

Spring声明式事务管理

posted @ 2009-03-21 03:12 tobyxiong 阅读(2797) | 评论 (0)  编辑

web.xml控制Web应用详解

posted @ 2009-03-21 00:51 tobyxiong 阅读(629) | 评论 (0)  编辑

Struts2的国际化

posted @ 2009-03-19 23:17 tobyxiong 阅读(13574) | 评论 (3)  编辑

整合Struts2与Spring的步骤

posted @ 2009-03-19 23:14 tobyxiong 阅读(1758) | 评论 (0)  编辑

J2EE中web.xml的常用配置

posted @ 2009-03-18 21:53 tobyxiong 阅读(1071) | 评论 (1)  编辑

用jdbc连接oracle10g需要注意事项

posted @ 2008-12-31 14:53 tobyxiong 阅读(1603) | 评论 (0)  编辑

<2024年5月>
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678

导航

统计

常用链接

留言簿(3)

随笔分类(144)

随笔档案(157)

相册

最新随笔

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜