会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
笑眼望世界
博客园
首页
新随笔
联系
订阅
管理
1
2
下一页
2022年8月23日
svg学习
摘要: 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 笑眼望世界
阅读(163)
评论(0)
推荐(0)
2019年11月2日
pom.xml和settings.xml的下载优先级
摘要: 一、区别 指令打包:mvn package, 先加载pom.xml的repositories,再加载setttings.xml中的mirrors,即先从pom.xml中的url下载,若没有再从settings.xml中的url下载 idea下载(有一个坑,若配置过maven的settings.xml
阅读全文
posted @ 2019-11-02 11:22 笑眼望世界
阅读(1319)
评论(0)
推荐(0)
2019年10月31日
git操作
摘要: 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 笑眼望世界
阅读(125)
评论(0)
推荐(0)
2019年4月28日
六、mybatis-plus的代码生成器
摘要: 简介:构建自定义mybatis-plus模板,自动生成mybatis,entity,mapper,service,controller 项目源码:https://github.com/y369q369/springBoot.git -> myBatisPlus 私聊QQ: 1486866853 1.
阅读全文
posted @ 2019-04-28 17:15 笑眼望世界
阅读(972)
评论(0)
推荐(0)
2019年4月4日
五、使用druid管理数据库,mybatis连接mysql数据库
摘要: 简介: 使用 mybatis 连接 mysql 数据库, 一套简单的增删改查流程, 前台用 bootstrap, bootstrap-table 框架, 最后用 druid 监控数据库连接情况 项目源码:https://github.com/y369q369/springBoot.git -> Dr
阅读全文
posted @ 2019-04-04 16:43 笑眼望世界
阅读(3862)
评论(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 笑眼望世界
阅读(238)
评论(0)
推荐(0)
2019年4月2日
三、thymeleaf模板引擎构建前台html, 后台使用 ModelAndView 和 Model 模型
摘要: 项目源码:https://github.com/y369q369/springBoot.git -> thymeleaf 私聊QQ: 1486866853 1.pom.xml中依赖jar包(注意加红字段) <dependency> <groupId>org.springframework.boot<
阅读全文
posted @ 2019-04-02 21:18 笑眼望世界
阅读(589)
评论(0)
推荐(0)
二、初步认识springBoot的pom.xml
摘要: 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 笑眼望世界
阅读(490)
评论(0)
推荐(0)
一、新建springBoot项目
摘要: 三种方式新建SpringBoot项目: 官网, myeclipse, idea 1.官方网站新建(https://start.spring.io/) 1)打开官网,选择自己需要的springBoot版本,打包类型,jdk版本, 依赖jar包 2)在选择好之后,点击下方的generate Projie
阅读全文
posted @ 2019-04-02 16:43 笑眼望世界
阅读(820)
评论(0)
推荐(0)
2018年9月5日
myeclipse2018和myeclipse2019.04安装教程(附下载地址)
摘要: myeclipse2018下载地址: https://pan.baidu.com/s/1NV7cAsNhT2FCTNNGOSxI2Q 密码:py6d myeclipse2018破解工具地址: https://pan.baidu.com/s/1Ra9Wlj0BBdIGJllKit0Ajg 密码:buf
阅读全文
posted @ 2018-09-05 11:45 笑眼望世界
阅读(9411)
评论(0)
推荐(1)
1
2
下一页
公告