会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
S_volcano
首页
新随笔
联系
订阅
管理
2025年8月15日
配置vscode 的Python自动代码检查
摘要: 下载插件 首先在 vscode 中安装以下插件: https://marketplace.visualstudio.com/items?itemName=ms-python.python https://marketplace.visualstudio.com/items?itemName=ms-p
阅读全文
posted @ 2025-08-15 11:20 svolcano
阅读(149)
评论(0)
推荐(0)
2025年7月1日
Git 在linux 下指令执行缓慢的分析
摘要: 分析流程 ping git@server time ssh -T git@server Ssh -vvv git@server 根据实际情况优化 git 的 链接 Host git.xxxx.net HostName git.xxxx.net Port xx22 User git # 禁用可能导致延
阅读全文
posted @ 2025-07-01 16:05 svolcano
阅读(13)
评论(0)
推荐(0)
2024年12月25日
windows 下面使用 celery 管理定时任务
摘要: Python 实现定时任务有以下几种思路 使用子进程(现成)+ time.sleep 间隔执行 使用现有的库管理定时任务如,celery, tornado等 使用系统的机制执行linux 下面 crontab ,windows 下面taskschd.msc 本次调查 celery 这个常用的异步任务
阅读全文
posted @ 2024-12-25 19:31 svolcano
阅读(144)
评论(0)
推荐(0)
2024年12月24日
不使用插件屏蔽 CSDN
摘要: chrome 浏览器 1. 地址栏输入 chrome://settings/searchEngines 2. 进入菜单 管理搜索引擎 和 网站搜索 3. 添加新的搜索引擎 4. 按照如下图,添加新的搜索引擎 字符串: https://www.bing.com/search?q=-csdn.net+%
阅读全文
posted @ 2024-12-24 09:05 svolcano
阅读(66)
评论(0)
推荐(0)
2024年1月2日
icon 网址
摘要: Free Cloud Stickers, + 278 stickers (SVG, PNG) | Flaticon https://www.flaticon.com/free-stickers/cloud Cloud Icons & Symbols (flaticon.com)
阅读全文
posted @ 2024-01-02 13:54 svolcano
阅读(57)
评论(0)
推荐(0)
2023年8月30日
python 工具集
摘要: 使用 pylint 做代码静态检查。 使用 autopep8 yapf 做代码 style 检查和格式化。 使用 poetry 做独立环境的构建。 使用 pytest 做单元测试。 使用 mysql 或者 postgresql 或者 mariaDB 或则 Percona percona 无感迁移 m
阅读全文
posted @ 2023-08-30 13:16 svolcano
阅读(11)
评论(0)
推荐(0)
2023年8月17日
横笛 1 2 3 4 5 6 7
摘要: 左手(前手)三孔全闭;右手(后手)三孔全开。
阅读全文
posted @ 2023-08-17 13:17 svolcano
阅读(501)
评论(0)
推荐(0)
2023年8月15日
免费的 ssl/tls 证书有啥不好: 答没啥不好
摘要: At the byte level, X.509 is X.509 and there is no reason why the free SSL certificates would be any better or worse than the non-free -- the price is
阅读全文
posted @ 2023-08-15 16:31 svolcano
阅读(24)
评论(0)
推荐(0)
学习 css 的有意思的网站
摘要: https://codingfantasy.com/games/flexboxadventure/play 学习 flexbox , 效果很好, 时间很短。 https://flukeout.github.io/ 学习 css 选择器。
阅读全文
posted @ 2023-08-15 09:03 svolcano
阅读(66)
评论(0)
推荐(0)
2023年7月27日
git 快速入门
摘要: git 是什么? git 是一个 分布式 、最流行、最先进、2005由 linux torvalds 开发的版本管理系统 。 github、gitlab、Bitbucket 是什么? GitHub是一个面向开源及私有软件项目的托管平台,因为只支持git作为唯一的版本库格式进行托管,故名GitHub。
阅读全文
posted @ 2023-07-27 14:18 svolcano
阅读(56)
评论(0)
推荐(0)
下一页