1、JWT依赖 <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> <version>3.4.0</version> </dependency> 2、写个测试类测试下JWT import com.au ...
分类:
其他好文 时间:
2021-01-27 13:16:42
阅读次数:
0
TunePat Apple Music Converter是一款功能强大的Mac Apple Music下载和转换工具,致力于帮助Apple用户录制Apple Music中的曲目并将其转换为Mac计算机上的常用格式 专业的Apple Music Recorder TunePat Mac版Apple ...
分类:
移动开发 时间:
2021-01-26 11:58:35
阅读次数:
0
参考官网流程: https://golang.google.cn/doc/install wget https://golang.google.cn/dl/go1.15.7.linux-amd64.tar.gz tar -C /usr/local -zxvf go1.15.7.linux-amd64 ...
分类:
系统相关 时间:
2021-01-26 11:52:20
阅读次数:
0
less 我的问题是less用不了一些正则表达式的扩展功能, 比如word boundary. 对此我感到很困惑, 因为man less说, 它用的是system regex library, 但查看man 7 re_format, 发现ENHANCED FEATURES中是支持\b也支持\<, 但 ...
分类:
系统相关 时间:
2021-01-26 11:47:41
阅读次数:
0
1.下载MySQL http://dev.mysql.com/downloads/mysql/5.6.html#downloads wget http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.33-linux-glibc2.5-x86_64 ...
分类:
数据库 时间:
2021-01-26 11:46:30
阅读次数:
0
Homebrew是mac的包管理器,他可以安装任何你想安装的东西 安装方法:在命令行输入 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Failed ...
分类:
其他好文 时间:
2021-01-26 11:44:27
阅读次数:
0
一、Python环境准备 远程服务器上Python版本要与本地想匹配,这里本地使用Anaconda来进行安装,远程服务器之间安装。 wget --no-check-certificate https://www.python.org/ftp/python/3.6.7/Python-3.6.7.tgz ...
分类:
编程语言 时间:
2021-01-25 11:30:39
阅读次数:
0
打造 Ubuntu20.10办公环境,安装WPS Office2019 WPS Office2019 For Linux 下载地址: 下载地址 : https://linux.wps.cn/# ,执行下载命令 wget https://wdl1.cache.wps.cn/wps/download/e ...
分类:
系统相关 时间:
2021-01-25 11:29:39
阅读次数:
0
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun ...
分类:
其他好文 时间:
2021-01-25 11:26:11
阅读次数:
0
感谢作者> https://www.cnblogs.com/botoo/p/11762045.html CentOS7中自带的python版本是python-2.7.5,由于新开的虚拟机需要使用python3,于是便升级一下版本。 安装Python3.7.3 官网下载地址:https://www.p ...
分类:
编程语言 时间:
2021-01-25 11:22:41
阅读次数:
0