摘要: https://www.cnblogs.com/windyet/articles/9564427.html 阅读全文
posted @ 2019-07-16 09:26 死神敲键 阅读(128) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/fxp850899969/article/details/53284193 阅读全文
posted @ 2019-07-16 09:25 死神敲键 阅读(99) 评论(0) 推荐(0) 编辑
摘要: bash: phpize: command not found(一)对于unbuntu,debian系统解决办法是安装php5-dev这个包 命令:apt-get install php5-dev如果提示知道不到包只需更新下源即可 (二)对于centos系统通过命令:yum install php- 阅读全文
posted @ 2019-07-01 15:24 死神敲键 阅读(1444) 评论(0) 推荐(1) 编辑
摘要: 定义和用法 list() 函数用于在一次操作中给一组变量赋值。 注释:该函数只用于数字索引的数组,且假定数字索引从 0 开始。 使用第一个和第三个变量: 阅读全文
posted @ 2019-06-28 15:37 死神敲键 阅读(158) 评论(0) 推荐(0) 编辑
摘要: root@ubuntu:/usr/local/bin# laravel.phar new laravelapp /usr/bin/env: php: No such file or directory 主要是php安装文件不在/usr/local/bin。安装在/usr/local/php5513中 阅读全文
posted @ 2019-06-27 17:05 死神敲键 阅读(2538) 评论(0) 推荐(0) 编辑
摘要: 1、建立基础索引:在where,order,join字段上建立索引优化,组合索引:基于业务逻辑前缀索引使用上与普通索引一致! 2、索引的存储结构:Btree索引,hash索引,聚簇索引Btree不是二叉树在MySQL中,仅仅只有InnoDB的主键索引是聚簇结构,其他的都是典型的BTree结构Hash 阅读全文
posted @ 2019-06-27 10:14 死神敲键 阅读(127) 评论(0) 推荐(0) 编辑
摘要: select inet_aton();字符串转整形select inet_ntoa();整形转字符串1.尽可能使用整形代替字符串:2.金额的存储计算机中不能对小数转化为二进制定点数。小单位,大数额。price decimal(8,2)定点数,有两位小数的定点数price int,bigint小单位, 阅读全文
posted @ 2019-06-27 10:11 死神敲键 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 今天下载了个nginx,编译安装之后,无法启动,以前的启动方法无法实现(services nginx start), 在网上找了半天,才找到一个方法,与大家分享: 命令如下: 启动:/usr/local/nginx/sbin/nginx 关闭:/usr/local/nginx/sbin/nginx 阅读全文
posted @ 2019-06-19 11:40 死神敲键 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 注册账号以及创建仓库1.注册账号:https://github.com/2.Create a New Repository,创建一个新的仓库安装git for window 及使用1.安装完成之后,Git Bash 打开git命令行,2.生成ssh key 复制代码 youremail.com改为你 阅读全文
posted @ 2019-06-19 11:09 死神敲键 阅读(103) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_35880699/article/details/81240010 阅读全文
posted @ 2019-06-18 10:27 死神敲键 阅读(113) 评论(0) 推荐(0) 编辑