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
    

如何下載Facebook 相簿跟影片

影片:透過chrome plug-in : Video Downloader for Facebook<sup>TM</sup> 相簿: 透過chrome plug-in : Tampermonkey 搭配script : Facebo...