Node-Webkit 应用 editor.md.app
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://git.oschina.net/llxwj/editor.md.app
- 软件文档: http://git.oschina.net/llxwj/editor.md.app
软件介绍
本软件是基于开源项目 editor.md,用 nwjs (node-webkit) 封装而来,是为了离线应用。之前我用 Gtk3 实现过GtkMarkdown 的编辑软件,在实现的过程中颇费周折,发现用纯 C 实现的 GtkMarkdown 编辑效率确没有 JavaScript 实现的效率高,这其中的主要原因是我不会优化提高软件运行效率或对所用的开源框架没有深入掌握导致的,但是用合适的工具做合适的事是非常重要的。
除了 editor.md 支持的所有功能外,我添加了打开本地文档,保存文档到本地和拖曳打开本地文档这三个功能,主要是单文档编辑。暂时不支持多文档编辑,据 editor.md 的作者所说,将来会支持 Tab,这样就能支持多文档编辑了。
C# Primer Plus
Klaus Michelsen / Sams / 2001-12-15 / USD 49.99
C# Primer Plus is a tutorial based introduction to the C# language and important parts of the .Net Framework. Throughout the book the reader will be exposed to proven principles enabling him to write ......一起来看看 《C# Primer Plus》 这本书的介绍吧!
