https://www.yoctoproject.org Yocto offical web System envn. Git 1.8.3.1 or greater tar 1.27 or greater Python 3.4.0 or greater. Git 1.8.3.1 or greater ...
分类:
其他好文 时间:
2019-10-14 12:23:12
阅读次数:
133
我们的App因为错误的使用了HttpServletRequest,在异步线程中使用,导致session出现混乱,客户投诉,本文介绍了问题的原因。
分类:
其他好文 时间:
2019-10-14 09:11:47
阅读次数:
72
题目链接: "POJ 2253" Description Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone ...
分类:
其他好文 时间:
2019-10-11 23:11:22
阅读次数:
97
统计学习 前言:机器学习比较重要的几部分:线性模型、统计学习、深度学习,线性部分包括SVM、压缩感知、稀疏编码,都是控制整个模型的稀疏性去做线性函数,偏 Discriminative 判别模型;统计学习主要通过统计方法对数据建模找到极大似然,偏 Generative 生成方法;深度学习就是 neur ...
分类:
其他好文 时间:
2019-10-11 21:56:34
阅读次数:
108
1.本地安装Git ,这里不做说明 2.命令行执行 sudo mv /usr/bin/git /usr/bin/git-system 3.如果提示 权限不足,操作不被允许,关闭Rootless,重启按住 Command+R,进入恢复模式,打开Terminal 输入 csrutil disable,然 ...
分类:
系统相关 时间:
2019-10-09 12:50:52
阅读次数:
877
网络存储卷系列文章 (1)SUSE CaaS Platform 4 - 简介 (2)SUSE CaaS Platform 4 - 安装部署 (3)SUSE CaaS Platform 4 - 安装技巧 (4)SUSE CaaS Platform 4 - Ceph RBD 作为 Pod 存储卷 (5) ...
分类:
其他好文 时间:
2019-10-08 15:52:09
阅读次数:
106
numpy的随机模块¶ In [1]: import numpy as np #所有的值是0-1 np.random.rand(3,2) Out[1]: array([[0.98738572, 0.97762081], [0.14287661, 0.94177989], [0.65183727, 0 ...
分类:
其他好文 时间:
2019-10-06 15:03:19
阅读次数:
105
CSCI446/946 - Spring Session 2019 Page 1University of WollongongSchool of Computing and Information TechnologyCSCI446/946 Big Data Analytics Spring 20 ...
分类:
其他好文 时间:
2019-10-04 18:36:43
阅读次数:
133
给了Example,从官网上下了个数据集,跟着跑就得了 用深度相机,也就是RGB D的数据集来跑 在Example/RGB D/associations中,可以找到一些官方已经生成好的associations,我直接根据里面有的associations去找了一个frc1_xyz的数据集,跑起来测试 ...
分类:
其他好文 时间:
2019-10-03 23:30:51
阅读次数:
116
Hive 主流文件存储格式对比 1、存储文件的压缩比测试 创建表,存储数据格式为TextFile 创建表,存储数据格式为TextFile 向表中加载数据 向表中加载数据 查看表的数据量大小 查看表的数据量大小 创建表,存储数据格式为 parquet 创建表,存储数据格式为 parquet 向表中加载 ...
分类:
其他好文 时间:
2019-10-03 10:39:51
阅读次数:
96