会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
上善若水-随
博客园
首页
新随笔
联系
管理
订阅
2024年6月2日
docker容器访问宿主机上的服务,例如mysql
摘要: 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 上善若水-随
阅读(47)
评论(0)
推荐(0)
2024年5月14日
抓包详解
摘要: https://www.sohu.com/a/651138468_121124365
阅读全文
posted @ 2024-05-14 14:19 上善若水-随
阅读(61)
评论(0)
推荐(0)
2024年5月8日
laravel 脚本调试
摘要:
阅读全文
posted @ 2024-05-08 11:44 上善若水-随
阅读(4)
评论(0)
推荐(0)
2024年3月29日
fidder本地映射域名调试
摘要: REGEX:https://test.xxi.com/(.*) http://test.sui.com/$1 使用Fiddler将线上文件映射到本地调试 - Rannie` - 博客园 (cnblogs.com)
阅读全文
posted @ 2024-03-29 17:11 上善若水-随
阅读(22)
评论(0)
推荐(0)
2023年10月1日
服务器挖矿解决
摘要: https://developer.aliyun.com/article/1134597 https://www.zhihu.com/question/59820313
阅读全文
posted @ 2023-10-01 09:02 上善若水-随
阅读(15)
评论(0)
推荐(0)
2023年5月30日
laravel 测试环境
摘要: 在基类model添加protected static function boot(){ parent::boot(); static::creating(function ($data) { // 新增操作后执行的逻辑 throw new \Exception('演示环境不允许更新'); logge
阅读全文
posted @ 2023-05-30 20:35 上善若水-随
阅读(24)
评论(0)
推荐(0)
2023年4月27日
wp常用记录
摘要: * 修改密码 wp_hash_password($password); 好用插件: 1. 备份迁移插件 wpvivid 2. Elementor Elementor网站构建器拥有一切:拖放页面构建器,像素完美设计,移动响应式编辑等等 3. WP Super Cache WP Super Cache
阅读全文
posted @ 2023-04-27 15:03 上善若水-随
阅读(15)
评论(0)
推荐(0)
2022年12月19日
phpstorm excel复制得数组变换
摘要: [\u4e00-\u9fa5]{3,10} "$0", ctrl + shit + j变成一行
阅读全文
posted @ 2022-12-19 14:23 上善若水-随
阅读(22)
评论(0)
推荐(0)
2022年8月14日
java学习记录
摘要: # 第一个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 上善若水-随
阅读(23)
评论(0)
推荐(0)
2021年10月7日
反编译,java字节流 ,wirshark抓包,php转换中文
摘要: <?php error_reporting(E_ALL); /* 允许脚本挂起等待连接。 */ set_time_limit(0); /* 打开绝对隐式输出刷新 */ ob_implicit_flush(); // wireshark抓包java 字节流 的十六进制 $hex_str = 'b7c7
阅读全文
posted @ 2021-10-07 18:34 上善若水-随
阅读(78)
评论(0)
推荐(0)
下一页
公告