<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Oracle Seeker, Oracle探索者 &#187; 开源产品和技术</title>
	<atom:link href="http://oracleseeker.com/category/opensource_top/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracleseeker.com</link>
	<description>Oracle技术学习和探索的园地，技术顾问的探索旅程</description>
	<lastBuildDate>Sat, 05 May 2012 09:31:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>rails3中jqgrid的应用</title>
		<link>http://oracleseeker.com/2010/10/13/rails3%e4%b8%adjqgrid%e7%9a%84%e5%ba%94%e7%94%a8/</link>
		<comments>http://oracleseeker.com/2010/10/13/rails3%e4%b8%adjqgrid%e7%9a%84%e5%ba%94%e7%94%a8/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 17:16:00 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Ruby/Ruby on Rails]]></category>
		<category><![CDATA[jqgrid]]></category>
		<category><![CDATA[rails3]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/2010/10/13/rails3%e4%b8%adjqgrid%e7%9a%84%e5%ba%94%e7%94%a8/</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160;&#160;&#160; jqGrid是一款非常优秀的ajax表格，它通过ajax回调机制来动态和服务器进行数据的交互。 &#160;&#160;&#160;&#160;&#160;&#160; jqGrid是基于jquery，是jquery家族一个组件，所以它的运行需要jquery库的支持。那么在web application中使用jqGrid的时候，必须先导入jquery包，同时它支持jquery的UI theme。那么如果你不喜欢jqGrid的默认颜色，可以通过jquery UI的theme去更改外观。 &#160;&#160;&#160;&#160;&#160;&#160; 在这里介绍rails里面使用jqGrid。其中jqGrid支持很多功能，支持对数据进行格式，查找，编辑，子表格，树表格，分组，显示和隐藏字段以及导入和导出功能。同时jqGrid针对于很多功能都是用单一个js文件来实现，所以你可以根据自己想要的功能来选择系统想要的js文件。 &#160;&#160;&#160;&#160;&#160; 在rails3里面使用jqGrid非常的方便，但是针对于rail3需要使用jquery，而不采用prototype的javascript库。由于本文主要介绍jqGrid在rails3里面的使用，就先假设rails3系统已经使用jquery。 1.首先下载jqGrid针对于rails3的版本的插件： &#160;&#160;&#160;&#160; rails plugin install git://github.com/kritik/2dc_jqgrid_rails3.git 2.下载完成以后，这个插件可以自动安装，会在public/javascript以及public/stylesheets 下面创建关于jqGrid的目录。但是你会发现其中关于这些目录多生成一层目录。这对于这种情况下，rails如果不进行设置的话，将不能访问这些目录的图片、javascript和css等。 3. 修改插件中的rake命令，阅读插件下面的lib/tasks/2dc_jqgrid_tasks.rake文件，发现下面这句话有问题，会将 source下面包括目录将所有的内容进行拷贝，而这个时候不需要目录，而仅仅需要目录下面的内容，所以使用copy_entry来实现： &#160;&#160;&#160;&#160; FileUtils.copy_r(source, target, :verbose =&#62; true) &#160;&#160;&#160; 修改为 &#160;&#160;&#160;&#160; FileUtils.copy_entry(source, target, :verbose =&#62; true) 4. 在当前工程目录下面运行rake jqgrid:install，可以生成正确的jqgrid的文件目录。 &#160;&#160;&#160; 文件目录如下： &#160;&#160;&#160; &#8211;public &#160;&#160;&#160;&#160;&#160; &#124; &#160;&#160;&#160;&#160;&#160; &#124;&#8211; images &#160;&#160;&#160;&#160;&#160; &#124;&#160;&#160; &#124; &#160;&#160;&#160;&#160;&#160; &#124;&#160;&#160; &#124;&#8211;jqgrid&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160; [...]


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2010/10/13/rails3%e4%b8%adjqgrid%e7%9a%84%e5%ba%94%e7%94%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passenger实现Redmine和Apache集成</title>
		<link>http://oracleseeker.com/2010/03/09/install_passenger_for_redmine_on_apache/</link>
		<comments>http://oracleseeker.com/2010/03/09/install_passenger_for_redmine_on_apache/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 05:06:09 +0000</pubDate>
		<dc:creator>aronezhang</dc:creator>
				<category><![CDATA[Ruby/Ruby on Rails]]></category>
		<category><![CDATA[Redmine]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/2010/03/09/install_passenger_for_redmine_on_apache/</guid>
		<description><![CDATA[Redmine 0.9.3默认使用RoR自带的web服务器WEBrick，默认的端口是3000，很多人将Redmine集成到apache，nginx或tomcat中，集成到apache通常采用CGI方式来集成，配置起来比较繁杂。Phusion Passenger组件是专门为apache和nginx开发的用来部署Ruby on Rails应用的，配置起来非常的方便，使用下来感觉页面的操作速度比WEBrick要快很多，本文记录了如何安装passenger来集成Redmine到apache服务器。


相关文章:<ol><li><a href='http://oracleseeker.com/2010/03/07/about_redmine/' rel='bookmark' title='Permanent Link: 基于RoR的项目协作平台Redmine'>基于RoR的项目协作平台Redmine</a></li>
<li><a href='http://oracleseeker.com/2010/03/08/install_redmine0-9-3_on_centos5/' rel='bookmark' title='Permanent Link: CentOS5下安装Redmine0.9.3'>CentOS5下安装Redmine0.9.3</a></li>
</ol>]]></description>
		<wfw:commentRss>http://oracleseeker.com/2010/03/09/install_passenger_for_redmine_on_apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS5下安装Redmine0.9.3</title>
		<link>http://oracleseeker.com/2010/03/08/install_redmine0-9-3_on_centos5/</link>
		<comments>http://oracleseeker.com/2010/03/08/install_redmine0-9-3_on_centos5/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 03:38:26 +0000</pubDate>
		<dc:creator>aronezhang</dc:creator>
				<category><![CDATA[Ruby/Ruby on Rails]]></category>
		<category><![CDATA[Redmine]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/2010/03/08/install_redmine0-9-3_on_centos5/</guid>
		<description><![CDATA[CentOS下安装Redmine的过程是一个痛苦的过程，其间遇到了很多问题，借助强大的网络才顺利完成了安装工作，在此记录一下安装的细节以备查阅。
环境信息：
CentOS 5 
Ruby 1.8.7 
RubyGems 1.3.6
Ruby on Rails 2.3.5 
Redmine 0.9.3 
Postgresql 8.4.2


相关文章:<ol><li><a href='http://oracleseeker.com/2010/03/07/about_redmine/' rel='bookmark' title='Permanent Link: 基于RoR的项目协作平台Redmine'>基于RoR的项目协作平台Redmine</a></li>
<li><a href='http://oracleseeker.com/2010/03/09/install_passenger_for_redmine_on_apache/' rel='bookmark' title='Permanent Link: Passenger实现Redmine和Apache集成'>Passenger实现Redmine和Apache集成</a></li>
</ol>]]></description>
		<wfw:commentRss>http://oracleseeker.com/2010/03/08/install_redmine0-9-3_on_centos5/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>基于RoR的项目协作平台Redmine</title>
		<link>http://oracleseeker.com/2010/03/07/about_redmine/</link>
		<comments>http://oracleseeker.com/2010/03/07/about_redmine/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 14:51:10 +0000</pubDate>
		<dc:creator>aronezhang</dc:creator>
				<category><![CDATA[Ruby/Ruby on Rails]]></category>
		<category><![CDATA[Redmine]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/2010/03/07/about_redmine/</guid>
		<description><![CDATA[基于RoR的项目协作平台Redmine


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2010/03/07/about_redmine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu中配置MSN,QQ,飞信和GTalk</title>
		<link>http://oracleseeker.com/2010/01/06/ubuntu_msn_qq_fetion_gtalk/</link>
		<comments>http://oracleseeker.com/2010/01/06/ubuntu_msn_qq_fetion_gtalk/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 14:17:28 +0000</pubDate>
		<dc:creator>Eleven.Xu</dc:creator>
				<category><![CDATA[开源产品和技术]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/?p=2082</guid>
		<description><![CDATA[在Windows操作系统中，不论是MSN，还是QQ，还是GTalk等，大家肯定都不陌生，甚至这些优秀的IM工具已经融入到了我们的日常生活中，成为 生活与工作的必备工具，那么既然将主操作系统移植到了Linux，那么就必须搞定这些和生活息息相关的小工具，MSN,QQ,飞信,GTalk一个都不能 少：）


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2010/01/06/ubuntu_msn_qq_fetion_gtalk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu中安装配置JDK</title>
		<link>http://oracleseeker.com/2010/01/06/ubuntu_jdk_java_setup/</link>
		<comments>http://oracleseeker.com/2010/01/06/ubuntu_jdk_java_setup/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 01:08:48 +0000</pubDate>
		<dc:creator>Eleven.Xu</dc:creator>
				<category><![CDATA[开源产品和技术]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/?p=2079</guid>
		<description><![CDATA[在完成系统安装并配置中文输入法之后，由于工作需要，最迫切的莫过于配置Java开发环境了，在Ubuntu中配置Java开发环境也是相对非常方便的，可采取如下两种方式： 1）直接从源内安装 2）手动下载并安装 对于方法1，相对处理起来比较简单，就不多废话了，在此，仅描述方法2的相关步骤及说明： 1、到Sun的官网中下载最新的JDK版本，目前最新的应该为1.6 Update17，我下载的JDK名为jdk-6u17-linux-x64.bin 2、将下载完成后的文件拷贝到自己需要的安装目录，例如：cp /home/eleven/Downloads/jdk-6u17-linux-x64.bin /home/eleven/Software/JDK/jdk-6u17-linux-x64.bin 3、cd到安装目录，赋予该文件相应的执行权限，例如：chmod +x jdk-6u17-linux-x64.bin，当然，如果为了省事，直接chmod 777 jdk-6u17-linux-x64.bin 也OK 4、运行该文件，进行安装，建议使用root用户进行安装，例如：sh jdk-6u17-linux-x64.bin 5、JDK安装完成后，需要进行环境变量的配置 由于一般Java环境需要对所有的用户有效，那么可以直接修改/etc/profile/，例如：sudo gedit /etc/profile 根据自己机器中的实际路径，在文件最后添加如下内容： ?View Code TEXT1 2 3 4 5 #set java environment JAVA_HOME=/home/eleven/Software/JDK1.6 export JRE_HOME=/home/eleven/Software/JDK1.6/jre export CLASSPATH=.:$JAVA_HOME/lib:$JRE_HOME/lib:$CLASSPATH export PATH=$JAVA_HOME/bin:$JRE_HOME/bin:$PATH 添加完成后reboot机器，若想立即生效，直接source下即可。完成后在终端中输入：java -version检查JDK的配置情况，如果得到如下信息： ?View Code TEXT1 2 3 4 root@hand-eleven:/etc# java -version java version &#34;1.6.0_0&#34; OpenJDK Runtime [...]


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2010/01/06/ubuntu_jdk_java_setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu中文输入法配置</title>
		<link>http://oracleseeker.com/2010/01/05/ubuntu_ibus_input_method/</link>
		<comments>http://oracleseeker.com/2010/01/05/ubuntu_ibus_input_method/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 02:26:12 +0000</pubDate>
		<dc:creator>Eleven.Xu</dc:creator>
				<category><![CDATA[开源产品和技术]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/?p=2075</guid>
		<description><![CDATA[Ubuntu的安装过程全程都有UI支持，这里就不多废话了，在操作系统安装完成后，对我们这些以中文为母语的人来说，恐怕最要紧的莫过于配置一套适合自己的中文输入法了。之前自己在Linux中使用的一直是SCIM输入法，但Google后发现9.10中建议使用的是IBus，下面就是IBus输入法的 安装配置过程：


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2010/01/05/ubuntu_ibus_input_method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>学习与使用Spring Security2(一)</title>
		<link>http://oracleseeker.com/2009/08/05/learn_and_use_spring_security2_step1/</link>
		<comments>http://oracleseeker.com/2009/08/05/learn_and_use_spring_security2_step1/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 12:26:14 +0000</pubDate>
		<dc:creator>hailor</dc:creator>
				<category><![CDATA[Java开源]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/2009/08/05/%e5%ad%a6%e4%b9%a0%e4%b8%8e%e4%bd%bf%e7%94%a8spring-security2%e4%b8%80/</guid>
		<description><![CDATA[本描述如何在Web应用中使用Spring Security2来进行安全验证的基本技巧。


相关文章:<ol><li><a href='http://oracleseeker.com/2009/10/28/execute_with_params/' rel='bookmark' title='Permanent Link: 常被忽略的ExecuteWithParams'>常被忽略的ExecuteWithParams</a></li>
</ol>]]></description>
		<wfw:commentRss>http://oracleseeker.com/2009/08/05/learn_and_use_spring_security2_step1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle JDBC无法取得时分秒</title>
		<link>http://oracleseeker.com/2009/07/23/oracle_jdbc_cannot_got_timestamp/</link>
		<comments>http://oracleseeker.com/2009/07/23/oracle_jdbc_cannot_got_timestamp/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 16:52:17 +0000</pubDate>
		<dc:creator>hailor</dc:creator>
				<category><![CDATA[Java开源]]></category>
		<category><![CDATA[jdbc]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/2009/07/23/oracle-jdbc%e6%97%a0%e6%b3%95%e5%8f%96%e5%be%97%e6%97%b6%e5%88%86%e7%a7%92/</guid>
		<description><![CDATA[在项目中使用的Oracle JDBC版本为Oracle JDBC Driver version &#8211; 9.0.2.0.0，由于使用了Hibernate，所以一直没有发现使用native sql查询时时间类型会丢失时分秒。测试程序如下： ?View Code JAVA1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 public class TestDate &#123; public static [...]


相关文章:<ol><li><a href='http://oracleseeker.com/2008/11/04/recruit_story_20081104/' rel='bookmark' title='Permanent Link: 程序故事一则：IF语句抛异常'>程序故事一则：IF语句抛异常</a></li>
<li><a href='http://oracleseeker.com/2009/01/15/connect_to_oracle_rasie_ora12519_use_c3p0_connection_pool/' rel='bookmark' title='Permanent Link: c3p0连接池连接Oracle报ORA-12519'>c3p0连接池连接Oracle报ORA-12519</a></li>
<li><a href='http://oracleseeker.com/2009/06/16/beforephase_cause_adf_application_performance_issue/' rel='bookmark' title='Permanent Link: beforePhase使用不当导致ADF应用性能问题'>beforePhase使用不当导致ADF应用性能问题</a></li>
</ol>]]></description>
		<wfw:commentRss>http://oracleseeker.com/2009/07/23/oracle_jdbc_cannot_got_timestamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决ClassNotFoundException: org.hibernate.hql.ast.HqlToken</title>
		<link>http://oracleseeker.com/2009/07/16/jbpm_weblogic_class_not_found_exception/</link>
		<comments>http://oracleseeker.com/2009/07/16/jbpm_weblogic_class_not_found_exception/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 09:41:00 +0000</pubDate>
		<dc:creator>Eleven.Xu</dc:creator>
				<category><![CDATA[Java开源]]></category>
		<category><![CDATA[jBPM-工作流]]></category>
		<category><![CDATA[Weblogic]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/2009/07/16/jbpm_weblogic_class_not_found_exception/</guid>
		<description><![CDATA[在试图将工作流发布到WebLogic11g即WebLogic10.3中时遇到了比较棘手的异常信息：ClassNotFoundException: org.hibernate.hql.ast.HqlToken，在经过查询资料并进行代码追踪和研究后发现产生该异常的原因是：在jBPM4.0中，使用的Hibernate是3.0之后的版本，而从3.0开始就采用了新的基于ANTLR的查询翻译器，在WebLogic中使用的是antlr2.6.1.jar，无法满足该要求，需要从新版本的Hibernate中提取该jar并添加到WebLogic的Classpath中。


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2009/07/16/jbpm_weblogic_class_not_found_exception/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

