摘要: composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ 执行后 在安装即可 composer create-project topthink/think tp 阅读全文
posted @ 2024-10-08 13:58 长安626 阅读(6) 评论(0) 推荐(0) 编辑
摘要: WindowStartupLocation="CenterScreen" 添加此段代码即可 阅读全文
posted @ 2024-10-07 16:50 长安626 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 在 Visual Studio Code (VSCode) 中,可以使用 nodemon 来监听代码的变动并自动重启 Node.js 服务器。nodemon 是一个工具,它可以监控文件的变化并在检测到变化时自动重启 Node.js 应用程序。 安装 nodemon 你需要在项目中安装 nodemon 阅读全文
posted @ 2024-09-29 15:42 长安626 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 将 div1 设置为Grid容器,并使用 place-items 属性来居中。 div1 { display: grid; place-items: center; height: 300px; /* 假设的高度 */ } div2 { width: 100px; height: 100px; } 阅读全文
posted @ 2024-09-23 14:57 长安626 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 水豚鼠标助手 用于做屏幕指导比较方便,鼠标换肤,屏幕画笔 https://shuitunapp.com/?from=txc //官网下载 pixpin下载地址 这是一款好用的屏幕截图,贴图,gif制作 小工具 https://pixpinapp.com/ 阅读全文
posted @ 2024-09-12 17:05 长安626 阅读(14) 评论(0) 推荐(0) 编辑
摘要: http://t.csdnimg.cn/18URX 原文链接,这个csdn作者描写的很详细 阅读全文
posted @ 2024-09-12 13:31 长安626 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 安装扩展 npm i vite-plugin-vue-setup-extend 修改配置文件 接下啦就可以直接在标签中写name了 阅读全文
posted @ 2024-09-12 04:22 长安626 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1‌.vscode-icons 区别各个类型文件 2. live server 自动刷新html 插件 3.‌Vetur‌:这是VSCode中最受欢迎的Vue插件之一,提供了语法高亮、智能感知、Emmet、linting/错误检查、格式化、自动补全、调试等功能。它的linting功能可以帮助检查代码 阅读全文
posted @ 2024-09-12 02:37 长安626 阅读(4) 评论(0) 推荐(0) 编辑
摘要: npm error code ECONNRESET npm error syscall read npm error network This is a problem related to network connectivity. npm error network In most cases 阅读全文
posted @ 2024-09-12 02:32 长安626 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 今天准备学习electron时,安装electron总是卡住不动了,看了网上诸多文章后解决了,这是因为安装的镜像地址不对。 解决方法是在项目根目录下新建.npmrc文件,里面写上ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/"。 然后 阅读全文
posted @ 2024-09-10 14:06 长安626 阅读(157) 评论(0) 推荐(0) 编辑