1 复习昨天知识 1.1 单标签 ◆注释标签 ctrl+/ ◆水平线标签 <hr> ◆换行标签 <br> 1.2 双标签 ◆段落标签 <p></p> ◆h1-h6 值只能取到6 h1在页面中只能出现一次。 ◆文本标签 <font></font> ◆图片标签 <img src=”图片的来源” alt ...
分类:
Web程序 时间:
2018-09-29 13:11:45
阅读次数:
150
给定一个仅包含数字 2-9 的字符串,返回所有它能表示的字母组合。 给出数字到字母的映射如下(与电话按键相同)。注意 1 不对应任何字母。 说明:尽管上面的答案是按字典序排列的,但是你可以任意选择答案输出的顺序。 ...
分类:
其他好文 时间:
2018-09-28 22:09:22
阅读次数:
181
We are to write the letters of a given string S, from left to right into lines. Each line has maximum width 100 units, and if writing a letter would c ...
分类:
编程语言 时间:
2018-09-27 12:03:36
阅读次数:
157
https://leetcode.com/problems/unique-letter-string/description/ A character is unique in string S if it occurs exactly once in it. For example, in str ...
分类:
其他好文 时间:
2018-09-27 01:54:00
阅读次数:
285
进入windows\regedit.exe下的HKEY_CRRENT_USER\Software\Microsoft\Windows\CurrentVersion\Exploer\User Shell Folders 修改Personal 相对应的value为 %USERPROFILE% ...
分类:
数据库 时间:
2018-09-25 16:34:48
阅读次数:
232
词法分析 In computer science, lexical analysis, lexing or tokenization is the process of converting a sequence of characters (such as in a computer progra ...
分类:
其他好文 时间:
2018-09-23 22:22:58
阅读次数:
296
任意门:http://hihocoder.com/problemset/problem/1829 Tomb Raider 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 Lara Croft, the ...
分类:
其他好文 时间:
2018-09-23 13:42:49
阅读次数:
166
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... ...
分类:
其他好文 时间:
2018-09-23 11:33:42
阅读次数:
165