个人博客
摘要: import dayjs from 'dayjs';import { nextTick } from 'vue';import { useDictStore } from '/@/store/modules/dict';import { useI18n } from '/@/hooks/web/us 阅读全文
posted @ 2023-08-20 22:59 雪妮123 阅读(33) 评论(0) 推荐(0) 编辑
摘要: import dayjs from 'dayjs'; import { nextTick } from 'vue'; import { useDictStore } from '/@/store/modules/dict'; import { useI18n } from '/@/hooks/web 阅读全文
posted @ 2023-08-18 19:13 雪妮123 阅读(46) 评论(0) 推荐(0) 编辑
摘要: npm官网 https://www.npmjs.com/ 注意:名字不能重复,每次要修改版本号,npm邮箱必须验证,package.json的private为false 登录账号(只用配置一次即可): npm login 检查登录用户:npm who am i 发布代码:npm publish 阅读全文
posted @ 2023-07-24 17:56 雪妮123 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 1、template - index.html - head添加: <script type="text/javascript" src="<%= BASE_URL %>assets/lib/jquery.js"></script> 2、types - j-query.d.ts添加: declare 阅读全文
posted @ 2023-07-24 17:55 雪妮123 阅读(1405) 评论(0) 推荐(0) 编辑
摘要: git config --global user.name "你的名字" git config --global user.email "你的邮箱" 拉取代码的时候,username则是邮箱,密码则是登录密码 git add -A 添加文件到暂存区 git commit -m "xxx" 把暂存区的 阅读全文
posted @ 2023-07-20 09:26 雪妮123 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 项目过大时,使用 increase-memory-limit,增加node服务器内存限制 npm install -g increase-memory-limit 进入工程目录,执行: increase-memory-limit 阅读全文
posted @ 2023-07-20 09:22 雪妮123 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 2018.9 - 2022.6 重庆师范大学 食品质量与安全 主修课程: 食品工艺学、食品营养学、食品原料学、食品化学、食品微生物、食品质量管与控制等 G P A: 3.64(专业前 10%) 荣誉奖项:6次综合奖学金、社团活动先进个人、优秀毕业生 2022 - 4-至今 食品检验员 重庆万标检测技 阅读全文
posted @ 2022-07-04 15:19 雪妮123 阅读(165) 评论(0) 推荐(0) 编辑