RSS Feed
RSS FeedWelcome to my blog! Stay Hungry, Stay Foolish.
Favorite: ALL POSTS SHARED BLOGS LLM GUIDE
Recent Posts
shell脚本实现批量切换git分支
Published: at 07:39 AM一个项目中使用到了多个子模块,切分支的时候每次都要切好几次,使用下面脚本方便批量切分支。
阿里云OSS链接去掉签名信息
Published: at 03:00 AM要想去掉阿里云oss链接中的签名信息,至少要将此object设置为public read,也就是这个链接是公开的任何人都可以读,而且没有时间限制。
pytest中fixture用法
Published: at 10:13 PMpytest 中的 fixture 是一种强大的功能,允许你在测试执行之前设置一些状态或资源,并在测试结束后进行清理。Fixture 可以用于提供测试所需的上下文,比如数据库连接、配置文件、测试数据等...
推荐一个C++线程池实现
Published: at 01:08 PMA simple C++11 Thread Pool implementation...
邮件接入方案
Published: at 01:08 PM邮件接入方案调研...