2022年2月24日 星期四

程式:命名規則

  • 駝峰式:Camel Case:單字的首字母大寫
    • Upper camel case(PascalCase): 所有單字的首字母大寫,例如FirstName
    • lower camel case:第一個單字的字母小寫,其餘的字母大寫,例如firstName
  • Snake Case:單字與單字間使用下劃線分隔(像蛇)
    • 例如:first_name
  • kebab Case (spinal-case, Train-Case, Lisp-case), 單字與單字間使用連接符號(烤肉串)
    • 例如: first-name

2022年2月22日 星期二

Web Browsing through terminal

  • Install xterm on remote linux server

    sudo apt-get install w3m w3m-img
    sudo apt-get install xterm
    
  • on local target machine

    ssh -X  user@[ip]  -> linux
    ssh -U  user@[ip]. --> mac
    

How to restore a deleted onenote page

復原不小心誤刪的onenote