方法一:使用transform属性 方法二:未知父元素高宽 方法三:使用Flex 方法四:使用table-cell,vertical-align:middle ...
分类:
其他好文 时间:
2019-05-23 21:14:16
阅读次数:
128
(23519, 4) .dataframe tbody tr th:only of type { vertical align: middle; } .dataframe tbody tr th { vertical align: top; } .dataframe thead th { text ...
分类:
其他好文 时间:
2019-05-21 21:04:57
阅读次数:
206
Liner regression 线性回归 The overall process of x x的整个过程 区分监督学习和无监督学习--看是否有“正确答案”和已知的预测值 Cost function代价函数 M--denote the number of training examples表示训练样 ...
分类:
其他好文 时间:
2019-05-20 15:07:34
阅读次数:
133
1.按照严重程度划分 定义:是指Bug对软件质量的破坏程度,即BUG的存在将对软件的功能和性能产生怎样的影响 分类:系统崩溃、严重、一般、次要、建议 2.按优先级划分 定义:表示处理和修正软件缺陷的现后顺序的指标 分类:高(high)、中(middle)、低(low) 注意:一般情况下,严重程度高的 ...
分类:
其他好文 时间:
2019-05-17 14:04:41
阅读次数:
152
效果图 1.html 2.让span居中,外层div的position:relative ...
分类:
其他好文 时间:
2019-05-16 12:41:21
阅读次数:
438
Trade and the Ancient Middle East Trade was the mainstay of the urban economy in the Middle East, as caravans negotiated the surrounding desert, restr ...
分类:
其他好文 时间:
2019-05-16 00:01:32
阅读次数:
162
1.包的定义 之前我们学习java时,生成的class文件都是位于当前目录中,假如出现了同名文件,则会出现文件覆盖问题,因此就需要设置不同的目录(定义包),来解决同名文件冲突问题. 并且在大型项目中,更加需要模块化,将不同的模块保存在不同的包里,然后编译时再进行一起执行.这样的代码将更易于维护,并且 ...
分类:
编程语言 时间:
2019-05-13 10:56:09
阅读次数:
127
一:集合相关操作与相关函数 1.集合相关操作(交 差 并 补 )#intersection() 交集set1 = {"one","two","three"}set2 = {"four","five","one"}res = set1.intersection(set2)print(res)res = ...
分类:
编程语言 时间:
2019-05-11 21:41:46
阅读次数:
109
1.请手写一个flask的hello world。 hello.py中 2.Flask框架的优势及适用场景? 优势: 1.轻量;(Micro Framework) 2.简洁 3.扩展性好* 4 第三方库的选择面广,开发时可以结合自己喜欢用的轮子,也可以结合强大的python库 5.核心(werzeu ...
分类:
其他好文 时间:
2019-05-11 21:24:12
阅读次数:
183
带有实体名称的 ASCII 实体 结果描述实体名称实体编号 " quotation mark " " ' apostrophe ' ' & ampersand & & < less-than < < > greater-than &g ...
分类:
Web程序 时间:
2019-05-11 19:54:40
阅读次数:
296