摘要: svg学习 基础知识 参考资料 https://baike.baidu.com/item/SVG%E6%A0%BC%E5%BC%8F/3463453?fr=aladdin SVG 指可伸缩矢量图形 (Scalable Vector Graphics) SVG 用来定义用于网络的基于矢量的图形 SVG 阅读全文
posted @ 2022-08-23 15:39 笑眼望世界 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 一、区别 指令打包:mvn package, 先加载pom.xml的repositories,再加载setttings.xml中的mirrors,即先从pom.xml中的url下载,若没有再从settings.xml中的url下载 idea下载(有一个坑,若配置过maven的settings.xml 阅读全文
posted @ 2019-11-02 11:22 笑眼望世界 阅读(1229) 评论(0) 推荐(0) 编辑
摘要: 1.设置全局配置 git config --global user.name "YOURUSERNAME" git config --global user.email "YOUREMAIL" 2.查看配置 查看系统配置:git config --system --list 查看当前用户(globa 阅读全文
posted @ 2019-10-31 21:57 笑眼望世界 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 简介:构建自定义mybatis-plus模板,自动生成mybatis,entity,mapper,service,controller 项目源码:https://github.com/y369q369/springBoot.git -> myBatisPlus 私聊QQ: 1486866853 1. 阅读全文
posted @ 2019-04-28 17:15 笑眼望世界 阅读(944) 评论(0) 推荐(0) 编辑
摘要: 简介: 使用 mybatis 连接 mysql 数据库, 一套简单的增删改查流程, 前台用 bootstrap, bootstrap-table 框架, 最后用 druid 监控数据库连接情况 项目源码:https://github.com/y369q369/springBoot.git -> Dr 阅读全文
posted @ 2019-04-04 16:43 笑眼望世界 阅读(3800) 评论(0) 推荐(0) 编辑
摘要: 简介: lombok插件, devtools热部署, 接口测试工具postMan, controller的常用注解 项目源码:https://github.com/y369q369/springBoot.git -> tips 私聊QQ: 1486866853 1. lombok使用 1)在pom. 阅读全文
posted @ 2019-04-04 15:57 笑眼望世界 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 项目源码:https://github.com/y369q369/springBoot.git -> thymeleaf 私聊QQ: 1486866853 1.pom.xml中依赖jar包(注意加红字段) <dependency> <groupId>org.springframework.boot< 阅读全文
posted @ 2019-04-02 21:18 笑眼望世界 阅读(533) 评论(0) 推荐(0) 编辑
摘要: 1. 大体结构 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apac 阅读全文
posted @ 2019-04-02 17:26 笑眼望世界 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 三种方式新建SpringBoot项目: 官网, myeclipse, idea 1.官方网站新建(https://start.spring.io/) 1)打开官网,选择自己需要的springBoot版本,打包类型,jdk版本, 依赖jar包 2)在选择好之后,点击下方的generate Projie 阅读全文
posted @ 2019-04-02 16:43 笑眼望世界 阅读(799) 评论(0) 推荐(0) 编辑
摘要: myeclipse2018下载地址: https://pan.baidu.com/s/1NV7cAsNhT2FCTNNGOSxI2Q 密码:py6d myeclipse2018破解工具地址: https://pan.baidu.com/s/1Ra9Wlj0BBdIGJllKit0Ajg 密码:buf 阅读全文
posted @ 2018-09-05 11:45 笑眼望世界 阅读(9151) 评论(0) 推荐(1) 编辑