会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
潜水的阳光
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
上一页
1
2
3
4
5
6
···
21
下一页
2023年5月23日
git-lfs 客户端安装
摘要: curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | sudo bash yum install git-lfs 参考地址:https://github.com/git-lfs/git-
阅读全文
posted @ 2023-05-23 17:59 潜水的阳光
阅读(103)
评论(0)
推荐(0)
编辑
2023年1月27日
electron使用用npm无法安装的坑
摘要: 1、connect ECONNREFUSED ip地址443错误 npm install -g electron 使用上面的命令安装后出现“RequestError: connect ECONNREFUSED 223.75.236.241:443”错误 原因外网被墙了,需要指定electron的下载
阅读全文
posted @ 2023-01-27 08:09 潜水的阳光
阅读(989)
评论(0)
推荐(0)
编辑
2023年1月26日
mac为终端Terminal设置代理访问
摘要: 这里我的 ss port : 1086, http port: 1087 以下配置基于当前端口 更换所有终端应用的代理 如果没有设置代理的话,连 github 这个地址都上不去。 临时设置 export http_proxy=http://proxyAddress:port 复制代码 永久设置 把代
阅读全文
posted @ 2023-01-26 17:56 潜水的阳光
阅读(570)
评论(0)
推荐(0)
编辑
2023年1月20日
Content-Disposition文件名乱码转码问题
摘要: public String getFileName(String urlStr){ String fileName = null; try { URL url = new URL(urlStr); URLConnection uc = url.openConnection(); fileName =
阅读全文
posted @ 2023-01-20 11:56 潜水的阳光
阅读(469)
评论(0)
推荐(0)
编辑
2022年9月23日
failed to start daemon: Devices cgroup isn‘t mounted
摘要: echo 'none /sys/fs/cgroup cgroup defaults 0 0' >> /etc/fstab mount -a
阅读全文
posted @ 2022-09-23 19:17 潜水的阳光
阅读(715)
评论(0)
推荐(0)
编辑
2022年9月19日
centos7离线部署ntp服务,实现内网服务器时间(转载)
摘要: 1、简介 NTP(Network TimeProtocol,网络时间协议)是用来使计算机时间同步的一种协议。它可以使计算机对时钟源做同步化,提供高精准度的时间校正。 通过搭建ntp服务,可以为内网服务器授时,实现内网服务器集群的时间同步,为应用部署提供便利。 2、服务端配置 NTP服务采用C/S结构
阅读全文
posted @ 2022-09-19 17:58 潜水的阳光
阅读(1067)
评论(0)
推荐(0)
编辑
2022年8月26日
'docker0' already bound to a zone解决
摘要: $ sudo firewall-cmd --permanent --zone=docker --change-interface=docker0 //permanent表示永久性写入 $ sudo systemctl restart firewalld
阅读全文
posted @ 2022-08-26 17:39 潜水的阳光
阅读(212)
评论(1)
推荐(1)
编辑
export 特殊字符转义
摘要: \ 需转义为 \\ } 需转义为 \} [ 需转义为 \[ $ 需转义为 \$ ` 需转义为 \` " 需转义为 \" = 需转义为\=
阅读全文
posted @ 2022-08-26 17:02 潜水的阳光
阅读(47)
评论(0)
推荐(0)
编辑
2022年8月25日
window Defender关闭和开启
摘要: 1.在桌面左下角搜索框输入cmd,以管理员身份运行命令提示符。 2.输入以下命令,回车后重启。 reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /d 1
阅读全文
posted @ 2022-08-25 16:01 潜水的阳光
阅读(315)
评论(0)
推荐(0)
编辑
2022年8月8日
Git合并冲突——both modified解决
摘要: git mergetool 参考地址:https://blog.csdn.net/wawawakaokao/article/details/124331696
阅读全文
posted @ 2022-08-08 14:52 潜水的阳光
阅读(1556)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
21
下一页