会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yansans
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
42
下一页
2025年1月13日
前后端联调
摘要: 前端8080,后端8081 import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframew
阅读全文
posted @ 2025-01-13 21:23 椰子灰
阅读(11)
评论(0)
推荐(0)
2025年1月9日
富文本编辑器-WangEditor
摘要: vue2 + WangEditor 引入WangEditor npm install wangeditor --save 富文本编辑器组件:WangEditor.vue <template> <!-- 富文本编辑器组件 --> <div> <div ref="editor" style="text-
阅读全文
posted @ 2025-01-09 16:11 椰子灰
阅读(59)
评论(0)
推荐(0)
2024年9月16日
再vue中使用Vuetify 创建app项目
摘要: vue:2 Vuetify :2 与vue创建普通项目相同:https://www.cnblogs.com/yansans/p/18342267 vscode打开项目,在项目终端中运行 vue add vuetify@2 之后会出现,选择默认即可(回车) 几个选项的解释: 1. Vuetify 2
阅读全文
posted @ 2024-09-16 09:02 椰子灰
阅读(197)
评论(0)
推荐(0)
2024年9月13日
error:0308010C:digital envelope routines::unsupported
摘要: 参考—— https://www.jb51.net/javascript/315177xde.htm 报错信息———— 10% building 2/2 modules 0 active(node:5732) [DEP0111] DeprecationWarning: Access to proce
阅读全文
posted @ 2024-09-13 09:40 椰子灰
阅读(282)
评论(0)
推荐(0)
2024年9月5日
前后端分离:前端接收后端数据(前端版)
摘要: 后端端口号8081,前端端口号8080 操作均在前端进行 通过axios接收 npm install axios 代码(不跨域时直接使用),写在script的methods中 getAllPeoples(){ axios.get('http://localhost:8081/').then( Res
阅读全文
posted @ 2024-09-05 17:20 椰子灰
阅读(95)
评论(0)
推荐(0)
2024年9月4日
vue router路径重复时报错
摘要: 参考—— https://blog.csdn.net/zz00008888/article/details/119566375 报错: Avoided redundant navigation to current location: "/Eee". NavigationDuplicated: Av
阅读全文
posted @ 2024-09-04 15:50 椰子灰
阅读(114)
评论(0)
推荐(0)
2024年8月25日
idea控制vue项目启动(前后端分离中的前端)(自用
摘要: Edit Control…… npm 选中vue的package.json(后端注意设置端口为8080之外的) scripts选serve 启动时不要使用debug模式
阅读全文
posted @ 2024-08-25 17:35 椰子灰
阅读(80)
评论(0)
推荐(0)
idea创建spring boot项目慢()
摘要: 将server url改成 https://start.aliyun.com 改了阿里镜像,后来看到说改这里也能块点 怎么说呢……快,又好像没快,如快() 就离谱 源地址 https://start.spring.io
阅读全文
posted @ 2024-08-25 16:51 椰子灰
阅读(44)
评论(0)
推荐(0)
2024年8月22日
简单记通过vite创建vue3项目
摘要: 创建 npm init vite-app 项目名 创建好后cd进入项目 下载相关内容 npm i 创建完成后预览内容 npm run dev 只做个笔记,目前不推荐使用(未大范围应用)
阅读全文
posted @ 2024-08-22 21:11 椰子灰
阅读(32)
评论(0)
推荐(0)
2024年8月13日
vue脚手架报错error 'SchoolName' is not defined no-undef(关闭语法检测)
摘要: 将组件命名更改位两个英文单词并采用大驼峰(不过我改后还在运行不了。。。 或者在vue.config.js中添加 lintOnSave: false,
阅读全文
posted @ 2024-08-13 16:14 椰子灰
阅读(60)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
42
下一页
公告