LNMP数据库与PHP在同一台服务器!! Read More
posted @ 2017-12-17 01:00 Rain_Jin Views(529) Comments(0) Diggs(0)
第一个里程碑 检查软件安装的系统环境 [root@rainjin ~]# cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) [root@rainjin ~]# uname -r 3.10.0-327.el7.x86_64 第二个 Read More
posted @ 2017-10-28 19:38 Rain_Jin Views(381) Comments(0) Diggs(0)
通过expr判断变量是否为整数 [root@rainjin scripts]# cat judge.sh#!/bin/bash############################################################### File Name: judge.sh# Ve Read More
posted @ 2017-10-27 21:44 Rain_Jin Views(204) Comments(0) Diggs(0)
第一个里程碑 在系统/root目录下添加VIM插件 隐藏文件" .vimrc “; [root@rainjin ~]# pwd/root [root@rainjin ~]# cat .vimrcautocmd BufNewFile *.py,*.cc,*.sh,*.java exec ":call Read More
posted @ 2017-10-26 11:31 Rain_Jin Views(708) Comments(0) Diggs(1)
说明: 本文档已在CentOS 7.2 内核版本 3.10.0 系统中测试成功; 第一个里程碑 -- 在启动GRUB菜单中选择编辑选项,按键 "e" 进入编辑; 第二个里程碑 -- 大约在第16行找到 "ro" 将 "ro" 修改为 " rw init=/sysroot/bin/bash "; 第三 Read More
posted @ 2017-10-20 17:35 Rain_Jin Views(2623) Comments(0) Diggs(0)