注:
不介绍 [Gist] 是什么,只说说使用 Gist 的时候需要注意的地方。
Gist 用于补充说明地图源码(Markdwon 方便书写)
Gist Notes:
| # Percol: https://github.com/mooz/percol | |
| # cd ~/.percol.d && ln -s to/this/file/percolrc rc.py | |
| percol.view.PROMPT = ur"<bold><yellow>QWERY </yellow></bold> %q" | |
| # Emacs like | |
| percol.import_keymap({ | |
| "C-h" : lambda percol: percol.command.delete_backward_char(), | |
| "C-d" : lambda percol: percol.command.delete_forward_char(), | |
| "C-k" : lambda percol: percol.command.kill_end_of_line(), |
| using System; | |
| using System.Collections.Generic; | |
| using System.ComponentModel; | |
| using System.Data; | |
| using System.Drawing; | |
| using System.Text; | |
| using System.Windows.Forms; | |
| using ESRI.ArcGIS.Controls; | |
| using ESRI.ArcGIS.Carto; |