自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(231)
  • 收藏
  • 关注

原创 KMP算法、next数组代码 JS

KMP JS

2025-04-03 15:56:19 216

原创 JS 字符串 常用API汇总+注意事项整理

JS 字符串

2025-04-03 14:05:03 711

原创 图论 岛屿问题 ACM 模式 JS

岛屿 js

2025-03-26 16:44:59 687

原创 JS堆的使用(datastructures-js/priority-queue、简单版手写)

堆 js

2025-03-26 10:34:58 203

原创 解决问题`defineProps()` in <script setup> cannot reference locally declared

defineProps

2025-03-17 16:36:23 269

原创 解决git add . + git commit之后文件状态还是M 问题

文件状态M

2025-03-02 14:35:02 313

原创 【解决方法】vite-plugin-svg-icons使用中出现问题[vite] Cannot find package ‘fast-glob‘

解决Cannot find package 'fast-glob'问题

2025-02-19 22:33:54 228

原创 vue-awesome-swiper 露出下一张图片部分+自定义按钮滑动到上一个/下一个slide

swiper

2025-02-19 14:54:11 474

原创 解决vue-awesome-swiper 4.x + swiper 5.x 分页pagination配置不生效问题

vue-awesome-swiper的pagination配置

2025-02-17 14:21:41 946

原创 使用express-generator快速创建express服务+测试api

【代码】使用express-generator快速创建express服务+测试api。

2025-02-16 15:56:26 205

原创 Tailwind4 中 taildwind.config.js 废除后的全局变量修改方法(npx tailwindcss init失效,npm ERR! could not determine ex)

tailwind.config.js废除后如何自定义修改变量

2025-02-16 15:44:01 1574 2

原创 JS 链表

热百链表

2025-02-15 18:27:01 282

原创 git 在当前a分支合并b分支的代码

merge

2025-02-14 10:34:52 160

原创 解决Did not find dashscope_api_key问题——jupyter设置环境变量

需要在Jupyter Notebook的cell中,使用Python的os模块来设置环境变量。jupyter中使用通义千文+langchain 报错。设置好之后就可以调用了。

2025-02-11 15:36:46 438

原创 Anaconda中指定python版本安装langchain

会自动创建一个3.10的python版本的虚拟环境。

2025-02-05 12:08:02 547

原创 在Vue3 + Vite 项目中使用 Tailwind CSS 4.0

解决版本四更新问题

2025-02-04 17:08:41 3152 5

原创 懒加载时报错 Could not find a declaration file for module ... implicitly has an ‘any‘ type.ts(7016)

implicitly has an 'any' type.ts(7016)

2025-01-23 00:06:33 339

原创 snippets router pinia axios mock

vite vue3

2025-01-22 23:18:53 1285

原创 JS (node) 监听输入输出的方法

JS ACM

2025-01-21 11:19:00 319

原创 响应式布局实现(menu + left main + right main)

响应式布局

2025-01-13 11:07:32 627

原创 JS (node) 的 ACM 模式 + debug方法 (01背包为例)

js(node) debug

2025-01-04 16:55:05 1018

原创 禁用div的写法(自定义disabled)Vue3

div disabled

2025-01-03 16:34:19 416

原创 pnpm install太慢,“will retry in 10 seconds“ 解决方案

pnpm install

2025-01-01 15:17:41 1069 1

原创 mongodb(6.0.15)安装注意事项,重装系统后数据恢复

mongodb

2024-12-28 15:04:17 828

原创 VSCode设置(文件图标、空格、代码片段)

vscode

2024-12-28 13:15:12 186

原创 解决 fatal: detected dubious ownership in repository at ‘XXXX‘ 问题

解决 fatal: detected dubious ownership in repository at 'XXXX' 问题

2024-12-24 21:51:09 553

原创 d3节点单击双击事件使用场景&区分方法(mouseup失效+定时器解决)

如题

2024-12-19 15:44:01 276

原创 解决GitHub项目泄露API密钥问题

通义千问API密钥泄露-解决

2024-12-06 15:22:09 770

原创 【问题解决】Github上手动Delete file之后, git remote add+git push出错

Github上手动Delete file之后, git remote add+git push出错问题的解决步骤

2024-11-14 20:08:57 430

原创 通义千问API调用测试 (colab-python,vue)

通义千问

2024-11-10 16:28:30 1384

原创 window中借助nginx配置vite+vue项目的反向代理步骤

window ngins vite vue 反向代理

2024-11-09 17:18:22 1108

原创 vite反向代理时出现的问题

vite反向代理

2024-11-09 03:45:38 546

原创 问题解决:pip install 时Error: Could not find a version that satisfies... + No matching distribution...

pip install 时Error: Could not find a version that satisfies... + No matching distribution...

2024-11-08 18:29:01 339

原创 JS常用数组方法 reduce filter find forEach

reduce filter find forEach

2024-11-07 20:44:23 481

原创 JS实现,防抖&节流 + 闭包

防抖节流

2024-11-07 20:12:16 1049

原创 Vue(JavaScript)读取csv表格并求某一列之和(大浮点数处理: decimal.js)

Vue(JavaScript)读取csv表格并求某一列之和(大浮点数处理: decimal.js)

2024-11-06 02:43:02 1205

原创 vue-router+element-plus实现左边侧边栏+右边内容

vue-router+element-plus实现左边侧边栏+右边内容。点击左边menu的值,右边显示不同内容

2024-11-06 02:01:13 1546

原创 Vue3+axios+Vite配置Proxy代理解决跨域

vite代理跨域代码书写

2024-11-05 19:37:40 1045

原创 Windows系统配置yarn全局变量

Windows系统配置yarn全局变量

2024-10-25 01:02:15 356

原创 【问题解决】pnpm : 无法将“pnpm”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。

解决问题:pnpm : 无法将“pnpm”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。

2024-10-25 00:36:21 2087

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除