yum install wget 备份原来的源 sudo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bk 下载阿里源 cd /etc/yum.repos.d sudo wget -nc http:// ...
分类:
其他好文 时间:
2020-11-17 11:53:55
阅读次数:
4
选择“工具”》“Nuget包管理器”》“程序包管理器控制台” 执行命令:Install-Package Microsoft.ReportingServices.ReportViewerControl.WinForms -Pre 然后在视图》工具箱中点右键,选择“选择项”,在.net framewor ...
简介 上文介绍了ansible的shell模块,今天要为大家分享的是command模块和raw模块的使用。 command和raw模块和shell一样,都是用于执行shell命令,三者都不具备幂等性,如果有能替代的ansible模块,尽量不要说使用该模块。 对比 模块 用途 特点 shell 均用于 ...
分类:
其他好文 时间:
2020-11-16 13:48:59
阅读次数:
9
#1.临时使用 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package #2.永久使用 1 pip install pip -U 2 pip config set global.index-url https://py ...
分类:
其他好文 时间:
2020-11-16 13:42:27
阅读次数:
6
###前言 ####Node.js的前世 1995年,网景工程师Brendan Eich 花了10天时间设计了JavaScript语言. 2005年开始,ajax逐渐被前端开发人员所重视,因为不用刷新页面就可以更新页面的数据和渲染效果。 2008年,google的Chrome发布,随后就以极快的速度 ...
分类:
Web程序 时间:
2020-11-16 13:36:39
阅读次数:
16
安装squid $ sudo apt-get install squid 配置squid $ sudo vim /etc/squid/squid.conf 注释以下行: http_access deny !Safe_ports http_access deny CONNECT !SSL_ports ...
分类:
其他好文 时间:
2020-11-16 13:35:32
阅读次数:
7
docsite使用 环境搭建 (1.)安装Npm apt install npm # npm版本号 npm -v sudo npm install -g cnpm --registry=https://registry.npm.taobao.org --verbose # cnpm版本号 cnpm ...
分类:
其他好文 时间:
2020-11-16 13:31:32
阅读次数:
5
此操作是在腾讯云服务器linux centos 7.4 完成搭建ftp服务器 vsftpd 的; 安装 vsftpd $ yum install vsftpd -y 启动 $ service vsftpd start && systemctl restart vsftpd.service 关闭 se ...
分类:
系统相关 时间:
2020-11-16 12:59:40
阅读次数:
17
一键部署----mysql5.6--jue#!/bin/bashcd/var/runrm-rfyum.pidread-p"请输入mysql源码包的绝对路径"ccd$cyuminstall-yncurses-develautoconfcmaketarxzvfmysql-5.6.26.tar.gzcdmysql-5.6.26/cmake\-DCMAKE_INSTALL_PREFIX=/usr/loca
分类:
数据库 时间:
2020-11-13 13:21:30
阅读次数:
37
安装环境:Centos 7 1.安装subverision yum -y install subversion 2.创建代码仓库 mkdir -p /dev/svn/code svnadmin create /dev/svn/code ll 总用量 8 drwxr-xr-x 3 root root ...
分类:
系统相关 时间:
2020-11-13 13:12:14
阅读次数:
20