Skip to content

Instantly share code, notes, and snippets.

@jmaxhu
Last active April 5, 2016 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmaxhu/278a257a28079342ccf45251764903e5 to your computer and use it in GitHub Desktop.
Save jmaxhu/278a257a28079342ccf45251764903e5 to your computer and use it in GitHub Desktop.
框架和库

#后台

  1. 数据库: postgresql, postgis,npgsql
  2. orm工具: servicestack.ormlite, Dapper
  3. web服务:servicestack
  4. Ioc, Logging, Cache: servicestack Funq,Redis,Memcached
  5. Error Logging: elmah
  6. 调试,性能监控: Glimpse
  7. 完整框架: ASP.NET Boilerplate, Nancy

#前台

  1. 前端UI框架:Bootstrap
  2. 基础库: jquery, jquery validate
  3. 表格: bootstraptable
  4. 表单控件: bootstrap DateTime Picker, Date Range Picker, Color Picker, Time Picker, ICheck, InputMask
  5. 树控件: ztree
  6. 文件上传: plupload, web uploader
  7. 播放插件: jqplayer
  8. 编辑器: kindeditor
  9. 图表: echart
  10. 后台模板:AdminLTE, Materialize

#其它 坐标字段相关功能改进,Npgsql3.1.0开始直接支持PostGis的PostgisGemotry相关类型,可下载支持该功能的Servicestack.Ormlite.PostgreSql。 另外还有方便坐标字段Json格式转换的库GeoJSON

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment