一、python安装 1.windows(server): 双击python-3.6.7-amd64.exe执行安装流程,使用默认安装方式即可。 安装完成后查看是否安装成功: C:\Users\Administrator>python --version 'python' is not recogn ...
分类:
其他好文 时间:
2019-05-13 12:18:47
阅读次数:
133
1.NFSNFS(NetworkFileSystem)即网络文件系统,是FreeBSD支持的文件系统中的一种,它允许网络中的计算机之间通过TCP/IP网络共享资源。在NFS的应用中,本地NFS的客户端应用可以透明地读写位于远端NFS服务器上的文件,就像访问本地文件一样。优点:1.节省本地存储空间,将常用的数据存放在一台NFS服务器上且可以通过网络访问,那么本地终端将可以减少自身存储空间的使用2.用
分类:
系统相关 时间:
2019-05-10 09:22:17
阅读次数:
161
1)下载、安装python 1、进入python官网https://www.python.org/downloads/ 2、点击Download Python 3.7.3,即可下载python-3.7.3-amd64.exe 3、下载完成后,点击即可安装python 2)安装uiautomator2 ...
分类:
编程语言 时间:
2019-05-07 20:00:22
阅读次数:
1313
全面的环境要求请看官网:https://gogs.io/docs/installation 我这里只列举我的环境:windows server 2012_x64、Git-2.19.1-64、mysql-5.7.22(或者SQLserver)、gogs_0.11.86_windows_amd64、ns ...
分类:
Windows程序 时间:
2019-05-07 00:58:55
阅读次数:
1159
yum安装Mariadb设置Mariadb的yum源vim/etc/yum.repos.d/mariadb.repo[mariadb]name=mariadbbaseurl=https://mirrors.tuna.tsinghua.edu.cn/mariadb/yum/10.2/centos7-amd64/gpgcheck=0使用清华yum源安装Mariadb,可以选择不同的版本,此处安装10.
分类:
数据库 时间:
2019-04-27 22:53:23
阅读次数:
269
从头开始安装debian9.8 debian-9.8.0-amd64-netinst.iso vi /etc/vim/vimrc.tiny set nocompatible set backspace=2 apt-get install apt-transport-httpsecho "deb ht ...
分类:
其他好文 时间:
2019-04-24 09:21:38
阅读次数:
175
下载,解压,进入目录,运行:[root@bogonetcd-v3.3.12-linux-amd64]#./etcd--listen-client-urls‘http://0.0.0.0:2379‘--advertise-client-urls‘http://0.0.0.0:2379‘(本地etcd的端口)etcd控制工具:[root@bogonetcd-v3.3.1
分类:
其他好文 时间:
2019-04-20 09:41:57
阅读次数:
129
SSH服务器配置 ssh是大多数Linux大佬必备的一样东西。Linux在工作中通常是命令行界面为主,那么就必定会使用ssh进行远程登录。下面我们介绍ssh配置和使用。 操作系统:kali-linux-2018.4-amd64.iso SSH链接工具:Xshell 1、使用命令:vim /etc/s ...
分类:
其他好文 时间:
2019-04-17 23:18:44
阅读次数:
226
从官网下载相应版本。 https://iperf.fr/iperf-download.php centos7 安装 rpm -i iperf3-3.1.3-1.fc24.x86_64.rpm ubuntu18.04安装 sudo dpkg -i libiperf0_3.1.3-1_amd64.deb ...
分类:
其他好文 时间:
2019-04-16 16:28:40
阅读次数:
238
E:\Visual Studio 2013\install\VC\bin\amd64>E:\IFC\boost_1_56_0_vs2013'E:\IFC\boost_1_56_0_vs2013' 不是内部或外部命令,也不是可运行的程序或批处理文件。 E:\Visual Studio 2013\ins ...
分类:
其他好文 时间:
2019-04-14 14:17:50
阅读次数:
113