流浪のwolf

卷帝

导航

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) 编辑