学习PHP的时候需要在CentOS系统下安装lamp环境,安装容易卸载就没那么简单了,因为lamp由Apache、MySQL、PHP三个部分构成,需要逐个卸载,小编就给大家介绍下CentOS卸载lamp环境的方法。 一、卸载Mysql [root@localhost ~]# rpm -qa|grep ...
分类:
其他好文 时间:
2019-06-07 00:23:51
阅读次数:
139
安装宝塔 Centos安装脚本 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh Ubuntu/Deepin安装脚本 wget -O install. ...
分类:
系统相关 时间:
2019-06-06 15:55:49
阅读次数:
607
流程控制 for 语句 ##################### 语法一 ################################# #!/bin/bash for i in 1 2 3 4 5 6 do echo $i done #!/bin/bash #批量解压缩 cd /lamp l... ...
分类:
其他好文 时间:
2019-06-05 21:31:47
阅读次数:
97
Oracle JDK 要收费了,Open JDK没有安装包,只有Zip,写了个安装脚本 InstallOpenJDK.vbs 注:环境变量设置方法来自网络 (完) ...
分类:
其他好文 时间:
2019-06-05 17:54:41
阅读次数:
82
[root@1-CentOS-7-30-LAMP~]#catselectmenu.sh#!/bin/bash###menuselect#########DanChen##############2019-6-5#######PS3="Pleaseinputyourchoice:"while:doselectinputindisk_patitondisk_usememory_us
分类:
系统相关 时间:
2019-06-05 11:29:52
阅读次数:
123
题目:LightOJ:1341 - Aladdin and the Flying Carpet(因子个数) It's said that Aladdin had to solve seven mysteries before getting the Magical Lamp which summon ...
分类:
其他好文 时间:
2019-06-03 20:13:38
阅读次数:
135
lz一直都是用filezilla上传文件到vm虚拟机的,用的是ubuntu14.04的系统。最近自己重新搭了lamp去做thinkphp的学习,lz有两个账户,一个是kin,另外一个是root。大家都知道ubuntu默认是没有root账户的,要sudo passwd去设置root密码才有root账户 ...
分类:
其他好文 时间:
2019-05-31 15:03:20
阅读次数:
225
一、下载protobuf 方法一: > git clone https://github.com/protocolbuffers/protobuf.git 方法二: > 或者将准备好的压缩包进行拖入 解压 Unzip protobuf1.zip 二、安装(Linux Ubuntu)(1)安装依赖工具 ...
分类:
其他好文 时间:
2019-05-30 14:44:07
阅读次数:
159
楼主Linux环境是Centos7,LAMP怎么搭不用我废话吧,别看错了 1.安装composer 安装php拓展 2.切换目录到/var/www/html 安装thinkphp5 博主把含有命令执行漏洞的thinkphp源码链接附上 链接:https://pan.baidu.com/s/1MNqI ...
分类:
Web程序 时间:
2019-05-27 23:14:01
阅读次数:
456