首先因为Rethat的yum源要去订阅(当然是需要钱的),所以许多朋友都是以Centos的yum源来代替(Centos是开源的)安转:1:卸载原有Rethat的yum源,#rpm-aq|grepyum|xargsrpm-e--nodeps2:下载需要的rpm包(Centos的yum安装包)#Wgethttp://mirrors.163.com/centos/6/os/x86_64/Pa..
分类:
其他好文 时间:
2016-11-17 02:32:23
阅读次数:
197
首先因为Rethat的yum源要去订阅(当然是需要钱的),所以许多朋友都是以Centos的yum源来代替(Centos是开源的) 安转: 1:卸载原有Rethat的yum源 #rpm -aq|grep yum|xargs rpm -e --nodeps 2:下载需要的rpm包(Centos的yum安 ...
分类:
其他好文 时间:
2016-11-16 22:26:05
阅读次数:
267
做百度任务的时候学到一招 例子: var aqiData = [ ["北京", 90], ["上海", 50], ["福州", 10], ["广州", 50], ["成都", 90], ["西安", 100] ]; 想要删除上海这一项, var city="上海"; var newData = aq ...
分类:
编程语言 时间:
2016-11-03 02:15:12
阅读次数:
186
默认会有open-jdk的安装 我们需要卸载 卸载过程: 查找rpm安装包 rpm –aq|grep java; 卸载 rpm –e –nodeps 安装包 查看目前是否通过yum进行安装jdk yum list installed|grep java; 有的话,卸载方法 yum –y remove... ...
分类:
其他好文 时间:
2016-10-25 01:55:48
阅读次数:
170
1、删除redhat原有的yum源#rpm-aq|grepyum|xargsrpm-e--nodeps2、下载新的yum安装包(CentOS的yum源)注:rmp包版本可能有更新,如出现无法下载的情况,请自行网上找到相对应的高级版本下载使用#wgethttp://mirror.centos.org/centos/6.5/os/i386/Packages/python-iniparse-0.3..
分类:
其他好文 时间:
2016-09-20 18:19:55
阅读次数:
232
删除redhat原有的yumrpm-aq|grepyum|xargsrpm-e–nodeps下载yum安装文件Wgethttp://mirrors.163.com/centos/6/os/x86_64/Packages/yum-3.2.29-73.el6.centos.noarch.rpmWgethttp://mirrors.163.com/centos/6/os/x86_64/Packages/yum-metadata-parser-1.1.2-16.el6.x86_64.rpmW..
分类:
其他好文 时间:
2016-09-15 15:18:43
阅读次数:
964
select owner,table_name,last_analyzed,num_rows from dba_tables where owner='SYSTEM' and table_name='AQ$_INTERNET_AGENTS' last_analyzed:相关表的信息最后被统计的时间; ...
分类:
数据库 时间:
2016-09-03 01:03:35
阅读次数:
332
1.先删除系统原yum命令rpm-aq|grepyum|xargsrpm-e--nodeps2.下载centos对应版本的yum命令包http://mirrors.163.com/centos/6/os/x86_64/Packages/需要下载以下几个包:python-iniparse-0.3.1-2.1.el6.noarch.rpmyum-3.2.29-73.el6.centos.noarch.rpmyum-metadata-parser-1.1.2-..
分类:
系统相关 时间:
2016-08-19 22:30:09
阅读次数:
287
由于redhat的yum在线更新是收费的,如果没有注册的话不能使用,如果要使用,需将redhat的yum卸载后,重启安装,再配置其他源.本文包括配置本地源及第三方源。第三方源包括:网易,epel,repoforge,rpmfusion以下为详细过程:1.删除redhat原有的yumrpm-aq|grepyum|xargsrpm-e--no..
分类:
其他好文 时间:
2016-07-29 19:30:37
阅读次数:
163
第一步:删除默认的yum源。rpm-aq|grepyum|xargsrpm-e--nodeps第二步:下载最新的yum安装包(这里以rhel6.4为例,其他版本请查找对应版本的安装包即可)。wgethttp://vault.centos.org/6.4/os/x86_64/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpmwgethttp://vault.centos...
分类:
其他好文 时间:
2016-06-28 18:53:29
阅读次数:
209