2019年7月31日星期三

Using lftp with sftp

Using lftp with sftp
mget命令, ftp命令详解
lftp之mirror功能

  • Basic usage is:
    • lftp sftp://[domain name]
    • lftp sftp://theURL.org
  • For a different user name than the one you are currently using
    • lftp sftp://[user name]@[domain name]
    • lftp sftp://userName@theURL.org
  • for a different port and different user name
    • lftp sftp://[user name]@[domain name]:[port number]
    • lftp sftp://userName@theURL.org:8002

2019年7月20日星期六

vim常用插件

  • vim-plug Vim的插件管理器,支持并发安装和更新
  • NERDTree Vim中的文件管理器,方便编辑文件,创建目录,删除和修改文件等等……
  • NERDTreeCommenter 方便的用来注释代码的插件
  • AutoPairs 自动补全括号的插件,包括小括号,中括号,以及花括号,可以提升编码效率
  • Surround 快速给词加环绕符号,例如单引号/双引号/括号/成对标签等的插件
  • Vim-Airline Vim状态栏插件,包括显示行号,列号,文件类型,文件名,以及Git状态
  • EasyMotion 在当前文件中快速移动光标到指定查找位置的插件,十分方便和高效
  • oceanic-next
  • onedark.vim
  • ultisnips
  • vim-snippets
  • Vim-Auto-pairs总结 

键盘映射

how-do-i-remap-a-key-in-macos-sierra-e-g-right-alt-to-right-control

osx Karabiner-Elements

changing-right-hand-command-alt-key-order-to-be-like-a-windows-keyboard

Remapping Keys in macOS 10.12 Sierra

window:KeyTweak



2019年7月12日星期五

2019年7月10日星期三

qgis或者postgis中合并相邻多边形

merging-adjacent-polygons-in-shapefile
上面的方法,
使用postgis,
将三角网合并成一个面,
再导入到qgis中,
在qgis中,将面转换为线,再转换为点。
但是,生成的点,有很多距离非常近的点。
需要研究一下,问题出在哪儿。

QGIS Enhancement: Unstructured Mesh Layer


https://postgis.net/workshops/postgis-intro/geometry_returning.html

arcgis merging-features-in-the-same-layer