上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: 1.如果要对整个项目进行转换,那么首先要点击下整个项目. 如下图使得demo高亮即是整个项目文件被选中 2.如图选择你要转换成的格式 这样整个文件项目就转换好了. ps: 如果想对单个文件进行转换, 那么只要步骤1, 点击的是你要转换的那个文件,而不是整个项目文件. 之后步骤一样即可 或者 可以在如 阅读全文
posted @ 2020-07-21 15:40 Json159 阅读(540) 评论(0) 推荐(0)
摘要: http://www.umdzz.cn/article/16/how-to-set-up-automatic-upload-in-phpstorm 阅读全文
posted @ 2020-07-20 17:45 Json159 阅读(208) 评论(0) 推荐(0)
摘要: netstat命令各个参数说明如下: -t : 指明显示TCP端口 -u : 指明显示UDP端口 -l : 仅显示监听套接字(所谓套接字就是使应用程序能够读写与收发通讯协议(protocol)与资料的程序) -p : 显示进程标识符和程序名称,每一个套接字/端口都属于一个程序。 -n : 不进行DN 阅读全文
posted @ 2020-07-20 15:27 Json159 阅读(1694) 评论(0) 推荐(0)
摘要: 打开CentOS7页面出现: welcome to emergency mode!after logging in ,type “journalctl -xb” to view system logs,“systemctl reboot” to reboot ,“systemctl default” 阅读全文
posted @ 2020-07-20 15:03 Json159 阅读(658) 评论(0) 推荐(0)
摘要: 在 菜单栏 》 虚拟机 》 安装 vmtools 进入虚拟机后,查看设备管理文件 /dev 新建待挂载目录 /mnt/cdrom mkdir /mnt/cdrom *** 挂载设备至 /mnt/cdrom *** mount /dev/cdrom /mnt/cdrom 进入到 /mnt/cdrom 阅读全文
posted @ 2020-07-12 21:55 Json159 阅读(664) 评论(0) 推荐(0)
摘要: 重启方法: service nginx restart // 重启nginx /etc/init.d/php-fpm restart // 重启 php-fpm 重启后可在 phpinfo 中查看到安装了的redis 阅读全文
posted @ 2020-07-10 14:15 Json159 阅读(217) 评论(0) 推荐(0)
摘要: 数据库用户与用户权限管理 阅读全文
posted @ 2020-06-14 11:32 Json159 阅读(142) 评论(0) 推荐(0)
摘要: $_SERVER['HTTP_HOST'] 阅读全文
posted @ 2020-05-22 15:43 Json159 阅读(495) 评论(0) 推荐(0)
摘要: "参考地址" 阅读全文
posted @ 2020-05-14 10:47 Json159 阅读(207) 评论(0) 推荐(0)
摘要: 进入环境变量配置文件 vim /etc/profile 添加php 环境变量 export PATH=$PATH:/usr/local/php/bin 阅读全文
posted @ 2020-03-30 17:59 Json159 阅读(240) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 11 下一页