上一页 1 2 3 4 5 6 7 8 ··· 76 下一页
摘要: 在使用 Git 进行版本控制时,有时候会遇到在文件中出现了 ^M 字符的情况。这个问题通常出现在 Windows 操作系统中,并且会影响文件在不同操作系统之间的可移植性。 ^M 字符是回车符的表示,在 Windows 操作系统中,每个文本行的结尾都是由回车符 (\r) 和换行符 (\n) 组成的,而 阅读全文
posted @ 2024-03-04 15:52 浮尘微光 阅读(1762) 评论(0) 推荐(0)
摘要: 由于Nginx权限问题,导致访问网站的CSS失败。 阅读全文
posted @ 2024-02-19 16:12 浮尘微光 阅读(455) 评论(0) 推荐(0)
摘要: 本文亲测可用。老版本macos方法:1、打开网页,https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash全选,复制内容。2、在~/.bash_profile文件(如果没有需要创建) 阅读全文
posted @ 2024-01-31 17:18 浮尘微光 阅读(252) 评论(0) 推荐(0)
摘要: 新建一个类: public class Factorial { public static void main(String[] args) { System.out.println(add(2,3)); } public static int add(int a, int b){ return a 阅读全文
posted @ 2024-01-30 15:53 浮尘微光 阅读(703) 评论(0) 推荐(0)
摘要: 前提,Mac: 禁用chrome的滑动: defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false 禁用edge的滑动: defaults write com.microsoft.edgemac 阅读全文
posted @ 2024-01-22 11:17 浮尘微光 阅读(641) 评论(0) 推荐(0)
摘要: 准备Mac安装brew已安装的自行跳过 Mac 安装brew 卸载_brew卸载软件-CSDN博客 官网 brew官网 Homebrew — The Missing Package Manager for macOS (or Linux) 安装 执行如下命令,期间需要输入几次密码 /bin/bash 阅读全文
posted @ 2024-01-21 11:01 浮尘微光 阅读(1154) 评论(0) 推荐(0)
摘要: 1:打开php.ini2:opcache.enable=1改为opcache.enable=0即可 阅读全文
posted @ 2023-12-06 16:51 浮尘微光 阅读(66) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-12-05 15:44 浮尘微光 阅读(605) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/rghanbing4/article/details/51284131 <pre name="code" class="php"><pre name="code" class="php"><?php $arr = array( array('id' => 阅读全文
posted @ 2023-11-26 15:37 浮尘微光 阅读(22) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/hudeyong926/article/details/99540733 安装supervisor #检查是否已经安装 supervisord --version #安装pip yum install -y epel-release yum install 阅读全文
posted @ 2023-11-13 11:25 浮尘微光 阅读(104) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 76 下一页