摘要: ## 项目最高优先级规则- 默认使用中文回答。- 优先遵守本文件规则;不得用通用最佳实践覆盖项目既有风格。- 修改前必须先阅读相关现有模块,优先参照 `HotWordsService` / `ProductTagsService` / `ContactUsService`。- 浮点类型默认是2位小数 阅读全文
posted @ 2026-06-29 08:51 文浩SIr 阅读(3) 评论(0) 推荐(0)
摘要: jobs 删除工作台 fg +工作进程号 阅读全文
posted @ 2020-08-12 16:19 文浩SIr 阅读(144) 评论(0) 推荐(0)
摘要: 方法一:添加软连接 in -s /usr/local/bin/全局命令 命令地址(例如:/usr/local/redis/bin/命令) 阅读全文
posted @ 2020-08-12 13:05 文浩SIr 阅读(2009) 评论(1) 推荐(0)
摘要: https://www.cnblogs.com/xiaqiuchu/p/12096585.html 重要的事说三遍,不要安装1.19版,不要安装1.19版,不要安装1.19版。1.19版安装的我心累了 阅读全文
posted @ 2020-07-15 09:34 文浩SIr 阅读(357) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/starry0819/article/details/102582389 阅读全文
posted @ 2020-07-15 09:33 文浩SIr 阅读(212) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/9514154a442a 感谢博主 阅读全文
posted @ 2020-07-14 11:31 文浩SIr 阅读(94) 评论(0) 推荐(0)
摘要: location / { index index.html index.htm index.php admin.php; #访问路径的文件不存在则重写URL转交给ThinkPHP处理 if (!-e $request_filename) { rewrite ^/index.php(.*)$ /ind 阅读全文
posted @ 2020-07-12 10:03 文浩SIr 阅读(152) 评论(0) 推荐(0)
摘要: mdfind -name "xxxx.png" 阅读全文
posted @ 2020-07-09 16:52 文浩SIr 阅读(107) 评论(0) 推荐(0)
摘要: 大坑,首先检查下linux防火墙(service firewalld stop) 安装 yum -y install subversion svnserve --version 显示版本信息,则表示安装成功 mkdir /home/svn 创建版本库目录 svnadmin create /home/ 阅读全文
posted @ 2019-08-15 09:51 文浩SIr 阅读(273) 评论(0) 推荐(0)
摘要: Linux 服务器上安装git yum -y install git git config --global user.name "name" git config --global user.email "email" globa 参数表示这台机器上所有仓库都会使用这个配置,当然也可以对指定仓库使 阅读全文
posted @ 2019-08-15 09:50 文浩SIr 阅读(414) 评论(0) 推荐(0)