JuenTingShie
JuenTingShie
I saw https://github.com/add-ons/translations/wiki/Addons so that I translate. Please have a check, thank you.
i'm sorry for bash users 
您好,先感謝翻譯讓我可以入門Rust! 首先因為學習到 [Reference](http://askeing.github.io/rust-book/references-and-borrowing.html#%E5%B0%8D%E6%9C%89%E6%95%88%E7%AF%84%E5%9C%8D%E7%9A%84%E6%B7%B1%E6%80%9D%EF%BC%88Thinking%20in%20scopes%EF%BC%89#%E5%B0%8D%E6%9C%89%E6%95%88%E7%AF%84%E5%9C%8D%E7%9A%84%E6%B7%B1%E6%80%9D%EF%BC%88Thinking%20in%20scopes%EF%BC%89) 這個章節,發現反思的範例是不會出現錯誤的(在 y 仍在有效範圍時建立 &x),所以去看了原文之後才發現是跟原文範例不一樣的: [此中文翻譯](http://askeing.github.io/rust-book/references-and-borrowing.html#%E5%B0%8D%E6%9C%89%E6%95%88%E7%AF%84%E5%9C%8D%E7%9A%84%E6%B7%B1%E6%80%9D%EF%BC%88Thinking%20in%20scopes%EF%BC%89) ```rust let mut x = 5; let y = &mut x; *y += 1; println!("{}", x); ``` [原文](https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html#mutable-references) ```rust let mut s...
On Windows, the default VPN port (2222) somehow will been used by PID 4 (also known as System) randomly, that cannot be detected that is been using by command `$(ss...