问题描述: Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which th ...
分类:
Web程序 时间:
2018-07-15 12:27:37
阅读次数:
239
原博主:https://blog.csdn.net/amovement/article/details/80358962 B. Bus of Characters time limit per test 2 seconds memory limit per test 256 megabytes in ...
分类:
其他好文 时间:
2018-07-14 16:32:10
阅读次数:
171
nknown lifecycle phase “–Dmaven.test.skip=true”. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-gr ...
分类:
系统相关 时间:
2018-07-14 14:44:54
阅读次数:
1792
Given a text file file.txt that contains list of phone numbers (one per line), write a one liner bash script to print all valid phone numbers. You may ...
分类:
其他好文 时间:
2018-07-13 17:43:02
阅读次数:
122
问题描述 在html界面用 v bind:xx 的方式去绑定一个事件函数时IE10 控制台报错 “valid未定义” 问题代码示例: 解决过程1: 我将html中的 改为了 。然后控制台出现了新的错误,但是至少确信了 在IE中不支持函数省略括号的写法。 新的错误是 未定义,于是进入下步解决过程。 解 ...
分类:
Web程序 时间:
2018-07-13 17:39:52
阅读次数:
626
67. Add Binary Given two binary strings, return their sum (also a binary string). The input strings are both non-empty and contains only characters 1 ...
分类:
其他好文 时间:
2018-07-12 21:49:15
阅读次数:
132
最近使用CentOS7学习,安装安装Apache时候,使用yum安装Apache报错:本文适合CentOS7和RHEL7 出现:cannot find a valid baseurl for repo:base/7/x86_64。 针对这个问题,网上有大量的解决方案,说是网络不通的,比如: 修改: ...
分类:
Web程序 时间:
2018-07-10 14:41:21
阅读次数:
6629
Eclipse新建Maven工程,通过配置Maven的pom.xml文件下载hdfs相关jar包,结果报以下的错误DescriptionResourcePathLocationTypeArchiveforrequiredlibrary:‘C:/Users/Administrator/.m2/repository/org/apache/hadoop/hadoop-hdfs/2.7.3/had
分类:
其他好文 时间:
2018-07-10 00:32:56
阅读次数:
366
Valid Anagram 题目 思路与解答 答案 Valid Palindrome 题目 思路与解答 答案 Valid Palindrome II 题目 思路与解答 答案 Valid Parentheses 题目 思路与解答 答案 Valid Perfect Square 题目 思路与解答 答案 ...
分类:
编程语言 时间:
2018-07-09 22:28:24
阅读次数:
282
tr命令:translate or delete characters更改或删除来自标准输入的字符语法格式:tr [OPTION]... SET1 [SET2]常用选项:-d 删除字符集中的所有匹配的字符,如指定test(这个就是字符集)。会删除t、e、s-s 删除所有重复出现字符序列,只保留第一个;即将重复出现字符串压缩为一个字符串实例:[root@www1&
分类:
其他好文 时间:
2018-07-09 16:28:55
阅读次数:
140