怎么抢高铁票

<ol> <li><p>可以买长乘短</p> </li> <li><p>大站票多</p> </li> <li><p>抢直达车,多刷新下页面,多点点,网络拥塞,又可能能挤进去</p> </li> <li><p>直达车无,买中转</p> </li> <li><p>候补直达车</p>

2026/4/21
阅读更多

两日游背包收纳

<p>首先,三明治原则穿衣服</p> <h1 id="随身携带"><a href="#随身携带" class="headerlink" title="随身携带"></a>随身携带</h1><p>手机,身份证,小包纸巾</p> <h1 id="洗漱包"><a href="#洗漱包"

2026/3/22
阅读更多

什么是 AI,什么是大语言模型,缺点分析,以及使用技法和技巧总结

<p>AI,即 ArtificialIntelligence,人工智能,即所有让机器模仿人类智能的技术</p> <p>比如:机器人、自动驾驶、图像识别(拍照识物、人脸识别)、语音识别(eg:从前没有接入LLM的Siri&#x2F;小爱同学&#x2F;…)推荐算法…</p> <hr

2026/3/8
阅读更多

macOS 里关于“名字”的那些事

<figure class="highlight sh"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="l

2026/2/9
阅读更多

将 CapsLock 映射为 Escape,对于macos

<p>ENV: macbook-air-m1, Tahoe 26.2</p> <p>系统设置 &#x3D;&gt; 键盘 &#x3D;&gt; 键盘快捷键 &#x3D;&gt; 修饰键 &#x3D;&gt;【接下来自行修改即可】</p>

2026/2/7
阅读更多

拔智齿后的食谱

<h1 id="流食"><a href="#流食" class="headerlink" title="流食"></a>流食</h1><p>五谷杂粮糊</p> <p>黄豆、红豆、黑豆、薏米、花生 &#x3D;&gt; 豆浆机 &#x3D;&gt; 放凉</p> <p>蛋花汤</p

2026/1/24
阅读更多

proxy搭建稳如老狗的原理(老白版)

<ul> <li>将经过加密的数据流量伪装成https协议的流量<ul> <li>将服务端节点放在web服务的后面,这能有效对抗“重chong放攻击”</li> </ul> </li> </ul> <h3 id="提速操作"><a href="#提速操作" class="head

2026/1/10
阅读更多

混音原理,Linux混音实操,有线麦克风录音+混录系统BGM+耳返监听

<p>背景知识:<br>在Linux音频系统中,“输出设备” &#x3D; 这个设备可以接收声音,然后播放出来,并非声音的生产者,它只是声音的播放者<br>而“输入设备”负责采集声音,是声音的起点,声音从输入设备开始传播</p> <p>如此一来,就不难理解TUI工具pulsemi

2025/12/12
阅读更多

Linux 搜索最佳实践【入门版】

<h1 id="搜文件名"><a href="#搜文件名" class="headerlink" title="搜文件名"></a>搜文件名</h1><p>yazi, z</p> <p>ref: <a href="https://yazi-rs.github.io/docs/pl

2025/12/11
阅读更多

线材库存

<p>macbookair-m1-charger: 1<br>asus-ac-adapter: 1<br>philips-usb-1-4: 1<br>notCommon-mobileHDD-cable: 1<br>common C-C: 1<br>C-interface wire

2025/10/26
阅读更多

药品库存

<p><strong>请注意药品有效期 &amp; 药品性状</strong></p> <table> <thead> <tr> <th>药品名称</th> <th>数量</th> <th>有效期至</th> </tr> </thead> <tbody><tr> <td>洛索洛芬

2025/10/25
阅读更多

pacman

<figure class="highlight sh"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="l

2025/6/28
阅读更多

chinese-input-method-setup

<p>与时俱进,用fcitx5</p> <figure class="highlight sh"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</spa

2025/6/15
阅读更多

Programming Concepts and Algorithms/Solutions

<h2 id="The-type-of-thinking-that-enables-you-to-write-computer-programs-are-called-Computational-Thinking"><a href="#The-type-of-thinking-t

2025/4/5
阅读更多

Programming Foundations with CSS

<ol> <li><p>Web pages are often designed to accommodate [different device&#x2F;different screen] so that to decide how to display and even w

2025/3/30
阅读更多

Programming Foundations with HTML

<blockquote> <p>OFFERED BY Duke UNIVERSITY<br><a href="https://www.dukelearntoprogram.com/">https://www.dukelearntoprogram.com</a></p> </blo

2025/3/25
阅读更多

如何高效地学习一门编程语言

<p>请使用英文原版教材!!!</p> <p>一门语言的特定【实现】,可以是编译型或解释型</p> <p>语言 &#x3D; { 特性1,特性2,…,特性n }</p> <p>一个世界就是一堆独立运转的节点在相互发送和处理消息。—— Alan Kay &#x3D;&gt; 这揭示

2025/3/24
阅读更多

低卡火锅蘸料

<h1 id="以下都无辣椒(可自行添加)"><a href="#以下都无辣椒(可自行添加)" class="headerlink" title="以下都无辣椒(可自行添加)"></a>以下都无辣椒(可自行添加)</h1><blockquote> <p>版本一</p> </blo

2025/3/23
阅读更多

使用键盘组合键启动iTerm

<p>参考了:<a href="https://shinyu0430.github.io/2023/05/12/iterm-shortcut-mac-automator/">https://shinyu0430.github.io/2023/05/12/iterm-shortcu

2025/3/19
阅读更多

中餐厨艺课

<ol> <li>清炒绿叶菜:菜+油+盐+味精+鸡精&#x3D;出锅,注意清洗蔬菜要用滤网!!!</li> <li>清炒蔬菜更精彩的调味品:大蒜(蒜香味)、干辣椒(糊辣味)、干花椒(麻辣味)</li> </ol> <p>一天一斤蔬菜,方能补充:维生素、矿物质、膳食纤维<br>be

2025/1/2
阅读更多