Code Completion Ctrl+空格 helps you quickly complete code statements. It works as you type and gives a list of suggestions available from the current ca ...
分类:
编程语言 时间:
2020-06-30 10:43:50
阅读次数:
213
安装MySQL linux安装mysql8 参考教程: https://www.cnblogs.com/kevingrace/p/10482469.html 基本命令 安装 : yum install mysql-community-server 启动 : service mysqld start/ ...
分类:
数据库 时间:
2020-06-27 13:13:56
阅读次数:
101
1:安装从网上下载文件的wget命令[root@master ~]# yum -y install wget 2:下载mysql的repo源[root@master ~]# wget http://repo.mysql.com/mysql-community-release-el7-5.noarch ...
分类:
数据库 时间:
2020-06-27 11:23:34
阅读次数:
64
下载 下载地址: (1)MongoDB 官网首页地址:https://www.mongodb.com/ (2)MongoDB 官网下载地址:https://www.mongodb.com/download-center?jmp=nav#community (3)MongoDB 官网 Windows ...
分类:
数据库 时间:
2020-06-26 20:06:57
阅读次数:
86
这篇文章是我的一个结课小论文,分享出来,希望对各位有所帮助,源码以及解释都有。 author:xiao黄缓慢而坚定的生长公众号:Community Detection欢迎各位关注嘻嘻嘻 程序和数据上传到网盘中,程序也可以看附录。 链接:https://pan.baidu.com/s/1cxVOK54 ...
分类:
其他好文 时间:
2020-06-26 14:59:37
阅读次数:
70
JetBrains IntelliJ IDEA 安装 系统环境: Windos 10 访问Idea官方网址: https://www.jetbrains.com/idea/download/#section=windows 选择 【Community】版本下载至本地安装即可; ...
分类:
其他好文 时间:
2020-06-26 12:58:18
阅读次数:
235
Maven 安装 环境说明: 操作系统: Windows 10 版本 JDK版本: 14.0.1 开发工具: IDEA Community Edition 2020.1.2 访问maven官方网站: http://maven.apache.org/index.html 此处下载 .zip 文件,下载 ...
分类:
其他好文 时间:
2020-06-25 21:27:47
阅读次数:
58
一:下载1;官网下载:一、①mysql官网最新版本下载地址:https://dev.mysql.com/downloads/mysql/ ②mysql官网所有版本下载地址:https://downloads.mysql.com/archives/community/二、也可以在官网首页如下图进入下载... ...
分类:
数据库 时间:
2020-06-25 17:48:19
阅读次数:
81
今天在 Linux 上安装 mysql-server 的时候,出现了以下这个问题。(环境是 Centos 7) 没有可用软件包 mysql-server。 错误:无须任何处理 解决方法: 1.下载相应 rpm 包: wget http://repo.mysql.com/mysql-community ...
分类:
数据库 时间:
2020-06-24 18:07:57
阅读次数:
59
相关地址: 下载:https://www.mongodb.com/try/download/community 文档:https://docs.mongodb.com/ 下载mongoDB安装包 下载安装包 官网下载传送门 使用stfp工具上传到Linux服务器 解压 解压到指定的目录下,该目录下会 ...
分类:
数据库 时间:
2020-06-24 16:06:59
阅读次数:
78