个人博客: http://www.milovetingting.cn Flutter开发环境搭建 前言 参考链接:https://flutterchina.club/ Windows系统下Flutter开发环境搭建 使用镜像 由于在国内访问Flutter有时可能会受到限制,Flutter官方为中国开 ...
分类:
其他好文 时间:
2020-06-27 18:41:15
阅读次数:
85
git 仓库迁移两步就够了。 从原仓库把整个仓库拉下来。 git clone --bare git://192.168.10.XX/git_repo/project_name.git 把仓库推到新的仓库里面去。 cd project_name.git git push --mirror git@19 ...
分类:
其他好文 时间:
2020-06-27 18:35:43
阅读次数:
67
安装mysql yum install mysql mysql-server 会出现以下错误: [root@yl-web yl]# yum install mysql-server Loaded plugins: fastestmirror Loading mirror speeds from ca ...
分类:
数据库 时间:
2020-06-26 22:38:58
阅读次数:
85
修改settings.xml <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorO ...
分类:
其他好文 时间:
2020-06-25 17:46:45
阅读次数:
144
一,环境说明 本文操作是基于64位CentOS6.5环境下进行手动部署goproxy代理的过程。 当外部用户访问代理服务器相应的端口时,会转发至已配置的指定端口。二,应用安装 如果服务器能够联网,可采用自动安装,命令入下: curl -L http://mirrors.host900.com:909 ...
分类:
其他好文 时间:
2020-06-25 15:58:06
阅读次数:
300
更新yum源 CentOS/RHEL 7.x: rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/w ...
分类:
Web程序 时间:
2020-06-24 14:03:39
阅读次数:
79
cd /usr/local/ // 进入local文件夹 下载 wget https://mirror.bit.edu.cn/apache/tomcat/tomcat-9/v9.0.36/bin/apache-tomcat-9.0.36.tar.gz 没有 wget 请安装 yum -y insta ...
分类:
其他好文 时间:
2020-06-24 00:22:00
阅读次数:
61
基于上篇文档安装主节点:安装kubenet-dashboard发现会报错kubectlapply-fhttp://mirror.faasx.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yamled/kubernetes-dashboard.yaml可以先下载这个dashboard.yamlw
分类:
其他好文 时间:
2020-06-23 15:11:25
阅读次数:
59
备份文件: # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors tha ...
分类:
其他好文 时间:
2020-06-23 11:43:38
阅读次数:
63
方式一、yum安装 # yum info git Failed to set locale, defaulting to C Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Available Pack ...
分类:
其他好文 时间:
2020-06-22 20:53:13
阅读次数:
45