官方离线安装包,测试可用。使用rpm -ivh [rpm完整包名] 进行安装
2022-01-03 13:01:58 33KB rpm
原文链接:https://blog.csdn.net/m0_37814112/article/details/122170537 说明:上述资源包括部署清单文件、镜像文件、告警规则文件
2021-12-31 17:01:02 72.83MB node-exporter prometheus alert
jsterm jsterm是由Node.js和xterm.js组成的终端模拟器。 要求 文献资料 入门 使用npm安装jsterm: $ npm install jsterm 您现在可以像这样使用jsterm: let Terminal = require ( 'jsterm' ) let term = new Terminal ( 1337 ) // localhost:1337 - Default shell term . add ( 'cmd.exe' ) // localhost:1337/cmd.exe term . add ( 'bash.exe' ) // localhost:1337/bash.exe term . add ( 'node.exe' ) // localhost:1337/node.exe term . listen ( ) console .
2021-12-31 15:11:40 41KB JavaScript
1
nodejs短信接口开发_nodejs发送短信验证码通知_nodejs短信demo示例.docx
2021-12-30 22:03:01 17KB nodejs短信开发 node短信
1
目前nodejs调用c++主流的有两种方法,分别是addons和ffi addons是nodejs官方的c++扩展实现方案,但是由于需要使用模版,并且要对v8引擎有一定的了解,入门门槛较高。 ffi是nodejs直接调用so库的一种实现,可以调用纯c的接口。 要想node.js调用C++的函数等,须先将C++代码编译成二进制的.node文件。node.js官方文档https://nodejs.org/dist/latest-v8.x/docs/api/addons.html中的C++ addons介绍了如何将C++的代码编译为二进制的.node文件。 一、步骤: 1.首先在项目目录进行np
2021-12-30 19:46:12 93KB c++ js node
1
node.zipjkhhkjhkhkj
2021-12-30 14:03:49 17KB node
1
node-v12.14.0-x64
2021-12-30 10:02:28 17.35MB node
1
闲谈现场 这是一个基于Node.js,Express和MongoDB的简单网站。 它主要用作示例站点,以了解Express框架如何在后端工作。 它包括使用PassportJS进行身份验证的注册/登录。 所有用户凭证,聊天和会话将存储在本地mongoDB数据库中。 聊天室的大多数前端设计(css和jquery)已从使用或修改 应用演练 亮点 使用passwordJS本地策略进行登录/注册和身份验证。 在MongoDB数据库上存储用户,会话和过去的聊天室。 使用SOCKET.IO的实时聊天室,通过身份验证的用户可以实时相互聊天。 同样,加载过去的聊天记录,保存在数据库中。 使用EJS作为前端模板 安装 克隆此存储库并运行npm install 然后运行'npm run dev' 在网站上访问localhost:4000并进行探索。 Docker指南 如果您的计算机中安装了Docker
2021-12-30 01:58:14 60KB JavaScript
1
Beginning Node.js is your step-by-step guide to learning all the aspects of creating maintainable Node.js applications. You will see how Node.js is focused on creating high-performing, highly-scalable websites, and how easy it is to get started. Many front-end devs regularly work with HTML, CSS, PHP, even WordPress, but haven't yet got started with Node.js. This book explains everything for you from a beginner level, enabling you to start using Node.js in your projects right away. Using this book you will learn important Node.js concepts for server-side programming. You will begin with an easy-to-follow pure JavaScript primer, which you can skip if you're confident of your JS skills. You'll then delve into Node.js concepts such as streams and events, and the technology involved in building full-stack Node.js applications. You'll also learn how to test your Node.js code, and deploy your Node.js applications on the internet. Node.js is a great and simple platform to work with. It is lightweight, easy to deploy and manage. You will see how using Node.js can be a fun and rewarding experience - start today with Beginning Node.js. What you’ll learn • Learn how JavaScript can help you be highly productive as a full-stack developer • How to set up an end to end Node.js development environment • Learn how to create reusable and maintainable Node.js modules • Patterns for sharing code between the server and the client • Create Node.js restful web services and websites • Store and retrieve your data using Document Databases • How to test your Node.js applications • How to deploy your applications on the internet Who this book is for Beginning Node.js is great for front-end developers looking to use Node.js in their websites. If you understand the basics of programming this book will teach you how you can leverage JavaScript to create full stack web-apps using Node.js. Node.js allows you to write code that runs both on the client and server. This allows you to reuse more code and deliver applications faster. From this book you will learn how to write maintainable server-side JavaScript using Node.js, how to test your code and deploy it on the internet. Table of Contents Chapter 1: Setting up for Node.js Development Chapter 2: Understanding Node.js Chapter 3: Core Node.js Chapter 4: Node.js Packages Chapter 5: Events and Streams Chapter 6: Getting Started with HTTP Chapter 7: Introducing Express Chapter 8: Persisting Data Chapter 9: Front-End Basics Chapter 10: Simplifying Callbacks Chapter 11: Debugging Chapter 12: Testing Chapter 13: Deployment and Scalability
2021-12-29 22:34:00 6.94MB node nodejs javascript
1
网络快照 该模块实现了版本1、2c和3。 用其他语言阅读:,。 该模块是使用: npm install net-snmp 它是使用require()函数加载的: var snmp = require ( "net-snmp" ) ; 快速开始 然后可以创建到远程主机的会话,并将其用于执行SNMP请求并发送SNMP陷阱或通知: var session = snmp . createSession ( "127.0.0.1" , "public" ) ; var oids = [ "1.3.6.1.2.1.1.5.0" , "1.3.6.1.2.1.1.6.0" ] ; session . get ( oids , function ( error , varbinds ) { if ( error ) { console . error ( error )
2021-12-29 22:33:43 371KB JavaScript
1