- rbd feature
- osd 資料夾權限問題
- ceph 太過複雜
- mount ceph-FS
- ext4 xfs 檔案系統問題
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. 顏色矩 | |
| 2. Tamura 紋理特徵 | |
| 3. GLCM | |
| 4. 形狀特徵 Roberts Sobel Prewitt Canny | |
| 5. Fourier Descriptors | |
| 6. 形狀不變矩 | |
| 7. SIFT SURF | |
| 8. PCA AutoEncoder | |
| 9. model | |
| - LeNet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 9. 築地市場 | |
| 23. 磯丸水產 | |
| 26. 存地圖 | |
| ### backup | |
| 吉祥寺 | |
| 1. 井之頭恩賜公園 | |
| 2. SATOU炸牛肉丸 | |
| 3. 吉祥寺商店街 |
- Agile 學習手冊
- BIGDATA 大數據日知錄 架構與算法
- 程式設計範式與OOP的思考術:冒號老師的十三堂課
- 架構即未來:現代企業可擴展的Web架構、流程和組織
- 在線社交網路分析
- 社群網站的資料探勘
- 行為改變科學的實務設計 活用心理學與行為經濟學
- 高品質程式 軟體測試原則實作與模式
- Google軟體測試之道:進行Google級的軟體測試
- Erlang 程序設計
- Measure time spend on index, flush, refresh, merge, query, etc. (TD - done)
- Take hot threads snapshots under read+write, read-only, write-only (TD - done)
- Adjust refresh time to 10s (from 1s) and see how load changes (TD)
- Measure time of a rolling restart doing
disable_flushanddisable_recovery(TD) - Specify routing on query -- make it choose same node for each shard each time (MD)
- GC new generation size (TD)
- Warmers
- measure before/after of client query time with and without warmers (MD)
#唐人 -> 博多
-
第1経路 唐人町(05:38) 博多(05:50) 0:12 - 0
-
第2経路 唐人町(05:57) 博多(06:09) 0:12 - 0
-
第3経路 唐人町(06:31) 博多(06:42) 0:11 - 0
-
第1経路 唐人町(08:04) 博多(08:17) 0:13 - 0
-
第2経路 唐人町(08:10) 博多(08:23) 0:13 - 0
-
第3経路 唐人町(08:19) 博多(08:32) 0:13 - 0
#博多 -> 唐人 (筑前前原行き)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| register_shutdown_function(function () { | |
| global $argv; | |
| if (isset($argv[1])) { | |
| $argv[1]++; | |
| } else { | |
| $argv[1] = 0 ; | |
| } |
| 更新: | 2014-05-14 |
|---|---|
| バージョン: | 0.0.12 |
| 作者: | @voluntas |
| URL: | http://voluntas.github.io/ |
とても詳しいまとめがありますので、ますはそちらを見ることをオススメします。
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
NewerOlder