摘要:
阅读全文
摘要:写项目 看源代 C语言 别妄自尊大 别妄自菲薄 多看看外语和数学 有深度的视频和有意义的旅行 感谢一生有你
阅读全文
摘要:方法1 ctrl+t 方法2 方法3 方法4 方法5
阅读全文
摘要:源码下载地址 https://github.com/jwplayer/jwplayer
阅读全文
摘要:```
# ==========k最近邻分类=========
import numpy as np # 快速操作结构数组的工具
from sklearn.neighbors import KNeighborsClassifier, KDTree # 导入knn分类器 # 数据集。4种属性,3种类别
data = [ [5.1, 3.5, 1.4, 0.2, 0], [4.9...
阅读全文
摘要:``` import numpy as np
import matplotlib.pyplot as plt
from sklearn.decomposition import PCA # X = np.array([[-1, -1], [-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]]) X = np.array([[1, 0.44,0.29,.33],...
阅读全文
摘要:手工实现方式 python import numpy as np import matplotlib.pyplot as plt 用来加载中文 import matplotlib matplotlib.rcParams['font.sans serif'] = ['SimHei'] matplotl
阅读全文
摘要:手工实现 import math from itertools import combinations def Distance(x, y, p=2): if len(x) == len(y) and len(x) 1: sum = 0; for i in range(len(x)): sum +=
阅读全文
摘要:   
阅读全文
摘要:
阅读全文
摘要:数据结构 45 计算机组成原理 45 操作系统 35 计算机网络 25
阅读全文
摘要:配置hive一定要有hadoop 环境 在hive site.xml中 修改如下配置 数据库拷贝 初始化 /usr/local/handle_sample/apache hive/bin [root@master bin] schematool dbType mysql initSchema 启动
阅读全文
摘要:运行 hadoop jar hadoop 1.0 SNAPSHOT.jar DriverWordCount /software/dianxin_data.csv /out2
阅读全文
摘要:```xml 4.0.0 com.cnblogs hadoop 1.0-SNAPSHOT jar junit junit 4.12 test com.alibab...
阅读全文
摘要:
阅读全文
摘要:参考文献 https://blog.csdn.net/wang704987562/article/details/78904350
阅读全文
摘要:
阅读全文
摘要:yum y install ntpdate ntpdate time.nist.gov 或者 ntpdate cn.pool.ntp.org hwclock w
阅读全文
摘要: 
阅读全文
摘要:方法1 hostnamectl set hostname xxxx 重启系统reboot 方法2 在/etc 下 直接修改hostname文件
阅读全文
摘要: 
阅读全文
摘要:
阅读全文