摘要: 系统环境:阿里云服务器 CentOS Linux release 7.9.2009 (Core) 1、Docker安装 1.1 查看系统版本+系统内核版本 cat /etc/centos-releaseuname -a 1.2 安装yum sudo yum install -y yum-utils 阅读全文
posted @ 2022-03-18 18:48 PrintY 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Node.js 是一个基于 Chrome V8 JavaScript 引擎的开源运行环境,用于开发服务器端和网络应用。Node.js 允许开发者使用 JavaScript 编写命令行工具和服务器端的应用程序,并且可以无缝地在从服务器到桌面应用再到移动设备的各种环境中运行。 1、Node.js 的核心 阅读全文
posted @ 2024-07-26 10:48 PrintY 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Official websie:https://docs.nestjs.com/ node version: 20.11.1 nestjs version: 10.0.0 1、创建项目 # 安装脚手架 npm i -g @nestjs/cli # 创建项目 nest new project-name 阅读全文
posted @ 2024-07-22 10:57 PrintY 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/shanyou/p/15759035.html official website:https://docs.rancherdesktop.io/getting-started/installation/ 1、prepare WSL 我本机安装过D 阅读全文
posted @ 2024-05-14 16:07 PrintY 阅读(18) 评论(0) 推荐(0) 编辑
摘要: Microsoft Visual Studio Community 2022 (64-bit) - Preview Version 17.10.0 Preview 7.0 1、打开文件,资源文件夹默认追踪 2、设置编辑器文字大小 顺便说下 Cascadia Mono 字体太香了,谁用谁知道。 3、调 阅读全文
posted @ 2024-05-10 18:11 PrintY 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 最近做一个功能,需要连接:mysql、mssql、oracle,开发语言是nodejs,框架是nestjs框架,orm使用的typeorm,package包括: "oracledb": "^6.4.0" "mssql": "^10.0.2" "mysql2": "^3.9.7" 公司没有mysql及 阅读全文
posted @ 2024-04-28 15:13 PrintY 阅读(660) 评论(0) 推荐(0) 编辑
摘要: 1. 在VS Code中,按下Ctrl + ,,打开设置界面。 2. 在搜索框中输入markdown.copy, 找到Markdown> Copy Files:Destination 3. 新增配置项 key 为 "**/*.md" , value 为 你的目标路径。比如我想将图片放在 assets 阅读全文
posted @ 2024-04-10 10:29 PrintY 阅读(158) 评论(0) 推荐(0) 编辑
摘要: https://github.com/settings/tokens/new 创建成功以后会生成一个token 复制项目代码https地址 然后修改这个地址,改成带token,如: https://ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx@github. 阅读全文
posted @ 2024-04-02 09:56 PrintY 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 发布环境 nodejs20.x uni-app vue3 错误描述 [plugin:commonjs--resolver] Package subpath './dist/vuex.esm-bundler.js' is not defined by "exports" in /home/runner 阅读全文
posted @ 2024-03-09 08:31 PrintY 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/weixin_43992917/article/details/128626184 阅读全文
posted @ 2024-02-26 13:48 PrintY 阅读(157) 评论(0) 推荐(0) 编辑
摘要: DNS解析将域名指向IP地址,是互联网中的一项重要服务。而由于业务场景不同,在设置DNS解析时,需要选择不同的记录类型。网站管理人员需要准确了解每一种DNS记录类型所代表的含义和用途,才能满足不同场景的解析需求。本文中科三方简单介绍下常用的几种DNS记录类型。 1.A记录 A记录是最常见和最常用的一 阅读全文
posted @ 2024-02-18 21:05 PrintY 阅读(145) 评论(0) 推荐(0) 编辑