码迷,mamicode.com
首页 >  
搜索关键字:mac wget brew    ( 28987个结果
jwt基本使用
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 for Mac(专业苹果音乐转换器)
TunePat Apple Music Converter是一款功能强大的Mac Apple Music下载和转换工具,致力于帮助Apple用户录制Apple Music中的曲目并将其转换为Mac计算机上的常用格式 专业的Apple Music Recorder TunePat Mac版Apple ...
分类:移动开发   时间:2021-01-26 11:58:35    阅读次数:0
linux安装go环境
参考官网流程: 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
mac上的less使用扩展正则表达式比如\b
less 我的问题是less用不了一些正则表达式的扩展功能, 比如word boundary. 对此我感到很困惑, 因为man less说, 它用的是system regex library, 但查看man 7 re_format, 发现ENHANCED FEATURES中是支持\b也支持\<, 但 ...
分类:系统相关   时间:2021-01-26 11:47:41    阅读次数:0
Linux下搭建MySQL数据库
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
berw安装
Homebrew是mac的包管理器,他可以安装任何你想安装的东西 安装方法:在命令行输入 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Failed ...
分类:其他好文   时间:2021-01-26 11:44:27    阅读次数:0
Spark实战(三)本地连接远程Spark(Python环境)
一、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
Ubuntu 20.10安装WPS Office、更新Visual Studio Code以及卸载LibreOffice
打造 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
CentOS 5, 6, 7, 8 aliyun repo
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
linux里python2改python3
感谢作者> 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
28987条   上一页 1 ... 41 42 43 44 45 ... 2899 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!