<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[Feng的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/uFeng</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; uFeng]]></copyright><item><title><![CDATA[JSP标签资料]]></title><link>https://blog.csdn.net/uFeng/article/details/29237469</link><guid>https://blog.csdn.net/uFeng/article/details/29237469</guid><author>uFeng</author><pubDate>Sat, 07 Jun 2014 21:25:33 +0800</pubDate><description><![CDATA[1、]]></description><category></category></item><item><title><![CDATA[ubuntu 13.10安装ia32-libs]]></title><link>https://blog.csdn.net/uFeng/article/details/27568739</link><guid>https://blog.csdn.net/uFeng/article/details/27568739</guid><author>uFeng</author><pubDate>Thu, 29 May 2014 21:08:25 +0800</pubDate><description><![CDATA[转载：ubuntu 13.10]]></description><category></category></item><item><title><![CDATA[Hibenate JPA资料]]></title><link>https://blog.csdn.net/uFeng/article/details/4493812</link><guid>https://blog.csdn.net/uFeng/article/details/4493812</guid><author>uFeng</author><pubDate>Fri, 28 Aug 2009 16:00:00 +0800</pubDate><description><![CDATA[关于JPA方面的资料搜集1 表生成器http://www.blogjava.net/bolo/archive/2008/09/19/229823.html@TableGenerator：表生成器，将当前主键的值单独保存到一个数据库表中，主键的值每次都是从指定的表中查询来获得，这种生成主键的方式是很常用的。这种方法生成主键的策略可以适用于任何数据库，不必担心不同数据库不兼容造成的问题]]></description><category></category></item><item><title><![CDATA[EXTJS资料]]></title><link>https://blog.csdn.net/uFeng/article/details/4314115</link><guid>https://blog.csdn.net/uFeng/article/details/4314115</guid><author>uFeng</author><pubDate>Wed, 01 Jul 2009 18:28:00 +0800</pubDate><description><![CDATA[原文地址http://family168.com/tutorial/extdoc/html/extdoc.html]]></description><category></category></item><item><title><![CDATA[批量反编译java类文件]]></title><link>https://blog.csdn.net/uFeng/article/details/4268444</link><guid>https://blog.csdn.net/uFeng/article/details/4268444</guid><author>uFeng</author><pubDate>Sun, 14 Jun 2009 15:43:00 +0800</pubDate><description><![CDATA[本文转自：http://blog.csdn.net/zery/archive/2004/09/03/93456.aspx 简单的方法是dos进入到DJ安装目录，默认情况下为C:/Program Files/decomp，下面有个jad.exe可执行文件 jad -o -r -dF:/src -sjava F:/classes/**/*.class -o  - overw]]></description><category></category></item><item><title><![CDATA[Oracle错误集锦]]></title><link>https://blog.csdn.net/uFeng/article/details/4264622</link><guid>https://blog.csdn.net/uFeng/article/details/4264622</guid><author>uFeng</author><pubDate>Fri, 12 Jun 2009 18:45:00 +0800</pubDate><description><![CDATA[自己遇到问题从网络上搜集的答案Oracle版本 9.2.0.1 1    -- 2009-06-12tag: ORA-00600: 内部错误代码，参数: [ttcgcshnd-1], [0], [], [], [], [], [], []解决办法http://blog.csdn.net/lxxstarii/archive/2008/01/08/2030091.aspx错]]></description><category></category></item><item><title><![CDATA[Win下用installanywhere2009把jee工程打包成安装包]]></title><link>https://blog.csdn.net/uFeng/article/details/4229272</link><guid>https://blog.csdn.net/uFeng/article/details/4229272</guid><author>uFeng</author><pubDate>Sun, 31 May 2009 18:55:00 +0800</pubDate><description><![CDATA[Win下用installanywhere2009把jee工程打包成安装包
 
tag：installanywhere2009
安装包
工程打包
 
全部文档请
http://windfeng.iteye.com/blog/660762
1.  
概要
利用打包工具installanywhere，把jee项目制作成可以自己指定步骤的安装文件，有如下步骤：
a
选择安装语言环境]]></description><category></category></item><item><title><![CDATA[CVS2.5.03配置]]></title><link>https://blog.csdn.net/uFeng/article/details/4215016</link><guid>https://blog.csdn.net/uFeng/article/details/4215016</guid><author>uFeng</author><pubDate>Mon, 25 May 2009 18:23:00 +0800</pubDate><description><![CDATA[一 服务器安装及设置1 安装环境windows 2K server 2 安装版本cvsnt-2.5.03.2382.msi 3 下载google百度搜 4 安装这里选择 经典 安装，装完后提示重启 4 设置打开面板（CVSNT Control Panel）a 设置数据仓库（Repository configuration --> Add]]></description><category></category></item><item><title><![CDATA[Java反射]]></title><link>https://blog.csdn.net/uFeng/article/details/4211708</link><guid>https://blog.csdn.net/uFeng/article/details/4211708</guid><author>uFeng</author><pubDate>Sat, 23 May 2009 23:50:00 +0800</pubDate><description><![CDATA[关于Java反射方面的介绍 http://www.javaresearch.org/article/73860.htm 小结：1 通过类名称取类Class newClass = Class.forName(className); //className--建议为包名+类名 2 取属性用java.lang.reflect.Field[] fields = ne]]></description><category></category></item><item><title><![CDATA[SSH报错整理]]></title><link>https://blog.csdn.net/uFeng/article/details/4211490</link><guid>https://blog.csdn.net/uFeng/article/details/4211490</guid><author>uFeng</author><pubDate>Sat, 23 May 2009 21:44:00 +0800</pubDate><description><![CDATA[1> 2009-05-23  Tag--org.apache.commons.collections.FastHashMap整合SSH过程中，启动报错java.lang.SecurityException: class "org.apache.commons.collections.FastHashMap"s signer information does not match signe]]></description><category></category></item><item><title><![CDATA[Spring资料]]></title><link>https://blog.csdn.net/uFeng/article/details/4195245</link><guid>https://blog.csdn.net/uFeng/article/details/4195245</guid><author>uFeng</author><pubDate>Sun, 17 May 2009 17:07:00 +0800</pubDate><description><![CDATA[  1 Spring官方网站http://www.springsource.org/ 2 Spring开发手册--中文版http://www.redsaga.com/spring_ref/2.0/html/ 3 Spring step by stephttp://static.springframework.org/docs/Spring-MVC-step-by]]></description><category></category></item><item><title><![CDATA[spring security2.0.x资料]]></title><link>https://blog.csdn.net/uFeng/article/details/4158431</link><guid>https://blog.csdn.net/uFeng/article/details/4158431</guid><author>uFeng</author><pubDate>Thu, 07 May 2009 17:32:00 +0800</pubDate><description><![CDATA[从网络搜集而来 中文文档http://www.family168.com/tutorial/springsecurity/html/springsecurity.html  还有一篇精讲http://www.javaeye.com/topic/319965 实例下载http://mvnrepository.com/artifact/org.springfra]]></description><category></category></item><item><title><![CDATA[MyEclipse里创建ZK的开发环境]]></title><link>https://blog.csdn.net/uFeng/article/details/4140362</link><guid>https://blog.csdn.net/uFeng/article/details/4140362</guid><author>uFeng</author><pubDate>Thu, 30 Apr 2009 17:18:00 +0800</pubDate><description><![CDATA[ 该文章自google搜索来自： http://hi.baidu.com/hopingwhite/blog/item/626afdfaa5ea62dcb58f315e.html关键字： ZK MyEclipse Eclipse 文章内容：  http://hi.baidu.com/hopingwhite/blog/item/626afdfaa5ea62dcb58f315]]></description><category></category></item><item><title><![CDATA[Oracle用户维护及数据库的导入和导出]]></title><link>https://blog.csdn.net/uFeng/article/details/4099650</link><guid>https://blog.csdn.net/uFeng/article/details/4099650</guid><author>uFeng</author><pubDate>Wed, 22 Apr 2009 10:28:00 +0800</pubDate><description><![CDATA[ 1 用户维护a 创建用户create user username identified by pwd;b 授权grant dba to username;c 创建表空间 d 删除用户drop user username cascade; 2 导入和导出导入imp导出exp]]></description><category></category></item><item><title><![CDATA[eclipse整合资料]]></title><link>https://blog.csdn.net/uFeng/article/details/4099588</link><guid>https://blog.csdn.net/uFeng/article/details/4099588</guid><author>uFeng</author><pubDate>Wed, 22 Apr 2009 10:12:00 +0800</pubDate><description><![CDATA[  转贴： http://zhidao.baidu.com/question/19303156.html 装JDK 从java.sun.com/">http://java.sun.com/下载jdk-1_5_0_04-windows-i586-p.exe 安装到指定路径，我选择D:/jdk1.5.0 配置环境变量： JAVA_HOME: D:/jdk1.5.0 PATH: D:/jdk1.]]></description><category></category></item><item><title><![CDATA[eclipse插件整理]]></title><link>https://blog.csdn.net/ufeng/article/details/4099571</link><guid>https://blog.csdn.net/ufeng/article/details/4099571</guid><author>ufeng</author><pubDate>Wed, 22 Apr 2009 10:08:00 +0800</pubDate><description><![CDATA[ eclipse                        eclipse-SDK-3.2.2-win32.ziplanguage                   NLpack1-eclipse-SDK-3.2-win32.ziplog4e                           de.jayefem.log4e_free_1.2.12.zipwtp    ]]></description><category></category></item><item><title><![CDATA[AS4安装oracle 9.2]]></title><link>https://blog.csdn.net/ufeng/article/details/3459961</link><guid>https://blog.csdn.net/ufeng/article/details/3459961</guid><author>ufeng</author><pubDate>Sat, 06 Dec 2008 15:26:00 +0800</pubDate><description><![CDATA[  RedHat Enterprise Linux AS4安装oracle 9.2本文转自：http://www.zxbc.cn/html/20080526/51103.html  软件版本： linux版本：RedHat Enterprise Linux AS4 前置说明：a. 从安装linux到oracle,中间遇到的问题一一作了记录b. 进行连接的客户端(本机]]></description><category></category></item><item><title><![CDATA[DOS批处理实现SQLServer2000数据库自动备份]]></title><link>https://blog.csdn.net/uFeng/article/details/3382038</link><guid>https://blog.csdn.net/uFeng/article/details/3382038</guid><author>uFeng</author><pubDate>Wed, 26 Nov 2008 20:46:00 +0800</pubDate><description><![CDATA[标题：SQLServer2000数据库自动备份Tag： DOS 批处理 bat sql2000 数据库备份 概要：       利用windows的计划任务执行批处理文件 正文： 1 制作批处理文件将下面的源代码保存为（文件名.bat），标注为蓝色的需要根据个人环境来改变::文件名：SQLServer2000数据库自动备份.bat::作者：Fen]]></description><category></category></item></channel></rss>