会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Anonymous
only to record some tricky things ...
博客园
首页
新随笔
联系
管理
订阅
2024年9月1日
Goodbye
摘要: 博客园不再使用。 推荐使用语雀,构建你的数字花园。 https://www.yuque.com/login?register_from=official_website_groups&language=zh-cn bye bye
阅读全文
posted @ 2024-09-01 10:29 Anonymous596
阅读(18)
评论(0)
推荐(0)
2024年8月25日
FAQ about Python threading.Lock()
摘要: (Over)
阅读全文
posted @ 2024-08-25 21:14 Anonymous596
阅读(14)
评论(0)
推荐(0)
2024年8月9日
https://superfastpython.com/
摘要: need for speed !!!
阅读全文
posted @ 2024-08-09 17:56 Anonymous596
阅读(20)
评论(0)
推荐(0)
2024年7月13日
ubuntu 快速回到桌面
摘要: 如下设置快捷键为 Super + D,
阅读全文
posted @ 2024-07-13 15:44 Anonymous596
阅读(155)
评论(0)
推荐(0)
2024年7月11日
白板绘图
摘要: https://excalidraw.com/
阅读全文
posted @ 2024-07-11 18:39 Anonymous596
阅读(12)
评论(0)
推荐(0)
2024年7月7日
linux 下好用的 pdf 阅读器(不支持标注)
摘要: 安装, $ sudo apt-get install zathura 类似 Vim 的快捷键, 普通浏览模式 J: 下翻一页 K: 上翻一页 h,k,j,l Ctrl+t,Ctrl+y: 左右滚动半页 Ctrl+d, Ctrl+u: 上下滚动半页 t,y: 左右滚动一页 Ctrl+f, Ctrl+b
阅读全文
posted @ 2024-07-07 20:52 Anonymous596
阅读(49)
评论(0)
推荐(0)
2024年7月3日
git diff 可视化配置
摘要: here assume you diff with `tkdiff`, of course you can use other diff tools such as `meld` or whatever, $ git config --global diff.tool tkdiff $ git co
阅读全文
posted @ 2024-07-03 11:06 Anonymous596
阅读(84)
评论(0)
推荐(0)
2024年6月14日
网址URL中特殊字符转义编码
摘要: https://blog.csdn.net/pcyph/article/details/45010609
阅读全文
posted @ 2024-06-14 19:05 Anonymous596
阅读(11)
评论(0)
推荐(0)
2024年6月9日
python 字典是不是线程安全的
摘要: Python 字典(dict)对象本身不是线程安全的。在多线程环境下,对同一个字典对象的读写操作需要额外的同步机制来确保线程安全性。 如果需要在多线程环境下使用线程安全的字典,可以使用 collections.Counter 对象,它是线程安全的,或者使用 threading.local,它提供了线
阅读全文
posted @ 2024-06-09 19:37 Anonymous596
阅读(1191)
评论(0)
推荐(0)
2024年5月31日
rename in batch
摘要: https://www.cnblogs.com/triple-y/p/11103312.html
阅读全文
posted @ 2024-05-31 14:12 Anonymous596
阅读(9)
评论(0)
推荐(0)
下一页
公告