上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页
摘要: Typecho安装教程 安装宝塔 Linux面板7.1.0安装命令: yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh 面板特色功能: 一键配 阅读全文
posted @ 2022-09-05 14:35 少年。 阅读(248) 评论(0) 推荐(0) 编辑
摘要: ### 搭建FTP站点 在windows10中使用**IIS管理器管理控制台** 1.控制面板里面打开**程序**功能里面的启用或关闭Windows程序 ![image-20230721121737173](http://rxzvlzwfh.hn-bkt.clouddn.com/typora/ima 阅读全文
posted @ 2022-09-05 14:05 少年。 阅读(936) 评论(0) 推荐(0) 编辑
摘要: vue中使用Moment日期格式化 moment.js是一个JavaScript 日期处理类库。 由于用ant design日期组件取得的值是moment类型,而往数据库中保存需要的是字符串类型.这里就用到了moment日期转换 Moment.js官网:http://momentjs.cn/ 安装插 阅读全文
posted @ 2022-09-05 13:50 少年。 阅读(2557) 评论(0) 推荐(0) 编辑
摘要: IIS图床搭建 iis安装 1 cmd输入 control 打开控制面板 2 开启Windows功能 3 找到internet信息服务勾选。顺便把FTP服务器也全部勾选 IIS 添加网站 输入名称,选择好物理路径 勾选立即启动网站 HTTP 错误 403.14 - Forbidden 1选择目录浏览 阅读全文
posted @ 2022-08-08 16:15 少年。 阅读(36) 评论(0) 推荐(0) 编辑
摘要: net5配合vue3图片上传 FileSave函数 /// <summary> /// 上传文件 /// </summary> /// <param name="files">文件流</param> /// <returns></returns> [HttpPost] public void Fil 阅读全文
posted @ 2022-02-22 09:24 少年。 阅读(98) 评论(0) 推荐(0) 编辑
摘要: vue3+vite+ts搭建 vite初始化 使用 NPM: npm init @vitejs/app 使用 Yarn: yarn create @vitejs/app 选择模板 选择 vue-ts 或通过附加的命令行选项直接指定项目名和模板 # npm 6.x npm init @vitejs/a 阅读全文
posted @ 2021-11-30 14:47 少年。 阅读(2245) 评论(2) 推荐(1) 编辑
摘要: # 使用unplugin-vue-components 开发应用程序时,我们通常会使用许多第三方组件库。然而,这些组件库通常包含大量的代码,而我们只需要其中的一小部分。这就导致了应用程序的体积变得非常大,加载时间变长。为了解决这个问题,我们可以使用unplugin-vue-components插件来 阅读全文
posted @ 2021-11-29 17:47 少年。 阅读(1501) 评论(0) 推荐(0) 编辑
摘要: vite2 antd按需加载 main.ts import { createApp } from 'vue' import { setupAntd } from './antd-ui' import App from './App.vue' const app = createApp(App) se 阅读全文
posted @ 2021-11-24 11:20 少年。 阅读(1180) 评论(0) 推荐(0) 编辑
摘要: [参考CSDN](https://blog.csdn.net/weixin_44717047/article/details/119846671?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2~ 阅读全文
posted @ 2021-11-24 11:01 少年。 阅读(892) 评论(0) 推荐(0) 编辑
摘要: # wp2vite 一个webpack转换vite2的工具 ### 安装 ``` npm install -g wp2vite or yarn global add wp2vite ``` ### 启动wp2vite 项目目录下启动wp2vite ```js // 执行wp2vite的命令行 wp2 阅读全文
posted @ 2021-11-24 09:56 少年。 阅读(817) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页