<table> 标签定义 HTML 表格。简单的 HTML 表格由 table 元素以及一个或多个 tr、th 或 td 元素组成。tr 元素定义表格行,th 元素定义表头,td 元素定义表格单元。更复杂的 HTML 表格也可能包括 caption、col、colgroup、thead、tfoot ...
分类:
Web程序 时间:
2018-11-01 01:07:52
阅读次数:
295
三大特性是: 封装 继承 多态 五大基本原则: 单一职责原则SRP(Single Responsibility Principle) 开放封闭原则OCP(Open-Close Principle) 替换原则(the Liskov Substitution Principle LSP) 依赖原则(th ...
分类:
其他好文 时间:
2018-10-31 21:20:41
阅读次数:
145
table元素是一个很常用的元素。但是在开发中,我也遇到了一些值得记录下来的问题及解决方案: 1.td内容溢出时,隐藏内容并且以省略号提示 2.设置表头宽度,直接设置th的宽度是无效的,因为它是基于自动计算 ...
分类:
其他好文 时间:
2018-10-30 21:22:07
阅读次数:
155
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanWorkstation edit DependOnService and add MRxSmb20 so it should look like: Bowser MRxSmb10 M ...
分类:
其他好文 时间:
2018-10-30 13:16:49
阅读次数:
193
一些题目的代码被网站吞了…… Problem B. Red Black Tree http://acm.zju.edu.cn/onlinejudge/searchProblem.do?contestId=1&titlefrom=0&authorfrom=0&sourcefrom=0&query=Th ...
分类:
其他好文 时间:
2018-10-30 00:57:49
阅读次数:
300
Given an integer array with even length, where different numbers in this array represent different kinds of candies. Each number means one candy of th ...
分类:
其他好文 时间:
2018-10-29 14:06:14
阅读次数:
108
A character string is said to have period k if it can be formed by concatenating one or more repetitionsof another string of length k. For example, th ...
分类:
其他好文 时间:
2018-10-28 00:47:45
阅读次数:
159
English: listening、speaking、reading、writing、translation 1. The face can speak a thousand emotions, but it can easily mask what the heart feels. for th ...
分类:
其他好文 时间:
2018-10-27 23:34:24
阅读次数:
235
C - Align Time limit : 2sec / Memory limit : 1024MB Score : 400 points Problem Statement You are given N integers; the i-th of them is Ai. Find the ma ...
分类:
其他好文 时间:
2018-10-27 22:08:51
阅读次数:
238
第三章 Issues 数据挖掘并不是一件容易的事,因为所使用的算法会变得非常复杂,并且数据并不总是在一个地方可用。它需要从各种异构数据源集成。这些因素也会产生一些问题。在本教程中,我们将讨论有关的主要问题: 挖掘方法和用户交互 性能问题 各种数据类型问题 下图描述了主要问题, 挖掘方法和用户交互问题 ...
分类:
其他好文 时间:
2018-10-27 19:46:21
阅读次数:
142