会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lookfeel
随便搬运但别收费呀
上一页
1
2
3
4
5
6
7
···
9
下一页
2024年9月22日
fiefox tab的字体和搜索框网址字体太小
摘要: 网址输入about:config 忽视风险 输入layout.css.devPixelsPerPx 修改更大的值
阅读全文
posted @ 2024-09-22 14:23 近真真
阅读(30)
评论(0)
推荐(0)
2024年9月14日
在 vscode 中使用 C++ 进行调试时读取输入
摘要: 在launch.json中启用 “externalConsole”:true,则将获得一个弹出的控制台窗口,可以在其中键入 参照: https://stackoverflow.com/questions/57494832/how-to-read-input-when-debugging-in-c-i
阅读全文
posted @ 2024-09-14 16:03 近真真
阅读(126)
评论(0)
推荐(0)
2024年8月27日
debian12 用systemd和sway-lock实现锁屏后休眠
摘要: systemd-inhibit --what sleep --why "Lock screen" --mode delay swaylock & systemctl hibernate 命令解析 systemd-inhibit --what=sleep --why="Lock screen" --m
阅读全文
posted @ 2024-08-27 12:57 近真真
阅读(603)
评论(0)
推荐(0)
2024年8月24日
debian12.6 sway自启动copyq 未集中copyq窗口时,copyq窗口不隐藏
摘要: 参照:https://github.com/hluk/CopyQ/issues/1590 1.自启动脚本例如: exec copyq 则需要启用: copyq->File->Preferences->Layout->Hide main windows copyq->File->Preferences
阅读全文
posted @ 2024-08-24 23:22 近真真
阅读(99)
评论(0)
推荐(0)
2024年8月23日
debian vscode 顶部菜单栏太小,无法用zoom out, zoom in调节
摘要: 按下:Ctrl+Shift+P 输入:Preferences: Open User Settings (JSON) 将以下设置添加到settings.json文件: "window.titleBarStyle": "custom" 这样zoom out,zoom in 就可以调节vscode顶部菜单
阅读全文
posted @ 2024-08-23 09:40 近真真
阅读(134)
评论(0)
推荐(0)
debian12.6 sway firefox 特定区域右键奔溃
摘要: 崩溃的可能原因:sway版本过低,wayland 目前找到的解决方法就是让firefox使用xwayland窗口协议 MOZ_ENABLE_WAYLAND=0 firefox
阅读全文
posted @ 2024-08-23 09:31 近真真
阅读(46)
评论(0)
推荐(0)
2024年8月16日
linux创建github仓库并用git上传本地仓库到github仓库
摘要: 1.创建github仓库 (1)点击右上角的头像 (2)点击Your repositories (3)点击New (4)填写好Owner和Repository name点击Add a README file选择license,再点击Create repository 2.用git上传本地仓库到git
阅读全文
posted @ 2024-08-16 17:45 近真真
阅读(288)
评论(0)
推荐(0)
2024年8月11日
vscode step into出现Could not load source './malloc/./malloc/malloc.c': 'SourceRequest' not supported..
摘要: 问题: 使用step into调试c语言内建函数时就会出现 解决: 1.使用step over跳过调试c语言内建函数 2.将launch.json的工作目录设置为c库目录 对于debian系统 sudo apt install glibc-source cd /usr/src/glibc/ sudo
阅读全文
posted @ 2024-08-11 10:24 近真真
阅读(480)
评论(0)
推荐(0)
2024年8月8日
linux python -m 创建和使用虚拟环境
摘要: 参照:https://docs.python.org/3/library/venv.html python -m venv /path/to/new/virtual/environment source /path/to/new/virtual/environment/bin/activate
阅读全文
posted @ 2024-08-08 13:56 近真真
阅读(41)
评论(0)
推荐(0)
2024年5月12日
windows10ltsc 企业评估版,系统到期后,每一小时自动关机,不能修改主题
摘要: 问题1:每一小时自动关机 参照 https://www.zhihu.com/question/265212829 答案太详细了,难以补充什么 大概是用PSTool进入System account来获得修改WLMS的注册表的权限,把在注册表里把HKLM\SYSTEM\CurrentControlSet
阅读全文
posted @ 2024-05-12 22:37 近真真
阅读(2253)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
9
下一页
公告
导航
博客园
首页
新随笔
新文章
联系
订阅
管理