会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
浮尘微光
奋斗不止!
首页
新随笔
管理
上一页
1
2
3
4
5
6
7
8
···
76
下一页
2024年3月4日
git diff去除^M的方法
摘要: 在使用 Git 进行版本控制时,有时候会遇到在文件中出现了 ^M 字符的情况。这个问题通常出现在 Windows 操作系统中,并且会影响文件在不同操作系统之间的可移植性。 ^M 字符是回车符的表示,在 Windows 操作系统中,每个文本行的结尾都是由回车符 (\r) 和换行符 (\n) 组成的,而
阅读全文
posted @ 2024-03-04 15:52 浮尘微光
阅读(1762)
评论(0)
推荐(0)
2024年2月19日
nginx的权限问题(13: Permission denied)解决办法
摘要: 由于Nginx权限问题,导致访问网站的CSS失败。
阅读全文
posted @ 2024-02-19 16:12 浮尘微光
阅读(455)
评论(0)
推荐(0)
2024年1月31日
mac下git命令自动补全
摘要: 本文亲测可用。老版本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)
2024年1月30日
idea中使用junit5
摘要: 新建一个类: 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)
2024年1月22日
Mac如何禁用chrome/edge浏览器里的双指滑动前进后退手势?
摘要: 前提,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)
2024年1月21日
Mac m1 安装PHP 7.3 任何版本 切换版本
摘要: 准备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)
2023年12月6日
PHP保存代码后不生效(或者需要重启nginx才能生效)解决方案
摘要: 1:打开php.ini2:opcache.enable=1改为opcache.enable=0即可
阅读全文
posted @ 2023-12-06 16:51 浮尘微光
阅读(66)
评论(0)
推荐(0)
2023年12月5日
phpstorm显示git提交记录的插件:GitToolBox
摘要:
阅读全文
posted @ 2023-12-05 15:44 浮尘微光
阅读(605)
评论(0)
推荐(0)
2023年11月26日
php无限分类形成列表树并显示子栏目总数
摘要: 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)
2023年11月13日
Supervisor的作用与配置
摘要: 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
下一页