上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 186 下一页
摘要: 一,添加controller/中间件/路由 1,添加中间件 liuhongdi@lhdpc:/web/api$ php artisan make:middleware ApiSign INFO Middleware [app/Http/Middleware/ApiSign.php] created 阅读全文
posted @ 2024-07-17 17:27 刘宏缔的架构森林 阅读(167) 评论(0) 推荐(0)
摘要: 一,未配置前laravel11直接render页面 如图: 二,配置 1, bootstrap/app.php <?php use Illuminate\Http\Request; use Illuminate\Auth\AuthenticationException; use Illuminate 阅读全文
posted @ 2024-07-17 10:48 刘宏缔的架构森林 阅读(249) 评论(0) 推荐(0)
摘要: 一,相关文档 https://learnku.com/docs/laravel/11.x/routingmd/16657#the-default-route-files 如图: 二,解决: liuhongdi@lhdpc:/web/api$ php artisan install:api insta 阅读全文
posted @ 2024-07-16 18:11 刘宏缔的架构森林 阅读(295) 评论(0) 推荐(0)
摘要: 一,服务启动与停止 1,启动: [root@blog ~]# systemctl start firewalld.service 查看状态: [root@blog ~]# systemctl status firewalld.service ● firewalld.service - firewal 阅读全文
posted @ 2024-07-16 11:45 刘宏缔的架构森林 阅读(375) 评论(0) 推荐(0)
摘要: 一,ssh限制指定用户从固定ip登录: 1.配置 配置文件 [root@blog ~]# vi /etc/ssh/sshd_config 配置项: AllowUsers lhdop git@1.2.3.4 2,测试效果,ssh确认git用户的密码正确后会拒绝你 [op@blog work]$ git 阅读全文
posted @ 2024-07-16 10:17 刘宏缔的架构森林 阅读(450) 评论(0) 推荐(0)
摘要: 一,关于gitolite 1,官网: https://gitolite.com/gitolite/index.html 2,代码网站: https://github.com/sitaramc/gitolite 3,说明: 3个角色: git服务器,上面运行gitolite/ssh服务 管理服务器:用 阅读全文
posted @ 2024-07-16 09:41 刘宏缔的架构森林 阅读(153) 评论(0) 推荐(0)
摘要: 一,查看当前所有的zone 1,列出当前系统中所有的zone [root@blog ~]# firewall-cmd --get-zones block dmz drop external home internal nm-shared public trusted work 2,系统预设的zone 阅读全文
posted @ 2024-07-15 15:15 刘宏缔的架构森林 阅读(831) 评论(0) 推荐(0)
摘要: 一,zone的target有哪些取值? 1,一个zone的target有4个取值: default、ACCEPT、REJECT、DROP,如果不设置默认为default ACCEPT: 允许通过 REJECT: 禁止通过,会返回错误消息 DROP: 禁止通过,直接丢弃数据包 default: 和RE 阅读全文
posted @ 2024-07-15 14:06 刘宏缔的架构森林 阅读(667) 评论(0) 推荐(0)
摘要: 一,php访问/tmp文件夹中文件会报错: 代码: $filePath = "/tmp/php-temp/keji.jpeg"; $is_ex = file_exists($filePath); //print_r("is_ex: ".$is_ex); if ($is_ex){ echo "文件". 阅读全文
posted @ 2024-07-12 19:17 刘宏缔的架构森林 阅读(339) 评论(0) 推荐(0)
摘要: 一,创建bucket bucket是,存储空间是OSS的全局命名空间,相当于数据的容器,可以存储若干文件。 点 完成创建 按钮 二,创建账号供访问oss资源 创建用户成功后,把accesskey id和accesskey secret复制保存下来 三,创建对bucket的访问策略 最后点击 确定 按 阅读全文
posted @ 2024-07-12 15:10 刘宏缔的架构森林 阅读(72) 评论(0) 推荐(0)
上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 186 下一页