我的java天地

java

eclipse install record

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

maven related knowledge

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

Subversion中的关键字替换

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

记录

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

重构JDK中的decode方法

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

另一种责任链实现模式

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

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

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

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

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

Remove @Override annotation错误提示

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

memcache存取数据注意事项

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

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

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

jdk各版本下载地址

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

java复制文件或文件夹

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

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

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

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

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

maven实际应用

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

maven初步了解

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

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

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

eclipse自动排版设置

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

centos下安装was6.1

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

tomcat 5.5解压版到linix不能运行

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

枚举示例程序

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

责任链模式

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

JAVAMAIL发送邮件程序

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

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

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

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

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

定时器和取得类路径

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

axis1 和 axis2 的简单使用

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

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

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

适配器模式详解

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

java中的位运算符

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

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

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

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

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

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

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

Spring AOP的底层实现技术

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

java中的异常分类

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

axis2开发随记

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

java.lang.OutOfMemoryError: PermGen

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

Eclipse最实用快捷键

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

session超时时间设置方法

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

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

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

分页标签

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

JPA应用备份

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

FTP操作测试类

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

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

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

tomcat中使用jpa

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

Subversion插件安装方法

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

AppConfig此类解释

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

java对ftp的操作

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

windows下SVN库配置步骤

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

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

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

jpa中用table来生成主键

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

hibernte 相关解释

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

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

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

spring2.0 事务配置

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

InputStream的三个read的区别

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

velocity和struts集成

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

Jboss数据源的配置

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

Spring事务管理

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

Spring声明式事务管理

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

web.xml控制Web应用详解

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

Struts2的国际化

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

整合Struts2与Spring的步骤

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

J2EE中web.xml的常用配置

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

用jdbc连接oracle10g需要注意事项

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

<2024年11月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

导航

统计

常用链接

留言簿(3)

随笔分类(144)

随笔档案(157)

相册

最新随笔

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜