码迷,mamicode.com
首页 >  
搜索关键字:lower    ( 3122个结果
【leetcode刷题笔记】Length of Last Word
Given a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the length of last word in the string.If the last word doe...
分类:其他好文   时间:2014-07-16 21:00:49    阅读次数:208
QEMU KVM Libvirt手册(8): 半虚拟化设备virtio
KVM本身并不提供半虚拟化功能,是通过virtio来实现的 The benefits of virtio drivers are of lower overhead and higher performance. Memory Ballooning (virtio_balloon) memory b...
分类:其他好文   时间:2014-07-13 22:08:16    阅读次数:571
2014 Super Training #7 B Continuous Login --二分
原题:ZOJ 3768http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3768一个结论:一个正整数总能用不超过三个前n项相加表示。先找一个的,在找两个,三个的,二分找,用lower_bound函数。代码:#include #i...
分类:其他好文   时间:2014-07-11 10:13:33    阅读次数:223
LeetCode ---Anagrams() 详解
Notice:Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.For example:Input: ["tea","an....
分类:其他好文   时间:2014-07-10 14:44:00    阅读次数:179
Check iO:初学Python
The end of otherFor language training our Robots want to learn about suffixes.In this task, you are given a set of words in lower case. Check whether ...
分类:编程语言   时间:2014-07-09 21:54:26    阅读次数:200
Oracle数据库获取uuid函数
Oracle新建系统表时,要求主键为32位uuid,猜测Oracle肯定会提供相关的函数。 翻阅相关文档,果然发现Oracle提供的函数 sys_guid() 用于获取32位uuid,简单使用为 select sys_guid() from dual; 该函数返回32位的uuid为大写,可以使用 lower(sys_guid()) 转为小写....
分类:数据库   时间:2014-07-08 13:23:44    阅读次数:343
Leetcode Anagrams
Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.题目的意思是:给出一组字符串,按组返回拥有相同变位词的字符串解题思路是: ...
分类:其他好文   时间:2014-07-06 17:47:10    阅读次数:210
如何设置mysql的表不区分你大小写
Linux上安装MySQL默认是数据库的表大小写敏感的。修改很简单,只要该一个mysql的配置文件就可以了。 mysql> show tables; +--------------------------------------+ | Tables_in_cddl                       | +--------------------------------------...
分类:数据库   时间:2014-07-04 07:51:23    阅读次数:264
grep 命令详解及相关事例
grep命令详解及相关事例一.匹配字符.匹配任意单个字符[]匹配指定范围内的任意字符[^]匹配飞指定范围内的任意字符[:alpha:]字母字符[:lower:]小写字母字符[:upper:]大写字母字符[:digit:]数字[:alnum:]字母数字字符[:space:]空白字符(禁止打印),如回车符、换行符、竖直制表符..
分类:其他好文   时间:2014-07-04 06:07:39    阅读次数:207
poj 1952 BUY LOW, BUY LOWER (最长递减子序列+不同子序列计数)
BUY LOW, BUY LOWER Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 8327   Accepted: 2888 Description The advice to "buy low" is half the formula to success i...
分类:其他好文   时间:2014-07-03 15:58:07    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!