上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: 最近项目中有个需求就是把其中某几个包单独打成jar包发布。项目结构如下:使用 插件maven-jar-plugin pom.xml 配置如下: src/main/java target/classes ... 阅读全文
posted @ 2018-12-07 14:03 骑猪上高速_D 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.cnblogs.com/linianhui/p/security-one-time-password.html在信息安全领域,一般把Cryptography称为密码,而把Passw... 阅读全文
posted @ 2018-12-02 05:55 骑猪上高速_D 阅读(515) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.cnblogs.com/linianhui/p/security-https-workflow.html0. 简单回顾在前面两篇博客中介绍了密码相关的一些基本工具,包括(对称密码,... 阅读全文
posted @ 2018-12-02 05:52 骑猪上高速_D 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.cnblogs.com/linianhui/p/security-based-toolbox.html0. 何谓安全?对于信息安全性的重要性,我想大家都不会否认。那么具体来说应该具... 阅读全文
posted @ 2018-12-02 05:49 骑猪上高速_D 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.cnblogs.com/linianhui/p/oauth2-extensions-protocol-and-json-web-token.html1 RFC6749还有哪些可以完... 阅读全文
posted @ 2018-12-02 05:46 骑猪上高速_D 阅读(639) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.cnblogs.com/linianhui/p/authentication-based-on-oauth2.htmlOAuth 2.0 规范定义了一个授权(delegation)... 阅读全文
posted @ 2018-12-02 05:44 骑猪上高速_D 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://www.cnblogs.com/linianhui/p/oauth2-authorization.html1 OAuth2解决什么问题的?举个栗子先。小明在QQ空间积攒了多年的照片,想挑选一... 阅读全文
posted @ 2018-12-02 05:40 骑猪上高速_D 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 1:下载 nexus-3.13.0-01-unix.tar.gz 包(下载地址)2:上传 nexus-3.13.0-01-unix.tar.gz包到 服务器;3: 创建nexus 安装目录mkdir /usr/l... 阅读全文
posted @ 2018-09-27 14:32 骑猪上高速_D 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 下载 redis下载地址:http://download.redis.io/releases/redis-4.0.11.tar.gz2、使用ssh工具上传redis 安装包到 /usr/local/soft 目录... 阅读全文
posted @ 2018-09-14 15:33 骑猪上高速_D 阅读(94) 评论(0) 推荐(0) 编辑
摘要: Linux 下安装weblogic1:创建weblogic 安装目录mkdir –p /usr/local/soft/Weblogic2:创建weblogic 组groupadd weblogic3:创建webl... 阅读全文
posted @ 2018-08-27 00:02 骑猪上高速_D 阅读(198) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页