上一页 1 2 3 4 5 6 7 ··· 24 下一页
摘要: 1、转发链接: https://open.work.weixin.qq.com/wwopen/common/readDocument/13245#%E6%88%90%E4%B8%BA%E4%BC%81%E4%B8%9A%E5%BE%AE%E4%BF%A1%E7%9A%84%E6%9C%8D%E5%8 阅读全文
posted @ 2020-08-14 19:44 令令七 阅读(600) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-08-04 17:30 令令七 阅读(0) 评论(0) 推荐(0)
摘要: 一、、针对本地连接127.0.0.1 1、确保已在Linux上安装好了Mysql 2、查看虚拟机的IP 查看命令 ifconfig 然后保存虚拟机IP地址(例如虚拟机的IP地址为192.168.59.125) 3、cmd窗口ping 192.168.59.125 然后查看是否ping通 4、ping 阅读全文
posted @ 2020-07-31 17:33 令令七 阅读(1079) 评论(0) 推荐(0)
摘要: 转发链接: https://blog.csdn.net/zchare/article/details/81234942?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.channel 阅读全文
posted @ 2020-07-29 16:20 令令七 阅读(2637) 评论(0) 推荐(1)
该文被密码保护。 阅读全文
posted @ 2020-07-28 12:25 令令七 阅读(0) 评论(0) 推荐(0)
摘要: 如何在nginx 服务器上配置https协议 一、腾讯云购买的SSL证书 步骤1、 购买SSL证书 ,可购买免费版的,当状态为已颁发之后 下载证书 步骤2、 在站点服务器上开启443端口(这点很重要) 步骤3、 配置nginx.conf文件 server { #SSL 访问端口号为 443 list 阅读全文
posted @ 2020-07-10 19:35 令令七 阅读(889) 评论(0) 推荐(0)
摘要: 1、查询地址 :https://www.getssl.cn/sslchecker 阅读全文
posted @ 2020-05-29 14:50 令令七 阅读(4696) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-05-22 22:38 令令七 阅读(4) 评论(0) 推荐(0)
摘要: 在入口文件index.php设置 error_reporting(E_ALL); ini_set('display_errors', 'On'); 阅读全文
posted @ 2020-05-02 07:12 令令七 阅读(627) 评论(0) 推荐(0)
摘要: server { listen 80; server_name test.genplahotel.com; index index.html index.htm index.php; root /home/wwwroot/genplahotel/public; location / { try_fi 阅读全文
posted @ 2020-04-07 15:41 令令七 阅读(530) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 24 下一页