JAVA开发手册考试总结 编程规范 1. POJO (Plain Ordinary Java Object): POJO 专指只有 setter / getter / toString的简单类,包括DO/DTO/BO/VO等。 2. foreach中不要进行remove和add操作,remove元素 ...
分类:
编程语言 时间:
2018-09-16 22:28:54
阅读次数:
476
In a world where ordinary people cannot reach, a boy named "Koutarou" and a girl named "Sena" are playing a video game. The game system of this video ...
分类:
其他好文 时间:
2018-09-13 22:40:48
阅读次数:
247
262144K In a world where ordinary people cannot reach, a boy named "Koutarou" and a girl named "Sena" are playing a video game. The game system of thi ...
分类:
其他好文 时间:
2018-09-13 01:18:33
阅读次数:
232
1 什么是线性回归 确定因变量与多个自变量之间的关系,将其拟合成线性关系构建模型,进而预测因变量 2 线性回归原理 最小二乘法OLS(ordinary learst squares) 模型的y与实际值y之间误差的平方最小 梯度下降 I don't know 3 在python中实现线性回归 通常x是 ...
分类:
编程语言 时间:
2018-08-28 20:10:29
阅读次数:
2801
题目描述 There are many ways to represent a string. The following syntax(x1 , k1 )(x2 , k2 ) . . . (xl , kl )defines the string where xi is the ith string ...
分类:
其他好文 时间:
2018-08-27 21:38:40
阅读次数:
266
程序计数器(Programn Counter Register)
分类:
其他好文 时间:
2018-08-27 18:21:15
阅读次数:
147
JDBC:java Data Base Connection(Java与数据库连接); ORM:Object Relational Mapping(对象关系映射,简称ORM,或者O/RM,或者O/M Mapping); POJO:Plain Ordinary Java Object(简单普通的Jav ...
分类:
其他好文 时间:
2018-08-26 19:40:46
阅读次数:
172
异方差问题 Ordinary Least Squares (OLS) 需要四个 - -有些人说五或六个 - 假设要满足,但建模时我们经常会遇到异方差(Heteroskedasticity)问题, 那是因为,很多数据都表现出这种“异方差性”。我们通常可以直观地解释原因: 随着年龄的增长,净值往往会出现 ...
分类:
其他好文 时间:
2018-08-26 16:45:26
阅读次数:
278
Spring框架4大原则: 使用POJO进行轻量级和最小侵入式开发 POJO(Plain Ordinary Java Object)简单的Java对象,实际就是普通JavaBeans,是为了避免和EJB混淆所创造的简称。 2. 通过控制反转IoC、依赖注入DI和基于接口编程实现降低耦合度 3. 通过 ...
分类:
编程语言 时间:
2018-08-15 13:06:15
阅读次数:
200
1、什么是MyBatis? MyBatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis 。2013年11月迁移到Github。 iBATIS一词来源于“interne ...
分类:
数据库 时间:
2018-07-11 00:09:58
阅读次数:
330