1 切片操作 利用切片进行字符串的反序特别方便 letter = 'abcdefghijklmnopqrstuvwxyz' print(letter[-3:]) # 从倒数第三个取到最后 print(letter[::5]) # 每隔五个取一个元素 print(letter[::-1]) # 用于字 ...
分类:
其他好文 时间:
2019-08-18 21:39:07
阅读次数:
86
Problem Description Some of the secret doors contain a very interesting word puzzle. The team of archaeologists has to solve it to open that doors. Be ...
分类:
其他好文 时间:
2019-08-18 21:28:28
阅读次数:
102
Docker 是一个容器化平台,允许您快速构建,测试和部署应用程序,作为便携式,自给自足的容器,几乎可以在任何地方运行。 Docker 是容器技术的事实上的标准,它是 DevOps 工程师及其持续集成和交付管道的必备工具。 在本教程中,我们将指导您完成在 Debian 9 机器上安装 Docker ...
分类:
其他好文 时间:
2019-08-17 10:50:22
阅读次数:
107
K - Count the string HDU - 3336 题目链接:https://vjudge.net/contest/70325#problem/K 题目: It is well known that AekdyCoin is good at string problems as well ...
分类:
其他好文 时间:
2019-08-17 00:53:20
阅读次数:
79
Problem Description The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter'e'. He was a member of the Oulip ...
分类:
其他好文 时间:
2019-08-16 12:03:36
阅读次数:
92
配置邮件报警功能1.在zabbix服务器上安装mail服务:yuminstallmailx-y问题:couldnotconnect:Connectiontimedout“/root/dead.letter”11/318...messagenotsent.分析:阿里云服务器关闭了25端口,发送邮件连接不上服务器的缘故,而且官方不允许打开该端口一、请求数字证书依次完成以下命令mkdir-p/data/
分类:
其他好文 时间:
2019-08-11 10:44:43
阅读次数:
125
Implement a trie with insert, search, and startsWith methods. Example: Note: You may assume that all inputs are consist of lowercase letters a-z. All ...
分类:
其他好文 时间:
2019-08-10 09:32:47
阅读次数:
67
John never knew he had a grand-uncle, until he received the notary's letter. He learned that his late grand-uncle had gathered a lot of money, somewhe ...
分类:
其他好文 时间:
2019-08-09 21:25:08
阅读次数:
71
【Leetcode】17. 电话号码的字母组合(Letter Combinations of a Phone Number) 题目描述: 给定一个仅包含数字 2-9 的字符串,返回所有它能表示的字母组合。 给出数字到字母的映射如下(与电话按键相同)。注意 1 不对应任何字母。 示例: 输入:"23" ...
分类:
其他好文 时间:
2019-08-07 19:27:54
阅读次数:
126
题目描述: Ciel the Commander time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Now Fox Ciel bec ...
分类:
其他好文 时间:
2019-08-07 14:41:09
阅读次数:
90