首页
关于
Search
1
git lg彩色显示日志
24 阅读
2
在 Ubuntu 22.04 LTS 中安装 Docker
19 阅读
3
CentOs/Ubuntu搭建上网x-ui
18 阅读
4
git使用多个源和多个分支
15 阅读
5
git保存账号密码
14 阅读
默认分类
网站搭建
Windows
Linux
Docker
OpenWrt
Hackintosh
Git
Python
Pandas
Web开发
JavaScript
FFmpeg
Demo
工具
刷机
油猴脚本
Excel
Chrome Extension
登录
Search
标签搜索
Pandas
读取
时区
Chrome
centos8
求和
Nginx
Typecho
404
csv
国际站
询盘导出
油猴脚本
bbr
Ubuntu
远程桌面
日志
log
数据清洗
打印机
野生程序猿
累计撰写
151
篇文章
累计收到
0
条评论
首页
栏目
默认分类
网站搭建
Windows
Linux
Docker
OpenWrt
Hackintosh
Git
Python
Pandas
Web开发
JavaScript
FFmpeg
Demo
工具
刷机
油猴脚本
Excel
Chrome Extension
页面
关于
搜索到
151
篇与
的结果
2023-09-19
关于git更新子模块
1.递归地更新所有子模块git submodule update --recursive2.clone时直接更新所有子模块git clone --recursive https://github.com/
2023年09月19日
3 阅读
0 评论
0 点赞
2023-09-19
git使用多个源和多个分支
1.查看当前远程仓库git remote -v2.添加其他远程仓库,如giteegit remote add gitee https://xxxxxxx # 其中gitee为远程仓库名,类似于默认的origin3.拉去新的源数据git fetch gitee4.切换到新的分支git checkout mybranck5.单独修改git remote set-url --push origin https://github.com/username/repo.git git remote set-url --fetch origin https://github.com/username/repo.git
2023年09月19日
15 阅读
0 评论
0 点赞
2023-08-23
OpenClash在fake-ip模式下无法打开解析到公网的内网设备
开启fake-ip模式后,如果内网需要通过解析到公网IP的域名来访问内网设备时,会无法打开。解决方法:在OpenClash插件中 -> 覆写设置 -> DNS设置 -> Fake-IP-Filter加入解析到公网的域名参考链接:https://github.com/vernesong/OpenClash/issues/1119
2023年08月23日
0 阅读
0 评论
0 点赞
2023-07-30
常用客户端
clash for windowshttps://github.com/Fndroid/clash_for_windows_pkgv2rayNhttps://github.com/2dust/v2rayNOpenClashhttps://github.com/vernesong/OpenClashClash Metahttps://github.com/MetaCubeX/Clash.Meta
2023年07月30日
3 阅读
0 评论
0 点赞
2023-07-30
fofa寻找特殊网站
https://fofa.info用法示例一asn=="25820" && country=="US" && port=="443" && cert!="Let's Encrypt" && cert.issuer!="ZeroSSL" && status_code="200"https://tools.ipip.net/as.php查询ASN号
2023年07月30日
2 阅读
0 评论
0 点赞
1
...
12
13
14
...
31