首页
关于
Search
1
git lg彩色显示日志
29 阅读
2
在 Ubuntu 22.04 LTS 中安装 Docker
19 阅读
3
CentOs/Ubuntu搭建上网x-ui
18 阅读
4
git使用多个源和多个分支
15 阅读
5
git保存账号密码
15 阅读
默认分类
网站搭建
Windows
Linux
Docker
OpenWrt
Hackintosh
Git
Python
Web开发
JavaScript
FFmpeg
Demo
工具
刷机
油猴脚本
Excel
Chrome Extension
登录
Search
标签搜索
Pandas
读取
时区
Chrome
centos8
求和
Nginx
Typecho
404
csv
国际站
询盘导出
油猴脚本
bbr
Ubuntu
远程桌面
日志
log
数据清洗
打印机
野生程序猿
累计撰写
155
篇文章
累计收到
0
条评论
首页
栏目
默认分类
网站搭建
Windows
Linux
Docker
OpenWrt
Hackintosh
Git
Python
Web开发
JavaScript
FFmpeg
Demo
工具
刷机
油猴脚本
Excel
Chrome Extension
页面
关于
搜索到
155
篇与
的结果
2024-10-16
删除已合并的本地分支
删除已合并的本地分支git branch --merged | grep -v "\*" | xargs -n 1 git branch -d把删除同步到远程git push origin --delete <branch-name>
2024年10月16日
2 阅读
0 评论
0 点赞
2024-08-22
ZebraDesigner Pro打印Excel导入数据的方法
0. 准备工作安装打印机驱动、ZebraDesigner、 Microsoft Access 2016 Runtime1. 连接Excel数据到ZebraDesigner参考链接3. 使用技巧使用PVE安装的虚拟Windows可以试用30天ZebraDesigner Pro,不能使用VMware,会被识别不允许试用。
2024年08月22日
1 阅读
0 评论
0 点赞
2024-07-26
Ubuntu 24.04 安装搜狗拼音
sudo apt purge ibus sudo apt autoremove # Download deb installer from https://shurufa.sogou.com/linux sudo dpkg -i <sogou_xxx.deb> sudo apt install -f # Additional dependencies (refer to: https://shurufa.sogou.com/linux/guide) sudo apt install libqt5qml5 libqt5quick5 libqt5quickwidgets5 qml-module-qtquick2 libgsettings-qt1
2024年07月26日
1 阅读
0 评论
0 点赞
2024-07-21
迅雷赚钱宝1代
1.参考连接:https://www.right.com.cn/forum/thread-4090774-1-1.html https://www.right.com.cn/forum/thread-4126356-1-1.html 2.刷机后安装常用包opkg update opkg install luci-i18n-base-zh-cn openssh-sftp-server3.安装挂载USB存储opkg install block-mount mount-utils4.安装samba4opkg install luci-app-samba4 luci-i18n-samba4-zh-cn
2024年07月21日
2 阅读
0 评论
0 点赞
2024-07-18
清理Windows臃肿程序
项目地址: https://github.com/Raphire/Win11Debloat 安装命令:& ([scriptblock]::Create((irm "https://debloat.raphi.re/")))选择(2) Custom Mode: Modify the script to your needs(3) Select which apps to remove and which to keep
2024年07月18日
15 阅读
0 评论
0 点赞
1
...
4
5
6
...
31