You have a list of and a , and you want to know which words in matches the pattern. A word matches the pattern if there exists a permutation of letter ...
分类:
其他好文 时间:
2019-05-24 22:28:27
阅读次数:
120
WERTYU UVA - 10082 A common typing error is to place the hands on the keyboard one row to the right of the correct position. So ‘Q’ is typed as ‘W’ an ...
分类:
其他好文 时间:
2019-05-21 12:40:11
阅读次数:
151
1,WebSocket和Http的区别? HTTP只能由客户端发起通信,不能主动获取实时数据。常用的方法轮询,就是用一个定时器,不停地发http请求(非常浪费资源)。 我们希望的场景是这样的:服务端数据发生变化,主动向客户端推送最新信息,客户端也可以主动向服务器发送信息。这个时候 服务器推送技术We ...
分类:
Web程序 时间:
2019-05-21 11:28:54
阅读次数:
157
https://leetcode.com/problems/longest-string-chain/ Let's say word1 is a predecessor of word2 if and only if we can add exactly one letter anywhere in ...
分类:
其他好文 时间:
2019-05-19 13:59:38
阅读次数:
225
There is a box protected by a password. The password is n digits, where each letter can be one of the first k digits 0, 1, ..., k-1. You can keep inpu ...
分类:
其他好文 时间:
2019-05-16 23:04:39
阅读次数:
251
1)程序结构是三种:顺序结构、循环结构、选择结构(if和switch) 2)读程序都要从main()入口,然后从最上面顺序往下读(碰到循环做循环,碰到选择做选择) 3)计算机的数据在电脑中保存是以二进制的形式,数据存放的位置就是他的地址。 4)bit 是位 是指为0或者1。byte是指字节,一个字节 ...
分类:
编程语言 时间:
2019-05-14 13:20:52
阅读次数:
115
https://leetcode.com/problems/letter combinations of a phone number/ ...
分类:
其他好文 时间:
2019-05-03 09:25:25
阅读次数:
103
介绍常用的伪元素。 after用得比较多的 first-letter 用于为文本的第一个首字母设置样式。 before 用于在元素的内容前面插入新内容 使用此伪元素选择器一定要结合content属性 在每个<p>元素之前插入内容: after 用在网页布局比较多,清除浮动 用于在元素的内容后面插入新 ...
分类:
Web程序 时间:
2019-05-02 23:30:39
阅读次数:
236
故障现象描述: 执行 SQL 语句时,出现类似如下错误消息。 指令 SQL:insert into t_stat_file_temp SQLSTATE:57011,供应商错误代码: 964 DB2 SQL 错误:SQLCODE: 964,SQLSTATE:57011, SQLERRMC:空 故障原因 ...
分类:
数据库 时间:
2019-05-02 11:54:07
阅读次数:
535
writing writing Table of Contents 1. Abstract/summary 1.1. Summary Guide 1.2. Roadmap 1.3. inappropriate expression 1.4. letter limit 2. TOC 2.1. XInb ...
分类:
其他好文 时间:
2019-04-30 21:48:16
阅读次数:
340