会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
PrintY
天再高又如何,踮起脚我就能靠近太阳!
博客园
首页
新随笔
联系
管理
订阅
2024年12月31日
正则表达式
摘要: 参考链接:https://www.runoob.com/regexp/regexp-syntax.html
阅读全文
posted @ 2024-12-31 15:15 PrintY
阅读(6)
评论(0)
推荐(0)
2024年8月28日
.NET8 qwen2大语言模型
摘要: 前言 dotnet8项目接入qwen大模型,这个主要用到了大模型管理工具叫做 ollama 有了它,接入大模型so easy。使用ollama可以接入很多大模型,详见:https://ollama.com/library 环境 vs2022 preview dotent8 Windows 10 企业
阅读全文
posted @ 2024-08-28 14:58 PrintY
阅读(302)
评论(0)
推荐(0)
2024年7月26日
NodeJs 学习笔记
摘要: Node Version: 20.11.1 Node.js 是一个基于 Chrome V8 JavaScript 引擎的开源运行环境,用于开发服务器端和网络应用。Node.js 允许开发者使用 JavaScript 编写命令行工具和服务器端的应用程序,并且可以无缝地在从服务器到桌面应用再到移动设备的
阅读全文
posted @ 2024-07-26 10:48 PrintY
阅读(31)
评论(0)
推荐(0)
2024年7月22日
NestJS 学习笔记
摘要: 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
阅读(24)
评论(0)
推荐(0)
2024年5月14日
Rancher Desktop
摘要: 参考: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
阅读(237)
评论(0)
推荐(0)
2024年5月10日
Microsoft Visual Studio Tips
摘要: 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
阅读(17)
评论(0)
推荐(0)
2024年4月28日
docker 安装 Oracle_12c
摘要: 最近做一个功能,需要连接: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
阅读(2950)
评论(0)
推荐(0)
2024年4月10日
VS Code 中设置 Markdown 粘贴图片的位置
摘要: 1. 在VS Code中,按下Ctrl + ,,打开设置界面。 2. 在搜索框中输入markdown.copy, 找到Markdown> Copy Files:Destination 3. 新增配置项 key 为 "**/*.md" , value 为 你的目标路径。比如我想将图片放在 assets
阅读全文
posted @ 2024-04-10 10:29 PrintY
阅读(957)
评论(1)
推荐(0)
2024年4月2日
GitHub生成带token的项目代码链接地址
摘要: https://github.com/settings/tokens/new 创建成功以后会生成一个token 复制项目代码https地址 然后修改这个地址,改成带token,如: https://ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx@github.
阅读全文
posted @ 2024-04-02 09:56 PrintY
阅读(139)
评论(0)
推荐(0)
2024年3月9日
GitHub发布uni-app报错 [plugin:commonjs--resolver] Package subpath './dist/vuex.esm-bundler.js' is not defined by "exports" in node_modules/vuex/package.json
摘要: 发布环境 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
阅读(918)
评论(0)
推荐(1)
下一页
公告