SVN
客户端下载地址:http://tortoisesvn.net/downloads.htmlTips: 如果使用的是CenteOS 或 RedHat
请使用yum命令,其它如Debian、Ubuntu 就请使用apt-get命令。这里使用yum。使用RPM软件包管理,检查SVN是否已存在。St...
分类:
系统相关 时间:
2014-05-19 08:29:28
阅读次数:
474
因为之前的版本python连带yum玩坏啦修不好,就重新安装了个cento6.5,顺便开始记下关于centos管理的种种。安装windows用ultro,linux用cat/dd
把dvd-iso1写到U盘上就可以(不需要删除pakcages和粘贴ios1,2),然后用U盘启动安装即可。iso1,2...
分类:
其他好文 时间:
2014-05-19 07:39:59
阅读次数:
325
Say you have an array for which theithelement
is the price of a given stock on dayi.If you were only permitted to complete at
most one transaction (ie...
分类:
其他好文 时间:
2014-05-18 20:30:16
阅读次数:
301
参照网页:
http://www.php100.com/manual/PostgreSQL8/sql-set-transaction.htmlshow
transaction isolation level ; 查看事务隔离级别testdb=# show transaction isolation ...
分类:
数据库 时间:
2014-05-18 19:35:44
阅读次数:
470
PrerequisiteHadoop 2.2 has been installed (and
the below installation steps should be applied on each of Hadoop node)Step 1.
Install R (by yum)[hadoop...
分类:
系统相关 时间:
2014-05-17 21:51:24
阅读次数:
671
centOS6下安装javacentOS默认有java的运行环境(gcj),安装sun的jdk前先卸载gcj。卸载gcj:#java-version<-查看当前gcjjava的版本号(我这里得到的是1.4.2)#yum-yremovejava-1.4.2-gcj-compat<-卸载gcj(y参数表示在y/n提问时均回答y)#chmoda+xjdk-6u14-linux-i586-rm..
分类:
编程语言 时间:
2014-05-16 02:17:23
阅读次数:
489
题目1:Best Time to Buy and Sell Stock
Say you have an array for which the ith element is the price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie,...
分类:
其他好文 时间:
2014-05-16 01:46:15
阅读次数:
460
安装软件[root@kvm ~]#yum grouplist Virtualization
Virtualization Client Virtualization Platform Virtualization
Toolscentos6.4-minimal-64bit 默认是200个包...
分类:
系统相关 时间:
2014-05-16 00:44:09
阅读次数:
618
项目所使用的数据库通过备份还原来的,导致日志文件很大,占用了很大的空间,在网上搜索了日志收缩的信息,整理了下。--清空日志DUMP TRANSACTION
EWABOQDB WITH NO_LOG--截断事务日志BACKUP LOG EWABOQDB WITH NO_LOG--收缩日志右键要收缩.....
分类:
数据库 时间:
2014-05-15 22:33:22
阅读次数:
524
最近,在联想的G480 32位的机子上安装了CentOS 6.5。发现,有线网络始终是无法使用。
必须安装必要的驱动,搜集了资料,安装步骤如下:
1. 必备的软件
安装前,需要下列的软件依赖包.
sudo yum install gcc gcc-c++ kernel-headers kernel-devel autoconf automake libtool c...
分类:
其他好文 时间:
2014-05-15 19:51:20
阅读次数:
321