参考官网流程: 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
                             
                    
                        
                            
                            
                                
                    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
                             
                    
                        
                            
                            
                                
                    第1章 Redis初识 Redis 是什么 开源 基于键值的存储服务系统 多种数据结构 strings hash linked list sets sorted sets 高性能、功能丰富 Redis 的特性 速度快 持久化 多种数据结构 支持多种编程语言 功能丰富 简单 主从复制 高可用、分布式  ...
                            
                            
                                分类:
其他好文   时间:
2021-01-25 11:08:42   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                Charles 安装 官方下载地址 66 windows:官网下载并按照步骤一步步安装即可 Mac:官网下载并按照步骤一步步安装即可 Linux: wget -q -O - https://www.charlesproxy.com/packages/apt/PublicKey | sudo apt- ...
                            
                            
                                分类:
其他好文   时间:
2021-01-22 12:10:38   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1.运行Node.js安装程序脚本 下载并执行脚本: 1 2 3 $ sudo yum -y install curl $ curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash - 2.在CentOS 8/7、RHEL 8/7系统上安装 ...
                            
                            
                                分类:
Web程序   时间:
2021-01-22 12:00:16   
                                阅读次数:
0