行有餘力 則以學文
我們選擇在這十年內登陸月球並完成其他的事,不是因為他們很簡單,而是因為他們很艱難。~~約翰·甘迺迪
常用資訊速查
(移至...)
emacs初心者必看
emacs中bookmark plus (bookmark+)的使用
▼
2017年10月10日 星期二
git pull --rebase 的前置作業
›
git commit -m "..." #確定 staging area 清空 git log 找出上次 checkout 的版本 git diff 版本號 #確定 diff 的內容可以接受,沒有不需要的檔案、目錄,不然merge會很久 git re...
2017年9月21日 星期四
DOM 文件中節點樹的遍歷 (traverse)
›
參 https://www.codeday.top/2016/11/15/1705.html 上述網頁列出了5種方式。搭配 DOM 的官方文件使用:https://www.w3schools.com/jsref/dom_obj_all.asp
2017年8月27日 星期日
遠端 SSH 連線又要在斷線後保持工作進度的方式 -- screen
›
使用方法可參 使用 Screen 指令操控 UNIX/Linux 終端機的教學與範例 講重點: screen 開新工作 做想做的事 ctrl-A D 暫時離開 screen 重連時下 screen -r 網路不穩被斷線時,screen不會知道,所以重新登入時...
2017年8月19日 星期六
Stanford coreNLP的官方 python 介面-stanza-初探
›
官網 https://github.com/stanfordnlp/stanza 記得先 pip install requests ,安裝必需套件
2017年8月15日 星期二
ubuntu 移動分割(partiton)的方式
›
參 https://help.ubuntu.com/community/MovingLinuxPartition 這是重寫過的版本,用到了安裝光碟。感覺上這個步驟比較保險 Step 1: Booting through Rescue CD Step 2: Create ...
nvidia-docker 初探
›
參 https://hub.docker.com/r/nvidia/cuda/ 原則上需要使用特製的 docker 版本: https://github.com/NVIDIA/nvidia-docker 不過它已經半年沒有動過了… 根據此文:https://githu...
2017年8月7日 星期一
syntaxnet 初探
›
說真的只是要摸個大概水準,不必要真槍實彈的搞,docker 的好現在就讓你知道 參 https://my.oschina.net/dingdayu/blog/1083438 docker run -it tensorflow/syntaxnet bash cd /op...
‹
›
首頁
查看網路版