获取数据有多种方式,例如从txt、excel、curl、数据库等,我比较喜欢curl和数据库,先介绍下rcurl一
下载rcurl包http://cran.r-project.org/web/packages/RCurl/index.html二 安装sudo R CMD
INSTALL RCurl_...
分类:
Web程序 时间:
2014-05-16 18:57:57
阅读次数:
438
在中文Linux下安装Oracle
11g,运行runInstaller后默认会出现乱码,解决办法如下:1、准备字体zysong.ttf,点击下载,解压下载到的fallback2、使用归档管理器打开database/stage/Components/oracle.jdk/1.5.0.17.0/1/D...
分类:
数据库 时间:
2014-05-16 18:56:56
阅读次数:
453
-- 查找重复记录select names,num from test where rowid !=
(select max(rowid) from test b where b.names = test.names and b.num =
test.num)或者使用select names,n.....
分类:
数据库 时间:
2014-05-16 18:51:53
阅读次数:
278
Ctags是vim下方便代码阅读的工具,一般VIM中已经默认安装了Ctags,它可以帮助程序员很容易地浏览源代码。1、如果系统中没有此工具用如下方法安装:
到ctags官网下载源码,解压后 $ ./configure $ make $ sudo make install 如果你使用的是Ubuntu系...
分类:
其他好文 时间:
2014-05-16 18:28:12
阅读次数:
239
应用程序连接测试数据库时报ORA-12516:TNS:listener could not find
available handler with matching protocol stack 检查监听日志文件,发现大量的TNS-12516错误 cd
/u01/app/oracle/product...
分类:
其他好文 时间:
2014-05-16 18:23:03
阅读次数:
247
综述,我们这里列出的application
server应用服务器,主要是对servlet和JSP提供了良好的支持;[resin][Tomcat][jboss]community.jboss.org
yum install java-1.6.0-openjdk-develwget http://do...
分类:
移动开发 时间:
2014-05-16 18:15:59
阅读次数:
317
http://kerryosborne.oracle-guy.com/2008/10/oracle-management-packs/ There has
been quite a bit of confusion about the licensing of Oracle Management P...
分类:
数据库 时间:
2014-05-16 09:39:52
阅读次数:
441
获取数据有多种方式,例如从txt、excel、curl、数据库等,我比较喜欢curl和数据库,先介绍下rcurl一
下载rcurl包http://cran.r-project.org/web/packages/RCurl/index.html二 安装sudo R CMD
INSTALL RCurl_...
分类:
Web程序 时间:
2014-05-14 08:20:31
阅读次数:
392
在中文Linux下安装Oracle
11g,运行runInstaller后默认会出现乱码,解决办法如下:1、准备字体zysong.ttf,点击下载,解压下载到的fallback2、使用归档管理器打开database/stage/Components/oracle.jdk/1.5.0.17.0/1/D...
分类:
数据库 时间:
2014-05-14 08:11:15
阅读次数:
469