taobaobao.wyq.tar
python 写的超级强大的采集程式,原理是调用浏览器,模拟人工操作浏览器的系统过程,所有防御措施都是白搭。大数据神器
ht.js html5 canvas2d3d教程手册
ht.js开发实例最新版本,通过这个版本开发html5工业设计智慧平台,经过在网上寻找发现 http://www.hightopo.com/blog/275.html 这篇文章的例子效果非常棒,通过HT for Web的3D引擎直观的呈现Box2D物理碰撞的实时运行效果,这么强大的3D物理碰撞效果居然只有几十行代码,非常适合Box2D初学者入门直观的学习和测试,不敢私藏这么好的例子,0资源分拿来和大家分享,希望能帮助到些同学
s3接口并发测试工具-上传与下载并发测试
代码只有几行,实现s3上传并发与下载并发,是ceph s3接口测试工具。欢迎下载,需要3分哦。 s3接口并发测试工具 s3上传并发测试 s3下载并发测试 s3并发测试
autoload与namespace实例
autoload与 namespace 实例 学习 理解
帮助学习与理解
ceph s3管理接口 php python
ceph s3管理接口 php python
国内第一个php 生版本的s3用户管理接口实例
python 是兄弟开发出来的
Redhat 使用CentOS的yum源进行升级或软件安装
Redhat 使用CentOS的yum源进行升级或软件安装
分类: linux 2012-07-19 15:54 1113人阅读 评论(0) 收藏 举报
Redhat默认的源不但速度不给力,而且软件版本陈旧,今天试着将Redhat默认源替换为CentOS的163源,发现速度能达到2M/s左右,而且版本都比较新,非常给力,与大家分享!
(目前可以使用CentOS0-6.3软件仓库的软件)
1. 删除原有的yum源
1. # rpm -aq | grep yum|xargs rpm -e --nodeps
2.下载新的yum安装包,这里使用centos-6.3
1. # wget http://mirror.centos.org/centos/6.3/os/x86_64/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm
2. # wget http://mirror.centos.org/centos/6.3/os/x86_64/Packages/yum-metadata-parser-1.1.2-16.el6.x86_64.rpm
3. # wget http://mirror.centos.org/centos/6.3/os/x86_64/Packages/yum-3.2.29-30.el6.centos.noarch.rpm
4. # wget http://mirror.centos.org/centos/6.3/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.30-14.el6.noarch.rpm
3.安装yum软件包
1. #rpm -ivh python-iniparse-0.3.1-2.1.el6.noarch.rpm
2. # rpm -ivh yum-metadata-parser-1.1.2-16.el6.x86_64.rpm
3. #rpm -ivh yum-3.2.29-30.el6.centos.noarch.rpm yum-plugin-fastestmirror-1.1.30-14.el6.noarch.rpm
4. 更改yum源
在/etc/yum.repos.d/新建文件centos.repo,内容如下:
#########################################################################
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#
[base]
name=CentOS-6 - Base - 163.com
baseurl=http://mirrors.163.com/centos/6/os/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=os
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
#released updates
[updates]
name=CentOS-6 - Updates - 163.com
baseurl=http://mirrors.163.com/centos/6/updates/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=updates
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
#additional packages that may be useful
[extras]
name=CentOS-6 - Extras - 163.com
baseurl=http://mirrors.163.com/centos/6/extras/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=extras
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-6 - Plus - 163.com
baseurl=http://mirrors.163.com/centos/6/centosplus/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=centosplus
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
#contrib - packages by Centos Users
[contrib]
name=CentOS-6 - Contrib - 163.com
baseurl=http://mirrors.163.com/centos/6/contrib/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=contrib
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
5.清理yum缓存
1. # yum clean all
2. # yum makecache #将服务器上的软件包信息缓存到本地,以提高搜索安装软件的速度
3. # yum install software_name #测试新源是否可用
6.更新系统
#yum update -y
# yum install nginx
chkconfig --level 345 nginx on
/etc/init.d/nginx start
yum --enablerepo=remi install php php-fpm
chkconfig --level 345 php-fpm on
/etc/init.d/php-fpm restart
vi /etc/nginx/nginx.conf
/etc/init.d/nginx reload
vi /usr/share/nginx/html/info.php
1.
jQuery Simple Tree Ajax无限级树形菜单插件php版
jQuery Simple Tree Ajax无限级树形菜单插件php版
兼容性非常好,可异步加载,支持拖拽。插件本身只支持HTML节点加载的,网上有人进行扩展了,用了JSON,不过个人感觉这对速度影响实在微乎其微,还是直接封装出HTML代码的。压缩包内有原版Json过的
操作系统类
php获取操作系统信息。包括机器的cpu,硬盘,内存等等信息
二级目录安装插件系统
作品,拓朴网站站长小文
开发时间两天
使用说明:
设置好config.php
执行install.php
进入目录sort_deal.php即可
如有需要联系我
QQ:308660533
tel:15915888476