Given s = "internationalization", abbr = "i12iz4n": Return true.abbr 里数字代表相应的字符数,问字符串是否相等虽然是一个easy 的题但却有两个坑:1. abbr 结尾的地方是数字 例如: s= "internationalizat... ...
分类:
其他好文 时间:
2018-11-12 14:58:26
阅读次数:
299
Given an array consists of non-negative integers, your task is to count the number of triplets chosen from the array that can make triangles if we tak ...
分类:
其他好文 时间:
2018-11-11 01:02:02
阅读次数:
198
1.rest风格 2.@Pathvariable注解 2.1配置正则实例 3.@valid与@Validated @valid与@Validated的区别,@Validated是spring中的,是在@valid基础上而来的,在@valid的基础上增加分组功能,这里就直接说@Validated,没有 ...
分类:
编程语言 时间:
2018-11-11 00:04:57
阅读次数:
159
Similar problem: #20 Valid Parentheses -- easy -- it only requires you to return true/false. We can simply use a stack to count whether the number of ...
分类:
其他好文 时间:
2018-11-10 15:31:45
阅读次数:
120
找到文件夹: 然后找ifcfg 开头的文件,挨个打开 里面有下面那些代码前三行的就是,添加后面DNS两行,保持并退出,然后继续执行两个ifdown and ifup 命令,然后ping www.baodu.com正常的话就没问题可以更新yum了。 重启网络 超简单将Centos的yum源更换为国内的 ...
分类:
Web程序 时间:
2018-11-07 11:40:20
阅读次数:
264
Additive number is a string whose digits can form additive sequence. A valid additive sequence should contain at least three numbers. Except for the f ...
分类:
其他好文 时间:
2018-11-05 16:18:38
阅读次数:
112
阿里云云服务器硬盘分区及挂载 云服务器环境:CentOS 6.5 64位 硬盘分区及挂载操作步骤: 1. 查看未挂载的硬盘(名称为/dev/xvdb) # fdisk -l Disk /dev/xvdb doesn't contain a valid partition table 2. 创建分区 ...
分类:
其他好文 时间:
2018-11-05 15:14:01
阅读次数:
168
1. 了解form 组件的原理 1.建立好form组件 class>>> 2.了解需要先is_valid() 判断是否可以取值 成功 form.cleaned_data 查看成功认证的字典 失败 form.errors 查看失败的键值对 3.自定义 钩子 4.在def clean 比较,通过 1 < ...
分类:
其他好文 时间:
2018-11-04 23:02:16
阅读次数:
198
https://leetcode.com/problems/valid-parentheses/description/ Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine ...
分类:
其他好文 时间:
2018-11-04 12:50:40
阅读次数:
140
20. https://leetcode.com/problems/valid-parentheses/description/ 32. https://leetcode.com/problems/longest-valid-parentheses/description/ 22. https:// ...
分类:
其他好文 时间:
2018-11-04 11:10:48
阅读次数:
134