摘要:
1.Linux压缩程序 gzip 2.tar打包与压缩 2.1 tar相关命令 阅读全文
posted @ 2022-11-05 23:38
李林林
阅读(38)
评论(0)
推荐(0)
摘要:
1.配置数据库application.properties spring.datasource.name=imooc_mall_datasource spring.datasource.url=jdbc:mysql://127.0.0.1:3306/imooc_mall?useUnicode=tru 阅读全文
posted @ 2022-11-05 23:13
李林林
阅读(53)
评论(0)
推荐(0)
摘要:
1.整合Mybatis 1.1 在pom.xml中添加文件 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>1. 阅读全文
posted @ 2022-11-05 22:52
李林林
阅读(43)
评论(0)
推荐(0)
摘要:
1.引入依赖 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.1.1</version> </depende 阅读全文
posted @ 2022-11-05 18:00
李林林
阅读(35)
评论(0)
推荐(0)
摘要:
1.种配置文件区分 2.格式转化的网站 3.使用(application.properties中编写) 3.1 配置端口号、项目名字、公共前缀 server.port=8081 spring.application.name=first-spring-boot server.servlet.cont 阅读全文
posted @ 2022-11-05 17:36
李林林
阅读(89)
评论(0)
推荐(0)
摘要:
1.Get方式对参数的处理(@RequestParam) /** * 描述: 演示接口和传参 * //@RestController 表示返回时JSON格式不是页面 */ @RestController public class ParaController { /** * //@RequestPa 阅读全文
posted @ 2022-11-05 17:21
李林林
阅读(96)
评论(0)
推荐(0)
摘要:
1.开发firstrequest接口 /** * 描述: 演示接口和传参 * //@RestController 表示返回时JSON格式不是页面 */ @RestController public class ParaController { @GetMapping("/firstrequest") 阅读全文
posted @ 2022-11-05 17:02
李林林
阅读(21)
评论(0)
推荐(0)
摘要:
1.常用文本工具 1.1 echo举列 1.1.1 向屏幕输出 1.1.2 单个大于号代表的是重写的意思,俩个大于号是追加的意思, 1.2 cat 查看文件内容 1.2.1 查看文件内容(可以增加 -n、E) 1.2.2 合并文件 (将hello.txt和myname.txt文件合并到full.tx 阅读全文
posted @ 2022-11-05 02:42
李林林
阅读(103)
评论(0)
推荐(0)
摘要:
1.关于Vim的介绍 2.关于Vim的三种模式 3.Vim常用快捷键 4.例子 4.1 将80端口调整为8900端口(不是文本中的8080端口) 阅读全文
posted @ 2022-11-05 02:09
李林林
阅读(28)
评论(0)
推荐(0)
摘要:
1.Mybatis数据写操作操作 2.步骤 2.1 在good.xml中添加SQL语句 <insert id="insert" parameterType="com.imooc.mybatis.entity.Goods" > INSERT INTO t_goods(title, sub_title, 阅读全文
posted @ 2022-11-05 00:41
李林林
阅读(293)
评论(0)
推荐(0)

浙公网安备 33010602011771号