会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
abs8023
博客园
首页
新随笔
联系
订阅
管理
2026年7月24日
byobu
摘要: 一. 安装 (可以sudo) # Ubuntu / Debian / Kali sudo apt update sudo apt install byobu # CentOS / RHEL / Fedora (需先启用 EPEL 源) sudo yum install epel-release su
阅读全文
posted @ 2026-07-24 14:35 abs8023
阅读(2)
评论(0)
推荐(0)
2025年5月22日
vscode tmux终端中鼠标滚动查看历史记录(可改bash)
摘要: 两种方式: 1.修改默认滚动滚屏方式: 新建一个 .tmux.conf文件: vi ~/.tmux.conf , 存入 set -g mouse on 保存 在终端输入 tmux source ~/.tmux.conf 2. 快捷键组合 先 ctrl + b 在按 [ 用pgup pgdn可以翻屏
阅读全文
posted @ 2025-05-22 10:12 abs8023
阅读(1561)
评论(0)
推荐(1)
2025年5月10日
vscode使用git 配置
摘要: 下载安装过git后,需要在vscode总配置git路径才可以正常使用git功能。否则出现无法识别git指令等。 在settings.json配置字如下部分 { "terminal.integrated.enableMultiLinePasteWarning": false, "git.path":
阅读全文
posted @ 2025-05-10 03:14 abs8023
阅读(85)
评论(0)
推荐(0)
2024年12月6日
adb发送点击模拟-wjdr
摘要: import subprocess import random import time import keyboard import tkinter as tk import threading import configparser from tkinter import font # 创建Con
阅读全文
posted @ 2024-12-06 10:18 abs8023
阅读(178)
评论(0)
推荐(0)
2024年10月28日
py脚本打包exe
摘要: 打包已有脚本成exe文件。当前打包结果无法剔除命令行窗口。
阅读全文
posted @ 2024-10-28 11:02 abs8023
阅读(26)
评论(0)
推荐(0)
py屏幕颜色信息提取
摘要: 跟随鼠标位置获取颜色信息,当前支持单显示器,跨显示器会卡住获取不到信息。每100ms刷新一次信息。
阅读全文
posted @ 2024-10-28 10:55 abs8023
阅读(132)
评论(0)
推荐(0)
2024年8月12日
查看当前目录下是否存在exe、txt、ini文件
摘要: 查找指定格式文件
阅读全文
posted @ 2024-08-12 16:23 abs8023
阅读(50)
评论(0)
推荐(0)
py_bmptojpg
摘要: py bmp to jpg
阅读全文
posted @ 2024-08-12 16:23 abs8023
阅读(30)
评论(0)
推荐(0)
2023年12月16日
cmd批处理IF判断语句
摘要: cmd批处理IF判断语句
阅读全文
posted @ 2023-12-16 16:01 abs8023
阅读(236)
评论(0)
推荐(0)
2023年12月15日
adb shell
摘要: adb 操作手机
阅读全文
posted @ 2023-12-15 10:10 abs8023
阅读(189)
评论(0)
推荐(0)
下一页
公告