2024年6月2日
摘要: DB_CONNECTION=mysql DB_HOST=host.docker.internal DB_PORT=3306 DB_DATABASE=sui DB_USERNAME=root DB_PASSWORD=root 阅读全文
posted @ 2024-06-02 11:55 上善若水-随 阅读(2) 评论(0) 推荐(0) 编辑
  2024年5月14日
摘要: https://www.sohu.com/a/651138468_121124365 阅读全文
posted @ 2024-05-14 14:19 上善若水-随 阅读(6) 评论(0) 推荐(0) 编辑
  2024年5月8日
摘要: 阅读全文
posted @ 2024-05-08 11:44 上善若水-随 阅读(2) 评论(0) 推荐(0) 编辑
  2024年3月29日
摘要: REGEX:https://test.xxi.com/(.*) http://test.sui.com/$1 使用Fiddler将线上文件映射到本地调试 - Rannie` - 博客园 (cnblogs.com) 阅读全文
posted @ 2024-03-29 17:11 上善若水-随 阅读(11) 评论(0) 推荐(0) 编辑
  2023年10月1日
摘要: https://developer.aliyun.com/article/1134597 https://www.zhihu.com/question/59820313 阅读全文
posted @ 2023-10-01 09:02 上善若水-随 阅读(7) 评论(0) 推荐(0) 编辑
  2023年5月30日
摘要: 在基类model添加protected static function boot(){ parent::boot(); static::creating(function ($data) { // 新增操作后执行的逻辑 throw new \Exception('演示环境不允许更新'); logge 阅读全文
posted @ 2023-05-30 20:35 上善若水-随 阅读(19) 评论(0) 推荐(0) 编辑
  2023年4月27日
摘要: * 修改密码 wp_hash_password($password); 好用插件: 1. 备份迁移插件 wpvivid 2. Elementor Elementor网站构建器拥有一切:拖放页面构建器,像素完美设计,移动响应式编辑等等 3. WP Super Cache WP Super Cache 阅读全文
posted @ 2023-04-27 15:03 上善若水-随 阅读(13) 评论(0) 推荐(0) 编辑
  2022年12月19日
摘要: [\u4e00-\u9fa5]{3,10} "$0", ctrl + shit + j变成一行 阅读全文
posted @ 2022-12-19 14:23 上善若水-随 阅读(12) 评论(0) 推荐(0) 编辑
  2022年8月14日
摘要: # 第一个SpringBoot项目 https://www.jb51.net/article/223251.htm#_label0 # pom用阿里云源 <repositories> <repository> <id>public</id> <name>aliyun nexus</name> <ur 阅读全文
posted @ 2022-08-14 09:02 上善若水-随 阅读(20) 评论(0) 推荐(0) 编辑
  2021年10月7日
摘要: <?php error_reporting(E_ALL); /* 允许脚本挂起等待连接。 */ set_time_limit(0); /* 打开绝对隐式输出刷新 */ ob_implicit_flush(); // wireshark抓包java 字节流 的十六进制 $hex_str = 'b7c7 阅读全文
posted @ 2021-10-07 18:34 上善若水-随 阅读(64) 评论(0) 推荐(0) 编辑