Nodejs_CMS_Tutorial:使用Nodejs,Express和Mongoose的内容管理系统
2022-12-03 20:57:35 3.23MB 系统开源
1
PCIe3.0协议规范原文件
2022-12-02 21:03:33 4.45MB PCIe3.0
1
'We have always recommended these books to our customers and even our own engineers for developing a better understanding of technologies and specifications. We find the latest PCI Express book from MindShare to have the same content and high quality as all the others.' --Nader Saleh, CEO/President, Catalyst Enterprises, Inc. PCI Express is the third-generation Peripheral Component Inter-connect technology for a wide range of systems and peripheral devices. Incorporating recent advances in high-speed, point-to-point interconnect
2022-12-01 10:14:03 5.74MB Linux PCIE
1
基本介绍 首先从一个重要的概念“模板”说起。 广义上来说,web中的模板就是填充数据后可以生成文件的页面。 严格意义上来说,应该是模板引擎利用特定格式的文件和所提供的数据编译生成页面。模板大致分为前端模板(如ejs)和后端模板(如freemarker)分别在浏览器端和服务器端编译。 由于当场有一部分同学对node.js并不是很了解,这里补充一下node.js的相关知识。官网上的给他的定义事件驱动、异步什么的就不说了。这里借用朴灵书上的一张图来解释一下node.js这个玩意的结构。如果懂java的同学可以将其理解为js版本的jvm。 浏览器一般包括渲染器和js脚本引擎,以chrome浏览器为
2022-12-01 09:29:17 1.04MB js od superagent
1
NVM Express and the PCI Express* SSD RevolutionSSDS003Danny Cobb, CTO Flash Memory Business Unit, EMC Amber Huffman, Sr. Principal Engineer, Intel2Agenda• NVM Express (NVMe) Overview• New NVMe Features in Enterprise & Client• Driver Ecosystem for NVMe• NVMe Interoperability and Plugfest Plans• EMC’s Perspective: NVMe Use Cases and Proof PointsThe PDF for this Session presentation is available from our Technical Session Catalog at the end of the day at:intel.com/go/idfsessions URL is on to
2022-11-30 19:36:00 2.14MB Papers Specs Decks Manuals
1
介绍固态硬盘的架构及pcie接口的一本书。 对于ssd的了解有帮助
2022-11-30 19:35:51 1.12MB pcie ssd
1
COM Express Module Base Specification COM Express Module Base Specification COM Express Module Base Specification COM Express Module Base Specification
2022-11-29 11:04:24 2.91MB COMExpress
1
Maildev:用于在开发过程中测试电子邮件的SMTP服务器和Web界面MailDev MailDev是一种易于使用的Web界面,可在开发过程中测试项目生成的电子邮件,该简便易用的Web界面运行在基于Node.js的计算机上。 安装并运行$ npm install -g maildev $ maildev如果要将MailDev与Docker一起使用,可以在Docker Hub上使用maildev / maildev映像。 有关使用Docker的指南,请查阅文档。 $ docker run -p 1080:1080 -p 1025:1025 maildev / maildev为了方便与Grunt一起使用,请尝试使用grunt-maildev。 用法Usag
2022-11-26 10:22:14 2.05MB Node.js Testing
1
#fedex 安装 npm install fedex 用法 var fedexAPI = require ( 'fedex' ) ; var fedex = new fedexAPI ( { environment : 'sandbox' , // or live debug : true , key : 'KEY' , password : 'DEVPASSWORD' , account_number : 'ACCOUNT#' , meter_number : 'METER#' , imperial : true // set to false for metric } ) ; 有关工作示例,请参见example/index.js 。
2022-11-22 21:52:06 7.66MB JavaScript
1
从node_modules中删除不必要的文件
2022-11-22 13:21:28 5KB Node.js开发-其它杂项
1