1,下载地址:安装包下载地址:http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.10.tar.gz能够wget下载,也能够在pc本地网页上下载完再远程传到linux上面去。 安装文档地址:http://dev.mysql.com/doc/r ...
分类:
数据库 时间:
2017-06-01 10:27:04
阅读次数:
322
报错信息解决办法重新插拔RIAD卡或者更换RIAD卡
分类:
其他好文 时间:
2017-05-31 19:13:53
阅读次数:
428
show open tables; 基于本人对MySQL的使用,现将常用的MySQL show 语句列举如下: 1.show databases ; // 显示mysql中所有数据库的名称 2.show tables [from database_name]; // 显示当前数据库中所有表的名称 3 ...
分类:
数据库 时间:
2017-05-31 14:23:30
阅读次数:
181
SQL> create or replace directory dir_dt as '/home/oracle'; Directory created.SQL> grant read,write on directory dir_dt to scott; Grant succeeded. SQL* ...
分类:
移动开发 时间:
2017-05-29 18:26:41
阅读次数:
221
五.Classification (I) – Tree, Lazy, and Probabilistic 五.分类(I)-树,延迟,和概率 In this chapter, we will cover the following recipes: 在本章中,我们将介绍下列菜谱:准备培训和测试数据集 ...
分类:
其他好文 时间:
2017-05-29 17:20:23
阅读次数:
341
K-均值聚类 K-均值算法试图将一系列样本分割成K个不同的类簇(其中K是模型的输入参数),其形式化的目标函数称为类簇内的方差和(within cluster sum of squared errors,WCSS)。K-均值聚类的目的是最小化所有类簇中的方差之和。标准的K-均值算法初始化K个类中心(为 ...
分类:
其他好文 时间:
2017-05-26 16:03:47
阅读次数:
266
1.概述 还在用struts1?是的,在地球的没写地方,落后的生产方式还在运转(老项目). 从 继承org.apache.struts.action.Action, 继承org.apache.struts.action.ActionForm开始吧 2. 代码 2.1 html页面 2.2 _file ...
分类:
Web程序 时间:
2017-05-24 20:18:19
阅读次数:
200
bytearray([source [, encoding [, errors]]]) bytearray([source [, encoding [, errors]]])返回一个byte数组。Bytearray类型是一个可变的序列,并且序列中的元素的取值范围为 [0 ,255]。 参数sourc ...
分类:
编程语言 时间:
2017-05-24 00:48:19
阅读次数:
418
前言: 本系列是在作者学习《机器学习系统设计》([美] Willi Richert)过程中的思考与实践,全书通过Python从数据处理,到特征project,再到模型选择。把机器学习解决这个问题的过程一一呈现。书中设计的源码和数据集已上传到我的资源http://download.csdn.net/d ...
分类:
其他好文 时间:
2017-05-23 15:59:05
阅读次数:
427
Yum is a package management tool for installing, updating and removing rpm packages on RedHat-based systems. When you try to install a package withyum ...
分类:
其他好文 时间:
2017-05-20 21:11:30
阅读次数:
268