会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
byebai95
博客园
首页
新随笔
联系
管理
随笔- 311 文章- 0 评论- 12 阅读-
18万
07 2019 档案
spring boot 中 2.X 的跨域请求
摘要:解决跨域: @Configuration @EnableAutoConfiguration public class ZooConfiguration { @Bean public FilterRegistrationBean<CorsFilter> corsFilter() { UrlBasedC
阅读全文
posted @
2019-07-26 17:34
byebai95
阅读(340)
评论(0)
推荐(0)
编辑
已经使用过的命令
摘要:一.某个(8000)端口被占用? 二.git 切换分支 三. dcoker 如何运行 mysql 镜像 四.CentOS 7.x 防火墙状态查询与关闭 五. 后台启动 jar 与结束 六.nginx 前后端分离配置 conf/nginx.conf 主配置文件 前端项目:/work/project/A
阅读全文
posted @
2019-07-24 17:34
byebai95
阅读(262)
评论(0)
推荐(0)
编辑
Java 8 有哪些新特性
摘要:一、支持 lambda 表达式 例如:查询学生信息,并打印 List<Student> studentList = Student.findAllStudent(); for(Student student:studentList){ System.out.println(student); } 使
阅读全文
posted @
2019-07-16 15:13
byebai95
阅读(1397)
评论(1)
推荐(2)
编辑
Spring boot 中发送邮件
摘要:参考:https://blog.csdn.net/qq_39241443/article/details/81293939 添加依赖: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-s
阅读全文
posted @
2019-07-13 18:42
byebai95
阅读(432)
评论(0)
推荐(0)
编辑
Java 代码中如何调用 第三方Api
摘要:在代码中调用第三方API 获取数据
阅读全文
posted @
2019-07-13 17:53
byebai95
阅读(5680)
评论(0)
推荐(0)
编辑
如何编写README.md
摘要:一.标题写法 1.在文本下方加上 =,文本变为大标题 2.在文本下方加上-,文本变为中标题 3.单独向输入 = ,则需要空一行 标题的另一种写法: # 一级标题 ## 二级标题 ### 三级标题 ##### 四级标题 二.基本语法 斜体: *内容* ,或者 -内容- 粗体: **内容**,或者 --
阅读全文
posted @
2019-07-12 18:33
byebai95
阅读(868)
评论(0)
推荐(0)
编辑
Gof 设计模式
摘要:设计模式的用途(参考) 设计模式代表了最佳实践,通常被有经验的面向对象的软件开发人员采用。设计模式是软件开发人员在软件开发过程中面临一般问题的解决方案。这些解决方案是众多软件开发人员在相当长的时间的实验和错误总结出来的。 设计模式有哪些? 创建型 : 简单工厂、抽象工厂、单例模式、原型模式、建造者模
阅读全文
posted @
2019-07-01 11:43
byebai95
阅读(218)
评论(0)
推荐(0)
编辑
公告
昵称:
byebai95
园龄:
6年7个月
粉丝:
7
关注:
7
搜索
随笔分类
algorithm(25)
c++(9)
ci/cd(4)
collection 集合(11)
docker(4)
dubbo(3)
elasticsearch(10)
git/svn(2)
java(69)
jdk8(6)
jvm 虚拟机(8)
kafka(4)
linux (7)
mongodb(1)
mybatis(5)
mysql(20)
nginx(2)
python(2)
redis(3)
shell 脚本(4)
shiro(2)
solr(4)
springBoot(23)
springCloud(7)
tcp/ip (3)
transaction 事务 (2)
uml(3)
多线程与并发(8)
分布式(1)
工具集(24)
其他(14)
设计模式(24)
申请公租房(2)
消息中间件MQ(2)
随笔档案
2022年4月(2)
2022年3月(2)
2022年1月(1)
2021年12月(3)
2021年11月(3)
2021年10月(2)
2021年9月(1)
2021年8月(3)
2021年7月(2)
2021年6月(2)
2021年5月(1)
2021年4月(1)
2021年3月(8)
2021年2月(6)
2021年1月(6)
2020年12月(12)
2020年11月(18)
2020年10月(24)
2020年9月(18)
2020年8月(7)
2020年7月(5)
2020年6月(6)
2020年1月(3)
2019年12月(8)
2019年11月(18)
2019年10月(8)
2019年9月(20)
2019年8月(22)
2019年7月(7)
2019年6月(6)
2019年5月(2)
2019年4月(7)
2019年3月(28)
2019年2月(16)
2019年1月(4)
2018年12月(18)
2018年11月(7)
2018年10月(1)
2018年9月(1)
点击右上角即可分享