上一页 1 2 3 4 5 6 ··· 33 下一页
摘要: ngin是这样的 location / { try_files $uri $uri/ /index.html; index index.html index.htm; } apache是这样的 <Directory "/www/wwwroot/XXX.com"> RewriteEngine on R 阅读全文
posted @ 2022-05-18 17:52 西瓜霜 阅读(575) 评论(0) 推荐(1) 编辑
摘要: ^([1-9]\d*)$|^(\d+\.\d)$|^(\d+\.\d\d)$ $a = ".10";$zz = '/^([1-9]\d*)$|^(\d+\.\d)$|^(\d+\.\d\d)$/';var_dump(preg_match($zz,$a)); 阅读全文
posted @ 2022-05-12 20:35 西瓜霜 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 感谢 https://www.csdn.net/tags/MtzakgwsNTQ5OC1ibG9n.html https://blog.csdn.net/weixin_45673552/article/details/118764764 https://blog.csdn.net/ths512/ar 阅读全文
posted @ 2022-05-05 17:32 西瓜霜 阅读(549) 评论(0) 推荐(0) 编辑
摘要: 临时记录搜到的信息 https://blog.csdn.net/qq_29974553/article/details/117949994 https://blog.csdn.net/qq_41993206/article/details/120977780 https://www.cnblogs. 阅读全文
posted @ 2022-04-26 22:21 西瓜霜 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 这不是搭建php的websocket服务,而是php作为客户端连接websocket 摘抄自 http://www.edbiji.com/doccenter/showdoc/37/nav/3349.html <?php namespace Common\Library; // ini_set('di 阅读全文
posted @ 2022-04-22 10:55 西瓜霜 阅读(1940) 评论(0) 推荐(0) 编辑
摘要: 摘抄来自 https://blog.csdn.net/brhhh_sehe/article/details/123054606 官方文档 https://open.wps.cn/docs/client/wpsLoad function test() { //弹出弹窗 MsgBox("Hello Wo 阅读全文
posted @ 2022-04-19 14:07 西瓜霜 阅读(1220) 评论(0) 推荐(0) 编辑
摘要: 感谢 https://blog.csdn.net/weixin_47170010/article/details/123463994 需求是这样的 背景图叠加二维码图片,点击按钮后能够下载叠加后的图片 小程序html代码 <view class="addcar-box"> <view class=" 阅读全文
posted @ 2022-04-01 19:03 西瓜霜 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 链接 https://segmentfault.com/a/1190000012550346 上述链接中没有写token,下面代码增加了token 主要是这个 #支持跨域 add_header Access-Control-Allow-Origin *; add_header Access-Cont 阅读全文
posted @ 2022-03-23 10:35 西瓜霜 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 感谢https://blog.csdn.net/kelinfeng16/article/details/88549717 先简单的定义一个命令,建立一个命令行测试类: <php?namespace app\base\command; use think\console\Command; use th 阅读全文
posted @ 2022-03-21 10:56 西瓜霜 阅读(1292) 评论(0) 推荐(0) 编辑
摘要: 感谢 https://blog.csdn.net/weixin_47616219/article/details/115004119其实原因应该是composer新版本增加了检查php版本的一个东西,可以通过关闭这个设置,解决问题 通过命令 composer config -l -g 可以找到 pl 阅读全文
posted @ 2021-12-04 14:57 西瓜霜 阅读(590) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 33 下一页