1 2 3 4 5 ··· 9 下一页
摘要: 💼 典型小团队AI创业案例 Hightouch | 三人团队,年营收超1亿美元 团队与成效:3位创始人(核心成员来自被32亿美元收购的Segment),20个月内年收入从3000万增长至1亿美元,客户包括Spotify、必胜客。 核心打法:帮品牌用自有素材实时生成个性化营销素材,解决营销周期长的痛 阅读全文
posted @ 2026-09-02 11:12 svolcano 阅读(20) 评论(0) 推荐(0)
摘要: 这个问题几乎每个人都会在某个深夜或十字路口问自己。我的答案是:人生需要规划,但不必执着于“精确执行”;需要的是“方向感”,而不是“路线图”。 我们可以把这个问题拆成三层来看: 第一层:为什么需要规划?(规划是“锚”) 对抗熵增:生活天然是混乱、随机的。规划就像给船装上一个舵,让你不至于完全随波逐流。 阅读全文
posted @ 2026-09-02 09:16 svolcano 阅读(16) 评论(0) 推荐(0)
摘要: 下载插件 首先在 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 阅读(353) 评论(0) 推荐(0)
摘要: 分析流程 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 阅读(45) 评论(0) 推荐(0)
摘要: Python 实现定时任务有以下几种思路 使用子进程(现成)+ time.sleep 间隔执行 使用现有的库管理定时任务如,celery, tornado等 使用系统的机制执行linux 下面 crontab ,windows 下面taskschd.msc 本次调查 celery 这个常用的异步任务 阅读全文
posted @ 2024-12-25 19:31 svolcano 阅读(195) 评论(0) 推荐(0)
摘要: chrome 浏览器 1. 地址栏输入 chrome://settings/searchEngines 2. 进入菜单 管理搜索引擎 和 网站搜索 3. 添加新的搜索引擎 4. 按照如下图,添加新的搜索引擎 字符串: https://www.bing.com/search?q=-csdn.net+% 阅读全文
posted @ 2024-12-24 09:05 svolcano 阅读(194) 评论(0) 推荐(0)
摘要: 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 阅读(89) 评论(0) 推荐(0)
摘要: 使用 pylint 做代码静态检查。 使用 autopep8 yapf 做代码 style 检查和格式化。 使用 poetry 做独立环境的构建。 使用 pytest 做单元测试。 使用 mysql 或者 postgresql 或者 mariaDB 或则 Percona percona 无感迁移 m 阅读全文
posted @ 2023-08-30 13:16 svolcano 阅读(46) 评论(0) 推荐(0)
摘要: 左手(前手)三孔全闭;右手(后手)三孔全开。 阅读全文
posted @ 2023-08-17 13:17 svolcano 阅读(533) 评论(0) 推荐(0)
摘要: 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 阅读(48) 评论(0) 推荐(0)
1 2 3 4 5 ··· 9 下一页