摘要: 1、下载phpStudy 用来提供Nginx的Web服务器,用来提供Mysql数据库服务。 2、配置phpStudy,建议用8.0以上php。 3、下载thinkPHP。 https://getcomposer.org/Composer-Setup.exe 4、选择刚才在phpStudy配置的php 阅读全文
posted @ 2024-12-28 09:52 纳闷 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 使用this.setData({})方法。 阅读全文
posted @ 2024-11-30 08:17 纳闷 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 1、注册cloudflare,使用国内外邮箱均可,建议使用Edge浏览器,谷歌... 2、修改腾讯云或阿里云,域名的DNS服务器。修改为cloudflare的域名服务器 阿里云: 3、到cloudflare,添加记录。 4、获取API令牌。 5、到ddns-go配置,让ddns-go定时更改域名ip 阅读全文
posted @ 2024-11-28 10:48 纳闷 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 客户端,微信小程序: json和数组的组合数据结构 dataRoServer = {"d":[{'a':1},{},{}..]} wx.request({ header:{'content-type': 'application/x-www-data-urlencoded'}, url: 'http 阅读全文
posted @ 2024-11-24 20:26 纳闷 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 在命令行中,注意不是登录mysql的命令行 devicepointchecksubmit 为待导出的数据库 192.168.48.1 为devicepointchecksubmit库所在的主机IP dmp.sql 为导出到本地后的名称 mysqldump -h 192.168.48.1 -u roo 阅读全文
posted @ 2024-11-21 10:40 纳闷 阅读(4) 评论(0) 推荐(0) 编辑
摘要: PHP安装参考链接: https://blog.csdn.net/maohedashu/article/details/135403350 Mysql安装参考链接 https://www.runoob.com/mysql/mysql-install.html 阅读全文
posted @ 2024-11-20 16:35 纳闷 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 在/etc/httpd/conf/httpd.conf中的添加圈出的代码: 下载问题,直接执行,然后重启apache: yum install mod_php 阅读全文
posted @ 2024-11-20 12:02 纳闷 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 添加放行的服务和端口 firewall-cmd --permanent --add-service=http firewall-cmd --permanent --add-port=81/tcp 查询是否已经放行 firewall-cmd --permanent --query-service=ht 阅读全文
posted @ 2024-10-01 10:14 纳闷 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 见图: 添加代码如下: <option name="delegatedBuild" value="false" /> 阅读全文
posted @ 2024-09-12 15:33 纳闷 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 先查看端口号: 然后到AS配置:HTTP 代理 阅读全文
posted @ 2024-09-09 16:59 纳闷 阅读(5) 评论(0) 推荐(0) 编辑