就算最快的sd u3也才100mbps,勉強跟機械硬碟一樣快而已啊
不然windows update應該讓你等到花都凋謝
而且就算你用u3卡,也不知道有沒有支援c3卡的讀卡機
owo Owo oWo owO OwO OWO OMO
如果只會 Python 跟一點點 Golang,以後找工作會不會有障礙
電機資工都必修微積分跟高等微積分 線性代數 工程數學
I wanna kill myself, and jump into the hell.
我光 6.0 升級 6.5 就爛掉好幾次了,別和我提 6.7 arrrr
[pan93412@archlinux Channel_Forwarder]$ sudo pacman -Sy lxd
:: 正在同步軟體包資料庫…
^[[A archlinuxcn 已經是最新版本
core 已經是最新版本
extra 已經是最新版本
community 已經是最新版本
multilib 已經是最新版本
錯誤:未找到目標:lxd
你可以從作業系統那層開始自己蓋,就和某知名公司一樣。
.....你要不要先說一下你所謂的「管理介面」是什麼
VMware ESXi, Citrix XenServer, Microsoft Hyper-V
CentOS 7 好像是 2012 還是 2014 出的
我記得我還在用 CentOS 6 的時候就有大新聞了
NetworkManager 換 systemd-networkd
我開始煩惱怎麼令arch不要升級跟gnome有關的包
加一個constriant,保留gnome 3.28
[pan93412@archlinux json-langfile-merge-tool]$ python3 main.py
用法:main.py (原始語言檔案) (翻譯語言檔案) [合併後檔案位置] [--obsolete]
() 代表必須、[] 代表選用
[合併後儲存位置]
翻譯語言檔案與原始語言檔案合併後 JSON 檔案的儲存位置
[--obsolete]
是否檢查與移除翻譯語言檔案中原始語言檔案不存在的字串,
若有指定合併後儲存位置,則也會將處理完成的結果輸出到合併後儲存位置。
好開心 -> 加入 森七七 -> 退出
有事情 -> 加入 森七七 -> 退出
有事情 -> 加入 (預測) 森七七 -> 退出
你會去看 The art of computer programming 這種東西ㄇ
The short version is that --tree-filter checks out each commit into a temporary directory, runs your filter command, and builds a new commit from whatever is now in the temporary directory; while --index-filter copies each commit into the index, runs your filter command, and builds a new commit from whatever is now in the index.
所以我還是不懂 --tree-filter 跟 --index-filter 有什麼使用上的差異
如果我只是想從所有 commit 刪除一個檔案,那我該用什麼指令?
[pan93412@archlinux json-langfile-merge-tool]$ git filter-branch --tree-filter "git rm --cached --ignore-unmatch lang/result.json" -f
Rewrite 8b0ceea49145052e3dcaaa4b1a003f0c65691478 (7/9) (1 seconds passed, remaining 0 predicted) rm 'lang/result.json'
WARNING: Ref 'refs/heads/dev' is unchanged
[pan93412@archlinux json-langfile-merge-tool]$ git filter-branch --index-filter "git rm --cached --ignore-unmatch lang/result.json" -f
Rewrite 8b0ceea49145052e3dcaaa4b1a003f0c65691478 (9/9) (0 seconds passed, remaining 0 predicted) rm 'lang/result.json'
Ref 'refs/heads/dev' was rewritten
SQL 裡面要怎麼存 Object 或 List 之類的東西
不過如果多數情況下真的沒必要把 object 存到 SQL 裡面
要不要考慮重新設計你的 schema
大概是 normalization 沒做好吧我覺得
當然也是有些 scenario 直接把 object 給 serialize 塞進 SQL 比較好
SQL 跟 MongoDB 比
SQL 的好處有啥
ACID (computer science) In computer science, ACID (Atomicity, Consistency, Isolation, Durability) is a set of properties of database transactions intended to guarantee validity even in the event of errors, power failures, etc.
應該是說自從 3.x 換引擎以後就已經是 ACID 了
我覺得
他會不知不覺間順便把整個kernel功能都做進去🌚
欸那他ACID之後 傳統SQL DB還有什麼好處啊
[pan93412@archlinux 桌面]$ python3 owo.py 64
0Ge.6lfd3eo7c7J5KuJP20xIT9ke40#g@EIohIx0t0RVZiSjpSybZsAiljItNTHQ
[pan93412@archlinux 桌面]$ python3 owo.py 64
47P0Aebj!4J0xeX&gPhBrP0F71Nz.#wW8YmLaz5@a#.0PjSU9TtOso3Iq0B6S0BR
沒關係 vim 也有 .swp .swo .swn .swm
真的不喜歡你可以自己 fork 或是把語系改 en_US 啊
不過 Contributor 要我聯絡先前翻譯員 — 就是 plain AppLocale 的開發者
我早就記得他早就不活躍了 — 果不其然,大概兩個月了還是沒有回應
然後 vim 翻譯有點難修,可能就是要開個 transifex 專案了
I don't good at Blender, so I can't translate well. :-/
問問各位最近有在使用 vim 並使用其 正體中文 語系嗎?
"POT-Creation-Date: 2005-01-27 19:00+0800\n"
"PO-Revision-Date: Mon Feb 19 22:49:21 CST 2001\n"
"Last-Translator: Hung-Te Lin <piaip@csie.ntu.edu.tw>\n"
"Language-Team: Hung-Te Lin <piaip@csie.ntu.edu.tw>, Cecil Sheng "
"<b7506022@csie.ntu.edu.tw>\n""
居然是 piaip 翻譯的耶!
為什麼 GraphQL 沒有內建 dephth limit 之類的東西
Oracle vs SQL Server XDDD
No write since last change for buffer %ld
自上一次儲存第 %ld 個緩衝區的變更之後的變更都還沒儲存