2025年2月12日

【配置dm扩展库】window + laravel + 连接达梦数据库

摘要: window + laravel + 连接达梦数据库 php.ini 配置 【必须得是绝对路劲】extension=D:/phpstudy/Extensions/php/php7.4.3nts/ext/pdo74nts_dm.dllextension=D:/phpstudy/Extensions/p 阅读全文

posted @ 2025-02-12 16:00 shenzen_小白 阅读(4) 评论(0) 推荐(0) 编辑

2024年11月25日

搭建goctl

摘要: https://blog.csdn.net/yyz_1987/article/details/114656942 阅读全文

posted @ 2024-11-25 16:04 shenzen_小白 阅读(6) 评论(0) 推荐(0) 编辑

2024年11月22日

常见linux 指令

摘要: 一、ubuntu系统 ①、查看进程 ps -ef | grep php ②、彻底杀死该进程 kill -9 2222 ③、强制杀死所有和php相关的所有进程 kill -9 $(ps -ef | grep php) ④、强制杀死deploy用户起的进程 kill -u deploy ⑤、init进程 阅读全文

posted @ 2024-11-22 11:13 shenzen_小白 阅读(6) 评论(0) 推荐(0) 编辑

window 通过docker安装宝塔

摘要: 参考链接: https://blog.csdn.net/qq_29294165/article/details/132731219 (另外一个方法:docker run -tid --name baota -p 80:80 -p 8888:8888 -p 888:888 -p 8022:8022 - 阅读全文

posted @ 2024-11-22 09:54 shenzen_小白 阅读(56) 评论(0) 推荐(0) 编辑

2024年11月20日

laravel 常见提升技巧

摘要: 一、关于路由方法命名【资源管理resource】 使用 Laravel resource 方法定义用户资源路由,可以少写很多代码,且严格按照了 RESTful 架构对路由进行设计。 语法 Route::resource('users', 'UsersController'); 第一个参数 users 阅读全文

posted @ 2024-11-20 11:10 shenzen_小白 阅读(115) 评论(0) 推荐(0) 编辑

2024年11月1日

laravel 社区链接

摘要: https://learnku.com/laravel/wikis/16046 阅读全文

posted @ 2024-11-01 14:36 shenzen_小白 阅读(5) 评论(0) 推荐(0) 编辑

2023年12月1日

学习Vue Web、APP完整项目【2024-01-01 --- 2024- 01-31】

该文被密码保护。 阅读全文

posted @ 2023-12-01 09:13 shenzen_小白 阅读(0) 评论(0) 推荐(0) 编辑

2023年11月30日

学习vue 零基础入门到实践【2023-12-01 -- 2023-12:31】

该文被密码保护。 阅读全文

posted @ 2023-11-30 17:14 shenzen_小白 阅读(0) 评论(0) 推荐(0) 编辑

2023年11月24日

General error: 1205 Lock wait timeout exceeded; try restarting transaction【事务回滚死锁】

摘要: 转载:https://blog.51cto.com/u_12390904/6254246 阅读全文

posted @ 2023-11-24 15:00 shenzen_小白 阅读(20) 评论(0) 推荐(0) 编辑

2022年3月10日

aws部署laravel 发送邮箱提示【Connection could not be established with host smtp.exmail.qq.com :failed loading cafile stream: `/etc/pki/tls/certs/ca-bundle.crt】解决方案

摘要: 参考链接:https://www.imsry.cn/posts/ac505287.html // 在/config/mail.php中增加'stream' => [ 'ssl' => [ 'allow_self_signed' => true, 'verify_peer' => false, 've 阅读全文

posted @ 2022-03-10 16:03 shenzen_小白 阅读(322) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示