官方离线安装包,测试可用。使用rpm -ivh [rpm完整包名] 进行安装
2022-01-03 13:01:44 9KB rpm
前端利用vue框架,后台接口用的是nodeJS,数据库采用mysql,图片上传到阿里云,实现的功能包括购物车,首页banner轮播图,订单,商品详情,商品收藏,个人中心头像等信息的修改,商品结算等功能。
2022-01-03 10:21:46 60.94MB nodeJs javacsript mysql vue
1
Kubernetes上的Mongo 这是一个Kubernetes配置项目,用于部署和运行MongoDB和Mongo Express实例。 先决条件 安装kubectl命令行并使用集群进行配置 入门 1-配置mongo root用户名/密码 修改文件deploy / mongo / secrets.yaml并定义您的用户名和密码。 这些值必须是base64编码的。 您可以使用以下命令对值进行base64编码。 $ echo -n 'YOUR_VALUE' | base64 当前配置的用户名:mongo 当前配置的密码:mongo 2-在集群上创建mongo secret 配置为Opaque类型的Mongo秘密配置文件,其中包含mongo-root-username和mongo-root-password kubectl apply -f deploy/mongo/secrets.y
2022-01-03 02:06:01 4KB
1
NodeJS开发实战,后台实现注册、登录、数据验证、数据库连接、生成并验证Token代码实现
2022-01-02 15:04:06 12KB nodejs
1
nodejs短信接口开发_nodejs发送短信验证码通知_nodejs短信demo示例.docx
2021-12-30 22:03:01 17KB nodejs短信开发 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
前一级分离示例 使用一个快递公司提供的api供前端调用,前端ajax请求进行对数据库的CURD操作。 前言 在学习前端开发的过程中了解到前分离的这个概念尝试前逐步因此决定小试身手,项目中主要使用到的框架和库。 vuejs vue-router muse-ui axios express猫鼬mongodb ...... 效果图 首页添加电影更新电影信息展示电影详情删除电影 开发环境 需要本地安装 , 或 , 初始化 首先用vue-cli初始化项目目录 vue init webpack my-project cd my-rpoject && npm install npm run dev 看到
2021-12-30 00:57:24 3MB express mongodb vuejs2 MongoDBJavaScript
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
开式电子 这是如何将与electronic一起使用来构建跨平台桌面应用程序的示例。 请注意,还有一个附加的npm脚本可为电子程序重建软件包,从安装脚本中调用该脚本: "electron-rebuild": "electron-rebuild -w opencv4nodejs" 纯js 此示例说明如何在没有任何捆绑程序的情况下将opencv4nodejs与电子和纯HTML + Javascript一起使用。 运行此示例: 设置opencv4nodejs,电子并为电子重建模块: npm install 跑: npm start webpack-reactjs 此示例显示了如何将open
2021-12-29 10:28:48 1.16MB electron react nodejs javascript
1
node-parse-csv-example 使用csvjson在NodeJs中解析CSV 如何运行: 克隆此存储库 将目录(cd)更改为终端应用程序中的克隆目录 运行npm install 运行npm start 服务器将在端口3000上侦听。使用端点/import来请求form-data 。
2021-12-28 20:55:57 20KB JavaScript
1