Longest Substring Without Repeating Characters ...
分类:
其他好文 时间:
2019-07-16 18:35:16
阅读次数:
89
A - Tokitsukaze and Enhancement 题目链接:http://codeforces.com/contest/1191/problem/A 题目: Tokitsukaze is one of the characters in the game "Kantai Collect ...
分类:
其他好文 时间:
2019-07-16 12:19:26
阅读次数:
85
Implement atoi which converts a string to an integer. The function first discards as many whitespace characters as necessary until the first non white ...
分类:
其他好文 时间:
2019-07-16 08:24:55
阅读次数:
85
听说git比svn的branch功能好,所以装了个msysgit玩.执行完了git init操作后想建branch,用git branch develop命令,结果报错,说 fatal: Not a valid object name: 'master' 看了这个篇文章http://stackove ...
分类:
其他好文 时间:
2019-07-15 22:45:25
阅读次数:
297
Markdown: Syntax ================ Main Basics Syntax License Dingus "Overview" "Philosophy" "Inline HTML" "Automatic Escaping for Special Characters" ...
分类:
其他好文 时间:
2019-07-14 15:19:12
阅读次数:
118
Codeforces Round #573 (Div. 2) A. Tokitsukaze and Enhancement Tokitsukaze is one of the characters in the game "Kantai Collection". In this game, ever ...
分类:
其他好文 时间:
2019-07-13 21:25:56
阅读次数:
178
题目链接 : https://leetcode cn.com/problems/valid palindrome/ 题目描述: 给定一个字符串,验证它是否是回文串,只考虑字母和数字字符,可以忽略字母的大小写。 说明: 本题中,我们将空字符串定义为有效的回文串。 示例: 示例 1: 示例 2: 思路: ...
分类:
其他好文 时间:
2019-07-11 20:36:47
阅读次数:
133
问题描述: Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occ ...
分类:
编程语言 时间:
2019-07-09 16:45:56
阅读次数:
125
这是悦乐书的第 375 次更新,第 402 篇原创 01 看题和准备 今天介绍的是 算法题中 级别的第 题(顺位题号是 )。给定仅由小写字母组成的字符串 ,返回列表中所有字符串都有显示的字符的列表(包括重复字符)。例如,如果一个字符在所有字符串中出现3次但不是4次,则需要在最终答案中包含该字符三次。 ...
分类:
其他好文 时间:
2019-07-06 13:44:46
阅读次数:
109
使用yum install httpd 命令安装Apache 提示错误 annot find a valid baseurl for repobase7x86_64 解决方法: 进入 ls命令寻找类似 ifcfg-enp0s3 命名的文件 vi ifcfg-enp0s3 进入文件 修改最后的ONBO ...
分类:
其他好文 时间:
2019-07-05 17:56:02
阅读次数:
109