上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 24 下一页
摘要: 原文:https://www.codewithharry.com/blogpost/setup-ubuntu-20-04-server/ Setting Up an Ubuntu 20.04 server for deployment When you first create a server f 阅读全文
posted @ 2023-06-06 19:12 漫漫长路</> 阅读(3) 评论(0) 推荐(0) 编辑
摘要: typescript+vue3 function flattenTree(tree:any, result:any) { tree.forEach((node:any) => { result.push({ id: node.id, cat_name: node.cat_name, cat_name 阅读全文
posted @ 2023-06-05 11:36 漫漫长路</> 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 教程视频地址 https://www.youtube.com/watch?v=hYaCCpvjsEY 1. 下载Oracle VM virtualBox https://www.virtualbox.org/wiki/Downloads 2.下载Linux,我用的是ubuntu版本22.01.2 h 阅读全文
posted @ 2023-06-05 01:18 漫漫长路</> 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 1. 选用Linux系统2.node 测试的包有express knex3. Linux 安装 nodejs 环境 https://github.com/nodesource/distributions4. Linux 系统权限(sudo) npm 安装 pm25. 用 pm2 启动后端服务 示例: 阅读全文
posted @ 2023-06-04 23:31 漫漫长路</> 阅读(96) 评论(0) 推荐(0) 编辑
摘要: https://www.programiz.com/javascript/online-compiler/?ref=f8e51c16 使用递归 例子:数的阶乘 // program to find the factorial of a number function factorial(x) { / 阅读全文
posted @ 2023-06-01 16:10 漫漫长路</> 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Javascript闭包 Javascript原型 JavaScript递归 Javascript中的装饰器 如何Curry函数 浅拷贝和深拷贝 什么是纯函数? 解析Javascript IIFE函数表达式 变量,函数和Javascript箭头函数提升 为什么选择组合而不是继承 管道函数和组合函数| 阅读全文
posted @ 2023-05-13 01:54 漫漫长路</> 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/hechunfeng/p/17308654.html 这个是安装数据库 1.我们先建一个表和插入一下字段,这些都是自己弄的 2. 安装 npm install mysql const {createPool} =require('mysql'); co 阅读全文
posted @ 2023-04-12 10:53 漫漫长路</> 阅读(41) 评论(0) 推荐(0) 编辑
摘要: mysql下载地址 https://dev.mysql.com/downloads/installer/ 第一步,安装自定义 2. 添加这三个产品 3. 下一步 4. 默认端口 3306,如果被占用了就自己改下 5. 强密码认证 6,添加密码和用户,密码12345678 7. window服务 8. 阅读全文
posted @ 2023-04-12 09:18 漫漫长路</> 阅读(38) 评论(0) 推荐(0) 编辑
摘要: nodejs 生态 2023 https://www.51cto.com/article/762446.html post const http = require('http') const server = http.createServer((req,res)=>{ if(req.method 阅读全文
posted @ 2023-04-08 14:18 漫漫长路</> 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-04-04 00:59 漫漫长路</> 阅读(19) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 24 下一页