https://avatars.githubusercontent.com/u/6058558

程式狂想筆記

[Pietty]Vim不能貼上問題&換字體顏色

自重Raspberry Pi 升級後 sudo vim 編輯不能右鍵貼上了 Copy/paste into SSH’d VIM from local (Windows) clipboard - Unix & Linux Stack Exchange 藍色文字看不太到 (技巧分享)更改PieTTY字體顏色.讓眼睛更舒服? - 102-14雲端班 - 老爹隨筆私塾 - 老爹隨筆

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick Start Create a new post 1 $ hexo new "My New Post" More info: Writing Run server 1 $ hexo server More info: Server Generate static files 1 $ hexo generate More info: Generating

SQL子查詢筆記(相關子查詢/非相關子查詢)

之前用子查詢第二層,竟然抓不到外層的欄位
已經找到 終於知道為什麼子查詢沒辦法抓取外面的表 | 程式狂想筆記
有時候跟本不知道為什麼?後來問公司的前軰,他說第二層就抓不到最外一層
但這種強制記這種觀念感覺不是很好,今天 Google 查一下原因
在這邊整理一下 XD

git建立空分支

今天看到git網路上寫的,發現它可以建立新空分支。 因為不常使用,在此筆記XD 1 git checkout --orphan gh-pages //建立一個沒有parent的branch,並移到該branch上 建立自己的GitHub Project Pages | kpman | code 在GIT中创建一个空分支 - Min的专栏 - SegmentFault