上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 226 下一页
摘要: https://www.jianshu.com/p/d5ce890c67f7 上一篇博客讲了如何使用Shiro和JWT做认证和授权(传送门:https://www.jianshu.com/p/0b1131be7ace),总的来说shiro是一个比较早期和简单的框架,这个从最近已经基本不做版本更新就可 阅读全文
posted @ 2021-04-15 20:08 牧之丨 阅读(418) 评论(0) 推荐(0) 编辑
摘要: Base58是用于Bitcoin中使用的一种独特的编码方式,主要用于产生Bitcoin的钱包地址。 相比Base64,Base58不使用数字"0",字母大写"O",字母大写"I",和字母小写"l",以及"+"和"/"符号。 设计Base58主要的目的是: 避免混淆。在某些字体下,数字0和字母大写O, 阅读全文
posted @ 2021-04-15 19:57 牧之丨 阅读(645) 评论(0) 推荐(0) 编辑
摘要: /** * @author muzhi.zhong * @author <a href="mailto:muzhi.z@xxx.cn">muzhi.z</a> * @version 1.0.0 * @date ${YEAR}-${MONTH}-${DAY} ${HOUR}:${MINUTE} */ 阅读全文
posted @ 2021-04-11 19:40 牧之丨 阅读(224) 评论(0) 推荐(0) 编辑
摘要: http://www.h3c.com/cn/d_202101/1375275_30005_0.htm 1 FTP 1.1 FTP服务器配置命令 1.1.1 display ftp-server 1.1.2 display ftp-user 1.1.3 free ftp user 1.1.4 free 阅读全文
posted @ 2021-04-11 11:00 牧之丨 阅读(449) 评论(0) 推荐(0) 编辑
摘要: GenericObjectPool GenericObjectPool 是 Apache Commons Pool 提供的对象池,使用的时候需要调用 borrowObject 获取一个对象,使用完以后需要调用 returnObject 归还对象,或者调用 invalidateObject 将这个对象 阅读全文
posted @ 2021-04-10 16:16 牧之丨 阅读(649) 评论(0) 推荐(0) 编辑
摘要: 1. Can't get Kerberos realm 原因分析: 原始代码为: 1 2 org.apache.hadoop.security.UserGroupInformation.setConfiguration(conf) sun.security.krb5.Config.refresh() 阅读全文
posted @ 2021-04-05 20:08 牧之丨 阅读(1154) 评论(0) 推荐(0) 编辑
摘要: javax.security.auth.login.LoginException: Checksum failed 之前碰到过类似的问题,都是因为服务器端的keytab问题;多半是因为重新生成了keytab后,客户端需要重新声场keytab;但是这次不是,即使我重新生成了客户端的keytab仍然无法 阅读全文
posted @ 2021-04-05 20:05 牧之丨 阅读(1230) 评论(0) 推荐(0) 编辑
摘要: 前几天在给人解释Windows是如何通过Kerberos进行Authentication的时候,讲了半天也别把那位老兄讲明白,还差点把自己给绕进去。后来想想原因有以下两点:对于一个没有完全不了解Kerberos的人来说,Kerberos的整个Authentication过程确实不好理解——一会儿以这 阅读全文
posted @ 2021-04-05 12:08 牧之丨 阅读(726) 评论(0) 推荐(0) 编辑
摘要: 1.安装完以后,可以在终端输出的信息里看到一些配置路径: /usr/local/etc/nginx/nginx.conf (配置文件路径) /usr/local/var/www (服务器默认路径) /usr/local/Cellar/nginx/1.13.10/1.17.10(1.17.10根据自己 阅读全文
posted @ 2021-03-31 09:46 牧之丨 阅读(2482) 评论(0) 推荐(0) 编辑
摘要: 上简单的替换操作 sed -i 's/apple/mac/g' full-path-file 执行后报错,“sed: 1: command a expects \ followed by text” 由于mac系统与linux系统下sed用法的差异,下面给出两种解决方案 (差异可自己在两个系统用ma 阅读全文
posted @ 2021-03-26 14:07 牧之丨 阅读(1635) 评论(0) 推荐(0) 编辑
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 226 下一页