CentOS7中安装Mysql5.7 第一步:下载和安装mysql源 wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm -bash: wget: 未找到命令 我们先安装下wget yum -y ins ...
分类:
数据库 时间:
2020-07-07 00:19:22
阅读次数:
72
源码安装: $ curl -O https://pypi.python.org/packages/source/p/pip/pip-X.X.tar.gz $ tar xvfz pip-X.X.tar.gz $ cd pip-X.X $ python setup.py install 但是安装过程可能 ...
分类:
编程语言 时间:
2020-07-05 15:06:54
阅读次数:
70
1.下载源: # wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm 2.安装包 # sudo rpm -ivh mysql-community-release-el7-5.noarch.rpm 添加mysql 用户 ...
分类:
数据库 时间:
2020-07-04 20:44:44
阅读次数:
118
以下是自己整理的安装mysql 安装及配置: 1.去官网上下载:https://www.mysql.com; 2.在DOWNLOAD 下:找到MYSQL Community(GPL)Downloads,点进去; 3.点MYSQL Community Server 4. 5. download 结束后 ...
分类:
数据库 时间:
2020-07-04 19:14:56
阅读次数:
84
[TOC]## 1. Ubuntu::NetworkManager> [cnblog](https://www.cnblogs.com/EasonJim/p/8072298.html)>> [ubuntu](https://help.ubuntu.com/community/NetworkManag... ...
分类:
其他好文 时间:
2020-07-03 21:19:47
阅读次数:
79
1官网下载: https://www.mongodb.com/download-center/community 2上传至目录 /opt/mongoDb 下 3解压 tar zxvf mongodb-linux-x86_64-4.0.5.tgz 4添加配置文件 vim /opt/mongoDB/mo ...
分类:
数据库 时间:
2020-07-03 15:45:40
阅读次数:
56
打开cmd,输入cd C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer 输入 witadm ...
分类:
其他好文 时间:
2020-07-02 16:40:08
阅读次数:
58
进入指定目录: # cd /var/lib/pgsql/9.3/data/ 使用vi编辑pg_hba.conf文件 # vi pg_hba.conf 以上配置为所有IP及网关都允许访问,使用MD5认证。 postgres用户可访问所有数据库 bret用户仅允许访问community、communit ...
分类:
数据库 时间:
2020-07-01 00:15:23
阅读次数:
93
使用三个月的业余时间把官方教程的入门部分译为中文并上传到github,在下一步编程前做一个总结。 历程: 最早接触游戏编程是在大三下学期,用汇编语言和实验室里的单片机、触摸屏、电机(提供声效)编的打地鼠程序。后来因为大四的毕业设计与三维空间模拟有关,又自学了MFC编程和NEHE的OpenGL教程(国 ...
分类:
Web程序 时间:
2020-06-30 20:14:03
阅读次数:
97
A few weeks ago we introduced the first demonstration of “P4 Runtime”. We invite all members of the networking community to join with us, so that toge ...
分类:
其他好文 时间:
2020-06-30 13:01:44
阅读次数:
51