摘要: Some people always write return next() is to ensure that the execution stops after triggering the callback. If you don't do it, you risk triggering th 阅读全文
posted @ 2017-04-20 19:30 沧海一滴 阅读(247) 评论(0) 推荐(0)
摘要: i have found from the document, and seems that spring-boot only support tomcat-jdbc,HikariCP and DBCP connection pool, if i want to use druid(https:// 阅读全文
posted @ 2017-04-20 16:41 沧海一滴 阅读(710) 评论(0) 推荐(0)
摘要: 安装 假设您已经安装了 Node.js,创建目录以保存应用程序,并将其设置为工作目录。$ mkdir myapp$ cd myapp使用 npm init 命令为应用程序创建 package.json 文件。 有关 package.json 工作方式的更多信息,请参阅 Specifics of np 阅读全文
posted @ 2017-04-20 16:29 沧海一滴 阅读(505) 评论(0) 推荐(0)