流浪のwolf

卷帝

导航

上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 73 下一页

2023年3月20日

element的upload 图片上传主函数

摘要: /** 图片上传 */ async UploadImage (event, file, filelist) { // 清空坐标 this.formModel.ITEM_XY = [0, 0] this.imgX = 0 this.imgY = 0 let fd = new FormData() fd 阅读全文

posted @ 2023-03-20 13:30 流浪のwolf 阅读(10) 评论(0) 推荐(0) 编辑

element的图片上传预处理函数

摘要: /** 图片格式和大小的控制 */ beforeAvatarUpload (file) { // 允许上传 jpg 和 png 格式的图片 const isJPG = file.type "image/jpeg" || file.type "image/png" // 限制图片的大小 2 MB co 阅读全文

posted @ 2023-03-20 13:29 流浪のwolf 阅读(19) 评论(0) 推荐(0) 编辑

2023年3月19日

什么是sass

摘要: 阅读全文

posted @ 2023-03-19 21:39 流浪のwolf 阅读(22) 评论(0) 推荐(0) 编辑

MySQL下载安装教程

摘要: 下载 https://www.mysql.com/downloads/ 阅读全文

posted @ 2023-03-19 19:05 流浪のwolf 阅读(8) 评论(0) 推荐(0) 编辑

NVM使用说明

摘要: 下载:https://github.com/coreybutler/nvm-windows/releases 切换镜像源: settting.txt文件后面添加 node_mirror: https://npm.taobao.org/mirrors/node/ npm_mirror: https:/ 阅读全文

posted @ 2023-03-19 18:44 流浪のwolf 阅读(17) 评论(0) 推荐(0) 编辑

激活windows教程

摘要: 新建bat文件 【批处理文件:后缀是 bat 】 输入代码: slmgr/skms kms.03k.org slmgr/ato 然后以管理员运行 ; 阅读全文

posted @ 2023-03-19 17:51 流浪のwolf 阅读(52) 评论(0) 推荐(0) 编辑

创建一个简单的基于MyBatis的项目

摘要: 阅读全文

posted @ 2023-03-19 13:49 流浪のwolf 阅读(8) 评论(0) 推荐(0) 编辑

JDBC 和 Mybatis

摘要: 使用JDBC连接操作数据库 Mybatis是JDBC的二次封装 使用更加简单了 阅读全文

posted @ 2023-03-19 11:13 流浪のwolf 阅读(9) 评论(0) 推荐(0) 编辑

maven的pom.xml基础配置

摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文

posted @ 2023-03-19 11:07 流浪のwolf 阅读(54) 评论(0) 推荐(0) 编辑

logback.xml文件

摘要: <?xml version = "1.0" encoding="UTF-8"?> <configuration debug = "false" > <!--一、日志文件存放的地址,可以更改--> <property name="LOG_HOME" value="D:\java\logback" /> 阅读全文

posted @ 2023-03-19 11:06 流浪のwolf 阅读(13) 评论(0) 推荐(0) 编辑

上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 73 下一页