##源码安装Python3 ###一、安装Python3需要的依赖包 [root@localhost ~]# yum install -y gcc make wget openssl openssl-devel readline readline-devel zlib* libffi-devel 注 ...
分类:
编程语言 时间:
2020-11-26 14:09:24
阅读次数:
5
1. 线性回归 X,Y是线性的 是偏置(有点像截距),防止Y为0,矩阵表示时,为全1 :数据集收集的时候有误差(高斯误差,均值为0) 表达向量很相似 D:和,代表所有的数据,和相互独立 2. Basic Expansion 2.1 使用Basis expansion捕捉自变量和因变量的非线性关系 2 ...
分类:
其他好文 时间:
2020-11-25 12:17:37
阅读次数:
7
CIS的20项控制措施分为三个部分,分别为1)基本管控(Basic共6项);2)基础性管控(Foundational共10项);3)全组织机构范围的管控(Organizational共4项)。继上期介绍6项基本管控措施,本期着重介绍10项基础性管控措施中子集IG1。七、电子邮件和Web浏览器防护(EmailandWebBrowserProtections)尽量减少***面以及***者通过与web浏览器
分类:
其他好文 时间:
2020-11-25 12:15:25
阅读次数:
3
资源文件在此 https://github.com/angzel/zen/blob/master/source/basic/zen-string/zen_utf8.h 只有两个函数 std::u32string UTF8ToUnicode(std::string const & utf8); std ...
分类:
编程语言 时间:
2020-11-24 12:19:12
阅读次数:
9
Organization Chart Business Process Diagram with Lanes Management Enterprise Architecture Basic Business Process Domain Model ...
分类:
其他好文 时间:
2020-11-20 11:52:35
阅读次数:
4
一、环境 Idea 2020.1 JDK 1.8 maven 二、目的 spring boot 通过整合influxdb gitHub地址: https://github.com/ouyushan/ouyushan-spring-boot-samples 三、步骤 3.1、点击File → New ...
分类:
数据库 时间:
2020-11-19 12:55:13
阅读次数:
14
Preparation for MCM/ICM Writing -- by Chance Zhang $1^ed$ key words: MCM/ICM, format, phrases, tools This document is a basic note in preparation of M ...
分类:
其他好文 时间:
2020-11-16 13:25:25
阅读次数:
11
1、Processes and Threads In concurrent programming, there are two basic units of execution: processes and threads.(并发程序中,有2个基本的执行单位:进程、线程) 1.1、Processe ...
分类:
编程语言 时间:
2020-11-12 13:23:54
阅读次数:
6
参考:鸟叔私房菜 http://cn.linux.vbird.org/linux_basic/0210filepermission.php#filepermission 1、Liunx文件属性 在系统内输入 ls -al 命名 total 1208 drwxr-xr-x 133 root root ...
分类:
其他好文 时间:
2020-11-10 10:40:35
阅读次数:
2
盒子模型 当对一个文档进行布局(lay out)的时候,浏览器的渲染引擎会根据标准之一的 CSS 基础框盒模型(CSS basic box model),将所有元素表示为一个个矩形的盒子(box)。CSS 决定这些盒子的大小、位置以及属性(例如颜色、背景、边框尺寸…)。 ——MDN 1. 盒子模型的 ...
分类:
Web程序 时间:
2020-11-08 17:51:22
阅读次数:
33