转载于:http://www.cnblogs.com/macro-cheng/archive/2011/10/25/mysql-001.html 一 下载MySQL 访问MySQL的官网http://www.mysql.com/downloads/ 然后在页面中会看到“MySQL Community ...
分类:
数据库 时间:
2016-07-21 17:46:23
阅读次数:
190
文章出自:http://blog.sina.com.cn/s/blog_62b37bfe0101he5t.html 感谢作者的分享 MySQL 的官网下载地址:http://www.mysql.com/downloads/ 在这个下载界面会有几个版本的选择。 1. MySQL Community S ...
分类:
数据库 时间:
2016-07-21 14:52:59
阅读次数:
282
CentOS 7 下想要挂载NTFS的文件系统该怎么办呢? 我们需要一个NTFS-3G工具,并编译它之后在mount就可以了,就这么简单。 首先要进入官网下载NTFS-3G工具 http://www.tuxera.com/community/ntfs-3g-download/ 1.下载之后进行解压 ...
分类:
Web程序 时间:
2016-07-19 23:37:20
阅读次数:
284
CentOS7的yum源中默认好像是没有mysql的。为了解决这个问题,我们要先下载mysql的repo源。 1. 下载mysql的repo源 2. 安装mysql-community-release-el7-5.noarch.rpm包 安装这个包后,会获得两个mysql的yum repo源:/et ...
分类:
数据库 时间:
2016-07-19 23:34:34
阅读次数:
311
官网:http://community.pentaho.com/projects/mondrian/ 官方编译的包:https://sourceforge.net/projects/mondrian/?source=typ_redirect github地址:https://github.com/p... ...
分类:
其他好文 时间:
2016-07-16 11:15:11
阅读次数:
195
Visual Studio 2015 和 .NET Core 安装 安装 Visual Studio 和 .NET Core 1、安装 Visual Studio Community 2015,选择 Community 下载并执行默认安装。Visual Studio 2015 安装程序首页 2、安装 ...
分类:
Web程序 时间:
2016-07-15 08:07:13
阅读次数:
217
首先分析下API和数据格式: https://api.scratch.mit.edu/proxy/featured GET 23.235.37.162:443 返回数据与对应栏目: community_newest_projects community_most_remixed_projects W ...
分类:
其他好文 时间:
2016-07-12 22:48:59
阅读次数:
495
社区(community)定义:同一社区内的节点与节点之间关系紧密,而社区与社区之间的关系稀疏。 设图G=G(V,E),所谓社区发现是指在图G中确定nc(>=1)个社区C={C1,C2,...,Cnv},使得各社区的顶点集合构成V的一个覆盖。 若任意两个社区的顶点集合的交际均为空,则称C为非重叠社区 ...
分类:
编程语言 时间:
2016-07-11 16:34:51
阅读次数:
1497
wget http://repo.mysql.com/mysql57-community-release-el7-8.noarch.rpm rpm –ivh mysql57-community-release-el7-8.noarch.rpm yum install mysql-server 进入/ ...
分类:
数据库 时间:
2016-07-11 10:27:55
阅读次数:
194
微软刚发布了.net core 1.0。这里写一篇随笔记录下开发环境的build过程,以防不时之需。 1. 安装Visual Studio 2015(community版本亦可)。 2. 升级到Update3 版本。 3. 安装.net core 1.0 runtime。 4. 安装DotNetCo ...
分类:
Web程序 时间:
2016-07-10 23:13:28
阅读次数:
185