文章分类 - 工具
摘要:Vite 默认的 JavaScript 转译方式 esbuild Vite 使用 esbuild:Vite 的核心构建工具是 esbuild,它是一个非常快速的现代 JavaScript 编译器。esbuild 支持大部分现代 JavaScript 特性,包括 TypeScript 和 JSX,但它
阅读全文
摘要:https://uniapp.dcloud.net.cn/ 创建项目 https://uniapp.dcloud.net.cn/quickstart-cli.html npx degit dcloudio/uni-preset-vue#vite-ts my-vue3-project创建的项目可以在
阅读全文
摘要:https://tinypng.com/ https://www.iloveimg.com/ https://www.iconfont.cn/
阅读全文
摘要:https://chatgpt.com/ https://poe.com/
阅读全文
摘要:可调试运行 不同 Chrome 窗口 或者 不同 Chrome 窗口里的Tab页,都试试 有一个页面是可以调试的 如果还不能调试,那么就重启 WebStorm ! ./node_modules/vite/bin/vite.js package.json "dev": "vite --mode env
阅读全文
摘要:https://www.cnblogs.com/gudu1/p/7658909.html
阅读全文
摘要:git remote -vgit remote remove origingit remote add origin https://github.com/majianbohz/tomato-survey.gitgit remote -vgit branch -M maingit push -u o
阅读全文
摘要:git remote -vgit remote remove origingit remote add origin https://github.com/majianbohz/tomato.gitgit branch -M maingit push -u origin main
阅读全文
摘要:Win11上 出现问题 UltralSo制作U盘镜像,出现“设备忙,请关闭其他应用程序”的处理办法 一、用管理员方式运行命令行窗口 输入diskpart 和list disk. 发现磁盘1是u盘,输入select disk 1 选中u盘,然后输入clean 清除u盘。插入U盘,格式化。
阅读全文
摘要:yum -y install gcc automake autoconf libtool make
阅读全文
摘要:原文 https://blog.51cto.com/u_11827525/3242289 1、IDEA 版本介绍最近有小伙伴私信我说 IDEA 破解怎么总是失效?难道就没有使用长一点的吗...咳咳,除了给我留言「激活码」外,或许社区版可能完全满足你的需求。相信有挺多小伙伴可能不清楚或者没听过社区版,
阅读全文