滷牛腱 / 牛肉麵
湯頭 清燉:蔥段、洋蔥 + 滷包 (八角、茴香…) 紅燒:清燉湯頭 + 豆瓣醬 番茄:紅燒湯頭 + 番茄 牛腱:舒肥 68度 8小時 牛楠:切塊、壓力爐中燉 30 分至 1 小時 淋醬:醬油 香油 黑醋 油潑辣子
湯頭 清燉:蔥段、洋蔥 + 滷包 (八角、茴香…) 紅燒:清燉湯頭 + 豆瓣醬 番茄:紅燒湯頭 + 番茄 牛腱:舒肥 68度 8小時 牛楠:切塊、壓力爐中燉 30 分至 1 小時 淋醬:醬油 香油 黑醋 油潑辣子
腰子舒肥 63度 30分~1小時 加入麻油 加入 鹽[或醬油] 和 米酒 調味 加入老薑切絲爆香 別讓薑絲變色 將舒肥後的腰子切片[及花刀] 林上湯汁
U.S. Food & Drug Administration: Safe Eats – Food Safety for Moms to Be USDA Food Safety and Inspection Service: Safe Minimum Internal Temperature Chart
sudo nano /lib/systemd/system/rc-local.service 底部新增 [Install] WantedBy=multi-user.target Alias=rc-local.service sudo nano /etc/rc.local #!/bin/bash ...欲於開機時執行之命令... sudo chmod 755 /etc/rc.local ...
Postfix sudo hostnamectl set-hostname a1go.ai hostname -f確認 hostname sudo apt install postfix General mail configuration type: Internet Site System mail name: a1go.ai DNS setting: MAIL SETTINGS → Cust ...
Desktop Ver. 設定 sudo nm-connection-editor 「+」 → DSL/PPPoE General → 勾選「Connect automatically with priority」 DSL/PPPoE: Parent Interface: 選擇使用的網路卡 Username: (中華電信:XXXXXXXX@[ip.]hinet.net) Password: ...
安裝:sudo apt install openssh-server 查看 SSH server 狀態:sudo systemctl status ssh 正常執行中會顯示 Active: active (running)
sudo mkdir /mnt/usb 找出 USB 隨身碟的 block device name:lsblk 掛載:sudo mount /dev/sd*1 /mnt/usb 卸載:sudo umount /dev/sd*1
Problem https://leetcode.com/contest/weekly-contest-364/problems/count-valid-paths-in-a-tree/ Notice! The relation of a and b in path(a, b) is not only relation between ancestor and descendant Testcas ...
Problem https://leetcode.com/contest/weekly-contest-365/problems/minimum-size-subarray-in-infinite-array/ Solution: Sliding Window Time Complexity: O(n) Space Complexity: O(1) (The input and output ge ...