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