创建一个表 create table if not exists `table_name1`( `column1` int unsigned auto_increment,...
![240](https://cdn2.jianshu.io/assets/default_avatar/3-9a2bcc21a5d89e21dafc73b39dc5f582.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
创建一个表 create table if not exists `table_name1`( `column1` int unsigned auto_increment,...
更新源 $ sudo apt-get update 一、 一键安装lamp(默认版本) $ sudo apt-get install lamp 二、lnmp安装包:https...
开启apache扩展模块 搭建好lamp环境之后,如果你需要使用apache的url重写功能,需要配置文件中启用apache的Rewrite模块: 1.如果是sudo apt...
基本语法 (参数1, 参数2, …, 参数N) => { 函数声明 }//相当于:(参数1, 参数2, …, 参数N) =>{ return 表达式; }(参数1, 参数2,...
用phpinfo(); 查看php.ini的路径 修改php.ini以下三个配置 在Apache(apache.conf / httpd.conf)配置文件最后加入以下两句 ...
redis安装 redis在第三方的源里,首先添加源,最常用的是epel源 $ yum install epel-release 然后就可以安装redis了 $ yum in...