1 2 3 4 5 ··· 18 下一页
摘要: 前言 dotnet8项目接入qwen大模型,这个主要用到了大模型管理工具叫做 ollama 有了它,接入大模型so easy。使用ollama可以接入很多大模型,详见:https://ollama.com/library 环境 vs2022 preview dotent8 Windows 10 企业 阅读全文
posted @ 2024-08-28 14:58 PrintY 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Node Version: 20.11.1 Node.js 是一个基于 Chrome V8 JavaScript 引擎的开源运行环境,用于开发服务器端和网络应用。Node.js 允许开发者使用 JavaScript 编写命令行工具和服务器端的应用程序,并且可以无缝地在从服务器到桌面应用再到移动设备的 阅读全文
posted @ 2024-07-26 10:48 PrintY 阅读(8) 评论(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 阅读(46) 评论(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 阅读(1011) 评论(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 阅读(278) 评论(0) 推荐(0) 编辑
摘要: https://github.com/settings/tokens/new 创建成功以后会生成一个token 复制项目代码https地址 然后修改这个地址,改成带token,如: https://ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx@github. 阅读全文
posted @ 2024-04-02 09:56 PrintY 阅读(34) 评论(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 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/weixin_43992917/article/details/128626184 阅读全文
posted @ 2024-02-26 13:48 PrintY 阅读(161) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 18 下一页