Skip to content

Instantly share code, notes, and snippets.

@realzsy
realzsy / gist:5787004
Created June 15, 2013 05:19
这是一个PHP上传文件
<?php
header("content-Type: text/html; charset=UTF-8");
$uptypes=array('image/jpg', //上传文件类型列表
'image/jpeg',
'image/png',
gem install rdoc bundler
cd ~
echo 'export LC_ALL=zh_CN.UTF-8' >> .bash_profile
echo 'export LANG=zh_CN.UTF-8' >> .bash_profile
gem sources --remove http://rubygems.org/ #删除源
gem sources -a http://ruby.taobao.org/ #添加淘宝源
gem sources -l #查看已有的源,确保只有淘宝的源就行了