会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
PrintY
天再高又如何,踮起脚我就能靠近太阳!
博客园
首页
新随笔
联系
管理
订阅
1
2
3
4
5
···
18
下一页
2025年10月22日
Dify Windows Docker.desktop 部署
摘要: 官方文档:https://www.dify-china.com/account.html 1、环境准备 安装docker.desktop 安装docker-compose 下载dify代码:https://github.com/langgenius/dify 我是直接拉取的main分支代码,tag是
阅读全文
posted @ 2025-10-22 16:05 PrintY
阅读(54)
评论(0)
推荐(0)
2025年10月13日
记录一次 npm audit 修复
摘要: 目前手上的项目是vue2的项目,项目中package很多版本比较旧,所以打算修复下这里面的高危以上的漏洞 1、扫描高危以上的漏洞并生成报告 npm audit --audit-level high --json > audit-high.json 2、报告详解 例如下面这段 "@vue/cli-pl
阅读全文
posted @ 2025-10-13 11:50 PrintY
阅读(20)
评论(0)
推荐(0)
2025年9月5日
MCP + SQL Server 根据输入内容从数据库中查询数据
摘要: 环境 - Windows11 - VsCode 版本: 1.102.3 (user setup) 1、安装插件 目前很多插件都已经支持mcp,但是看了一些教程,目前vscode比较推荐Cline,那就用这个试试。插件市场搜索,看下载量,安装下载量最高的一个。 2、配置MCP 1、MCP Server
阅读全文
posted @ 2025-09-05 14:14 PrintY
阅读(37)
评论(0)
推荐(0)
2025年8月28日
Experience with using Cursor
摘要: 版本: 1.3.9 (user setup) 系统:Windows 11 专业版 官网:https://cursor.com/cn 文档:https://docs.cursor.com/zh/welcome 1、Cursor Setting 1.2 General Manage Account(管理
阅读全文
posted @ 2025-08-28 11:22 PrintY
阅读(40)
评论(0)
推荐(0)
2025年8月18日
Github Dependabot 修复方案记录
摘要: dependabot检测都是packag-lock.json文件,所以以下内容默认都是基于该文件,常规修复方案例如npm audit这种就不赘述了 1、类型1,提示某个package版本低,且是在dependencies下,在lockage-lock.json中未搜索到"node_modules/x
阅读全文
posted @ 2025-08-18 11:33 PrintY
阅读(9)
评论(0)
推荐(0)
2024年12月31日
正则表达式
摘要: 参考链接:https://www.runoob.com/regexp/regexp-syntax.html
阅读全文
posted @ 2024-12-31 15:15 PrintY
阅读(13)
评论(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
阅读(348)
评论(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
阅读(55)
评论(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
阅读(46)
评论(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
阅读(340)
评论(0)
推荐(0)
1
2
3
4
5
···
18
下一页
公告