上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 34 下一页
摘要: /Applications/MAMP/bin/php/php7.0.33/bin/php index.php 请使用MAMP下的php 不要使用mac下自带的php 阅读全文
posted @ 2020-01-07 11:43 没事就更 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 一、设置复杂密码 二、开启防火墙,设置指定端口 1、开放端口 先查看下防火墙状态 (0)查看防火墙开启状态 firewall-cmd --state 如果没开启 开启防火墙并设置开机自启 systemctl start firewalld systemctl enable firewalld (1) 阅读全文
posted @ 2019-12-26 19:57 没事就更 阅读(333) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-12-26 14:16 没事就更 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xinxin_2011/article/details/84936581 阅读全文
posted @ 2019-12-25 18:11 没事就更 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: composer config -g -l 阅读全文
posted @ 2019-12-24 14:33 没事就更 阅读(4500) 评论(0) 推荐(0) 编辑
摘要: 1.检测自己电脑上有没有安装过composer,如果有composer的版本信息,说明电脑上已经安装过了 composer -v 2.针对没有没有安装过的同学们,来说安装下面步骤操作一遍 //下载安装脚本 - composer-setup.php - 到当前目录 php -r "copy('http 阅读全文
posted @ 2019-12-04 23:13 没事就更 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.csdn.net/yangfengjueqi/article/details/79814560平时开发中,常用一些模糊查询,例如查询表格user中uname包含 阅读全文
posted @ 2019-12-04 12:20 没事就更 阅读(1304) 评论(0) 推荐(1) 编辑
摘要: 配置网卡vi /etc/sysconfig/network-scripts/ifcfg-eth0 ONBOOT=yes 配置完成重启网卡方法一: ifup eth0 方法二:/etc/init.d/network restart (这个更好,可以TAB补全)等价于service network re 阅读全文
posted @ 2019-11-28 11:09 没事就更 阅读(9243) 评论(0) 推荐(0) 编辑
摘要: $uri $uri/ /index.php?$args; 阅读全文
posted @ 2019-11-27 22:07 没事就更 阅读(988) 评论(0) 推荐(0) 编辑
摘要: private function outPut() { $imgPath = tempnam(sys_get_temp_dir(), 'k'); //创建临时文件 imagejpeg($this->img,$imgPath,50); //生成验证码图片 imagedestroy($this->img 阅读全文
posted @ 2019-11-01 17:21 没事就更 阅读(242) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 34 下一页