2019-05-24
Linux
linux 安装方式 rpm tar yum123456789101112131415161718192021222324252627282930313233rpm安装rpm -qa|grep a.rpm 查看软件是否安装rpm -ivh xxx.rpm rpm包安装rpm -e pack ...
全文...
2019-05-24
MAC
Mac 常用快捷键一、快捷键
跳至行首:control+A
跳至行尾:control+E
删除光标后面的字符:fn+delete
快速隐藏当前程序窗口:command+H
快速隐藏所有窗口:alt+command+H
快速切换显示窗口:command+tab
快速切换显示已经最小化的窗口:先 ...
全文...
2019-05-24
MAC
host 路径配置1.windows host 路径 C:\WINDOWS\system32\drivers\etc2.Linux host 路径 /etc/hosts3.Mac host 路径 /etc/hosts 如果 host 经常做修改 可以使用软件 SwitchHosts 方便管理 ...
全文...
2019-05-24
Linux
主要原因是 linux 开启了防火墙,有两种解决方案,一种是关闭防火墙,另外一种是开放所要访问的端口
1、关闭防火墙(非常不建议)
service iptables stop –停止
service iptables start –启动
2、使用命令开放端口
vi /etc/sysconfi ...
全文...
2019-05-24
SpringBoot2
Spring Boot,Spring Security 实现 OAuth2+JWT 认证https://www.jianshu.com/p/2c231c96a29b
全文...
2019-05-24
MAC
mac iterm2 配置 rz sz 上传下载文件设置教程:https://github.com/mmastrac/iterm2-zmodem
全文...
2019-05-24
SpringBoot2
https://blog.csdn.net/kenny2020/article/details/79628943
全文...
2019-05-24
SpringBoot2
Rxjava2 spingboot2 异步响应式编程实例实例:https://github.com/hantsy/spring-reactive-sample/blob/master/rxjava2/src/main/java/com/example/demo/RxJava2PostCont ...
全文...
2019-05-24
SpringBoot2
SpringBoot2 集成 RedisTemplatehttps://cloud.tencent.com/developer/article/1156496手写 redis@Cacheable 注解 支持过期时间设置https://blog.csdn.net/xiewenfeng520/a ...
全文...
2019-05-24
SpringBoot2
Spring Boot Filter 使用 JWT 进行接口认证http://blog.csdn.net/sun_t89/article/details/51923017
实例:jwt token 工具类https://github.com/fuyunwang/DrivingAgency/b ...
全文...