上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 24 下一页
摘要: 视频链接:https://www.youtube.com/watch?v=Hej48pi_lOc 数据库建模用的是Sequelize 创建表 CREATE DATABASE notes_app;USE notes_app; CREATE TABLE notes (id integer PRIMARY 阅读全文
posted @ 2023-06-15 01:23 漫漫长路</> 阅读(29) 评论(0) 推荐(0) 编辑
摘要: https://codevoweb.com/solve-to-load-an-es-module-set-type-module-in-the-package-json-or-use-the-mjs-extension/ 解决 – 要加载 ES 模块,请在 package.json 中设置 “typ 阅读全文
posted @ 2023-06-14 23:37 漫漫长路</> 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 原文 https://www.mysqltutorial.org/mysql-nodejs/connect/ let mysql =require('mysql') let connection = mysql.createConnection({ host:'119.91.31.144', use 阅读全文
posted @ 2023-06-13 11:39 漫漫长路</> 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 只用来参考的 app.js const express = require('express'); const morgan = require('morgan'); const tourRouter = require('./routes/tourRoutes'); const userRoute 阅读全文
posted @ 2023-06-12 23:16 漫漫长路</> 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 参考视频:https://www.bilibili.com/video/BV16Y411Q7Vn/?spm_id_from=333.999.0.0&vd_source=f47173c6ece362dfbe9a439ae6addcce 1. 选用Linux系统2.node 测试的包有express k 阅读全文
posted @ 2023-06-08 20:49 漫漫长路</> 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 地址:https://www.codewithharry.com/blogpost/flask-app-deploy-using-gunicorn-nginx/ How to deploy flask app on Ubuntu VPS using Nginx and gunicorn In thi 阅读全文
posted @ 2023-06-07 22:09 漫漫长路</> 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 地址:https://www.codewithharry.com/blogpost/deploy-nodejs-app-on-ubuntu/ How to deploy a Node.js application in production In this post, we will see how 阅读全文
posted @ 2023-06-07 22:08 漫漫长路</> 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 地址:https://www.codewithharry.com/blogpost/install-ubuntu-desktop-vps/ How to install Ubuntu Desktop with Full GUI on an Ubuntu VPS This post will expl 阅读全文
posted @ 2023-06-07 22:05 漫漫长路</> 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 地址:https://www.codewithharry.com/blogpost/django-deploy-nginx-gunicorn/ How to host Django Application using gunicorn & nginx in Production In this po 阅读全文
posted @ 2023-06-07 22:05 漫漫长路</> 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 地址:https://www.codewithharry.com/blogpost/install-phpmyadmin-ubuntu-nginx/ How to install PhpMyAdmin on Ubuntu running Nginx (LEMP stack) In this post 阅读全文
posted @ 2023-06-07 22:03 漫漫长路</> 阅读(2) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 24 下一页