php开发-laravel学习1
发表于
|
分类于
PHP开发
public/index.php文件解析1234567891011121314151617181920212223242526272829303132333435363738# 引入自动加载文件require __DIR__.'/../bootstrap/autoload.php'
...
windows搭建apache+php+mysql5.6
安装mysql服务1.下载地址:https://downloads.mysql.com/archives/community/
2.下载相应windows版本
3.解压后cmd cd到文件目录mysqld.exe 执行 mysqld.exe install【mysqld remove 移除
...
java开发-相关概念
发表于
一、基本概念1.JavaEE 全称 Java Platform, Enterprise Edition,
它是对 JavaSE(Java Platform, Standard Edition) 的扩展
加入了面向企业开发(实际上就是网络和 Web 有关开发)的支持,包括 Servlet,WebSoc
...
linux-搭建mysql服务
centos mysql安装1.网站:https://downloads.mysql.com/archives/community/
2.mysql官网找到相应版本安装包
3.然后下载本地 tar -xvf mysql-5.7.21-1.el7.x86_64.rpm-bundle.tar
4.rpm
...
linux-安装配置php环境
发表于
|
分类于
服务器相关
一、安装Remi源:# CentOS 6 / RHEL 6
yum install http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
# CentOS 7 / RHEL 7
yum install http://rpms.remi
...
搭建 nginx_server
发表于
|
分类于
服务器相关
安装nginx1.yum 安装(默认情况下使用yum安装的nginx包含ssl模块) 官方 yum 源链接 http://nginx.org/en/linux_packages.html#RHEL-CentOS
vim /etc/yum.repos.d/nginx.repo
...
通过vsftpd搭建ftp服务器
发表于
|
分类于
服务器相关
一、yum 安装yum install vsftpd
二、编译安装yum -y install epel-release && yum -y install pam pam-devel db4-utils
wget https://security.appspot.com/down
...