参考:http://ios.jobbole.com/93171/ 第一步, 创建 .sh 文件。代码如下。 #!/bin/bash RAMDISK=”ramdisk” SIZE=1024 #size in MB for ramdisk. d…
[root@localhost jsxiu_vip]# sed -i s/"需要替换的内容"/"替换后的内容"/g `grep "需要替换的内容" -rl --include="*" ./`
Linux下php安装Redis扩展 安装环境:CentOS 6.4 1、下载 下载地址:http://pecl.php.net/package/redis 文件名:phpredis-2.2.4.tar.gz 文件下载成功后,上传至/us…
systemctl disable firewalld systemctl stop firewalld
1,先将iso镜像转为dmg格式 hdiutil convert -format UDRW -o ubuntu-16.04-desktop-amd64.dmg ubuntu-16.04-desktop-amd64.iso voidcat:c…
http://mirrors.aliyun.com/help/centos 1、备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup…
有时候需要下载东西什么的,在终端中 输入 pmset noidle 就可以了,ctrl +c 可退出。
<!DOCTYPE html><html><head lang="en"><meta charset="UTF-8"><title></title></head&…
public void Fill_Circle(Brush brushh, Point pnt,int r) { if (opengl) { double M_PI = 3.1415926; double inc = M_PI / 12; …
更多...
加载中...