主页 on SwangNice的空间 http://localhost:1313/zh-cn/ Recent content in 主页 on SwangNice的空间 Hugo -- gohugo.io zh-CN © 2025 SWang Fri, 20 Sep 2024 04:17:50 +0000 TODO List http://localhost:1313/zh-cn/projects/self_host/stock_bot/01_todo/ Fri, 20 Sep 2024 04:17:50 +0000 http://localhost:1313/zh-cn/projects/self_host/stock_bot/01_todo/ <h2 class="relative group">Short-term TODO <div id="short-term-todo" class="anchor"></div> <span class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100"> <a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#short-term-todo" aria-label="锚点">#</a> </span> </h2> <ul> <li>🚧 The Initial Policy implement</li> <li>⬜️ The evaluate &amp; logger script</li> <li>⬜️ The automatic scripts with Email Sender deployed on the Server</li> <li>⬜️ Implement RL</li> </ul> Showcases http://localhost:1313/zh-cn/projects/self_host/stock_bot/02_results/ Fri, 20 Sep 2024 04:17:50 +0000 http://localhost:1313/zh-cn/projects/self_host/stock_bot/02_results/ <p>This section will feature occasional showcases of my technical achievements—focused purely on the engineering side, not the income.</p> C http://localhost:1313/zh-cn/notes/coding/cheat_sheet/c/ Fri, 20 Sep 2024 04:17:50 +0000 http://localhost:1313/zh-cn/notes/coding/cheat_sheet/c/ C++ http://localhost:1313/zh-cn/notes/coding/cheat_sheet/cpp/ Fri, 20 Sep 2024 04:17:50 +0000 http://localhost:1313/zh-cn/notes/coding/cheat_sheet/cpp/ Git http://localhost:1313/zh-cn/notes/coding/cheat_sheet/git/ Fri, 20 Sep 2024 04:17:50 +0000 http://localhost:1313/zh-cn/notes/coding/cheat_sheet/git/ <h2 class="relative group">Commit <div id="commit" class="anchor"></div> <span class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100"> <a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#commit" aria-label="锚点">#</a> </span> </h2> <ol> <li>Add date and time in commit messages:</li> </ol> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">git commit -m <span class="s2">&#34;</span><span class="k">$(</span>date <span class="s1">&#39;+%Y-%m-%d %H:%M:%S&#39;</span><span class="k">)</span><span class="s2">&#34;</span> </span></span></code></pre></div> Python http://localhost:1313/zh-cn/notes/coding/cheat_sheet/python/ Fri, 20 Sep 2024 04:17:50 +0000 http://localhost:1313/zh-cn/notes/coding/cheat_sheet/python/