A string S of lowercase letters is given. We want to partition this string into as many parts as possible so that each letter appears in at most one p ...
分类:
其他好文 时间:
2019-01-10 21:51:05
阅读次数:
172
leetcode例题: 216. Combination Sum III Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be ...
分类:
其他好文 时间:
2019-01-07 10:39:23
阅读次数:
262
基本选择器: 标签(元素)选择器 格式 >标签名{ 声明的属性} 类 选择器 >这里有个点(.)+类名称{声明的属性} ID 选择器 >#+id名称{声明的属性} 并集(群组)选择器 >.类名,#id名称,标签名{声明的属性} 通配符 选择器 >*{声明的属性} >这个的话会用到所有body中的元素 ...
分类:
其他好文 时间:
2019-01-05 00:16:01
阅读次数:
163
Document 这里是倾斜文字 这里是文字间距 这里 是词 间距 这里是首行缩进 这里是上划线 这里是下划线 这里是删除线 这里是衬托文字 这里是非衬托文字 这里是容器盒的阴影 这里是文字的阴影 我是一个圆 这里是倾斜文字 这里是文字间距 这里 是词 间距 这里是首行缩进 这里是上划线 这里是下划 ...
分类:
其他好文 时间:
2019-01-04 22:37:47
阅读次数:
162
题目要求 International Morse Code defines a standard encoding where each letter is mapped to a series of dots and dashes, as follows: "a" maps to ".-", "b ...
分类:
其他好文 时间:
2019-01-03 11:00:10
阅读次数:
181
SQL Server中事务日志管理的阶梯,级别5:以完全恢复模式管理日志 作者:Tony Davis, 2012/01/27 该系列 本文是Stairway系列的一部分:SQL Server中事务日志管理的阶梯 当事情进展顺利时,没有必要特别注意事务日志的功能或工作方式。您只需要确信每个数据库都有正 ...
分类:
其他好文 时间:
2019-01-02 23:34:40
阅读次数:
372
A registration card number of PAT consists of 4 parts: the 1st letter represents the test level, namely, T for the top level, A for advance and B for ...
分类:
其他好文 时间:
2019-01-02 22:14:53
阅读次数:
195
1.文本颜色color 例如h1 {color:red;} 2.文本方向direction,不常用 默认ltr从左到右,rtl表示从右到左 3.文本水平对齐方式text-align 如果文本方向为ltr即从左到右则默认左对齐,如果文本方向为rtl即从右到左则默认右对齐 left、center、rig ...
分类:
Web程序 时间:
2019-01-01 11:14:20
阅读次数:
208
Given a string which contains only lowercase letters, remove duplicate letters so that every letter appear once and only once. You must make sure your ...
分类:
其他好文 时间:
2018-12-31 21:09:19
阅读次数:
137
Axis2webServicejavaWeb 前言: 今天给大家分享一下前段时间在做项目的时候做webservice接口的一些心得。 在web工程lib目录下导入 Axis2相关jar包 enter description here 在web.xml中配置 AxisServlet ,这个就是外部系统 ...
分类:
Web程序 时间:
2018-12-28 10:46:59
阅读次数:
197