我的java天地

java

eclipse install record

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

maven related knowledge

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

Subversion中的关键字替换

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

记录

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

重构JDK中的decode方法

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

另一种责任链实现模式

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

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

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

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

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

Remove @Override annotation错误提示

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

memcache存取数据注意事项

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

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

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

jdk各版本下载地址

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

java复制文件或文件夹

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

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

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

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

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

maven实际应用

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

maven初步了解

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

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

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

eclipse自动排版设置

posted @ 2011-09-29 15:47 tobyxiong 阅读(829) | 评论 (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 阅读(2233) | 评论 (0)  编辑

centos下安装was6.1

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

tomcat 5.5解压版到linix不能运行

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

枚举示例程序

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

责任链模式

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

JAVAMAIL发送邮件程序

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

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

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

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

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

定时器和取得类路径

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

axis1 和 axis2 的简单使用

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

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

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

适配器模式详解

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

java中的位运算符

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

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

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

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

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

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

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

Spring AOP的底层实现技术

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

java中的异常分类

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

axis2开发随记

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

java.lang.OutOfMemoryError: PermGen

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

Eclipse最实用快捷键

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

session超时时间设置方法

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

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

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

分页标签

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

JPA应用备份

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

FTP操作测试类

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

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

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

tomcat中使用jpa

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

Subversion插件安装方法

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

AppConfig此类解释

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

java对ftp的操作

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

windows下SVN库配置步骤

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

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

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

jpa中用table来生成主键

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

hibernte 相关解释

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

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

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

spring2.0 事务配置

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

InputStream的三个read的区别

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

velocity和struts集成

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

Jboss数据源的配置

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

Spring事务管理

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

Spring声明式事务管理

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

web.xml控制Web应用详解

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

Struts2的国际化

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

整合Struts2与Spring的步骤

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

J2EE中web.xml的常用配置

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

用jdbc连接oracle10g需要注意事项

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

<2025年8月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456

导航

统计

常用链接

留言簿(3)

随笔分类(144)

随笔档案(157)

相册

最新随笔

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜