开源Markdown编辑器 Moeditor
- 授权协议: GPL
- 开发语言: JavaScript
- 操作系统: 未知
- 软件首页: https://github.com/Moeditor/Moeditor
- 软件文档: https://github.com/Moeditor/Moeditor/blob/master/README.md
- 官方下载: https://github.com/Moeditor/Moeditor.git
软件介绍
Moeditor是一款开源的markdown编辑器。小清新风格,支持所有基础功能。
下载地址:Download here
构建:
npm install npm start
在中国,你可能需要使用CNPM更换NPM来获得更高的下载速度。
npm install cnpm -g --registry=https://registry.npm.taobao.org cnpm install cnpm start
jQuery 技术内幕
高云 / 机械工业出版社 / 2014-1-1 / 99元
本书首先通过“总体架构”梳理了各个模块的分类、功能和依赖关系,让大家对jQuery的工作原理有大致的印象;进而通过“构造 jQuery 对象”章节分析了构造函数 jQuery() 的各种用法和内部构造过程;接着详细分析了底层支持模块的源码实现,包括:选择器 Sizzle、异步队列 Deferred、数据缓存 Data、队列 Queue、浏览器功能测试 Support;最后详细分析了功能模块的源码实......一起来看看 《jQuery 技术内幕》 这本书的介绍吧!
