2017年7月27日
摘要: Nodejs项目开机自启动1. 在需要自启动的项目中安装 node-windows 模块 npm install node-windows --save 2. 在项目根目录创建nw.js文件代码截图如下: 代码... 阅读全文
posted @ 2017-07-27 17:30 BurningMyself 阅读(97) 评论(0) 推荐(0)
摘要: Node.js 操作Mongodb1.简介官网英文文档 https://docs.mongodb.com/manual/ 这里几乎什么都有了MongoDB is open... 阅读全文
posted @ 2017-07-27 17:29 BurningMyself 阅读(109) 评论(0) 推荐(0)
摘要: 1AOP1.1 AOP介绍1.1.1 什么是AOPl 在软件业,AOP为Aspect Oriented Programming的缩写,意为:面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一种... 阅读全文
posted @ 2017-07-27 03:01 BurningMyself 阅读(79) 评论(0) 推荐(0)
摘要: 1 spring框架概述1.1 什么是springl Spring是一个开源框架,Spring是于2003 年兴起的一个轻量级的Java 开发框架,由Rod Johnson 在其著作Expert One-On-... 阅读全文
posted @ 2017-07-27 02:36 BurningMyself 阅读(123) 评论(0) 推荐(0)