码迷,mamicode.com
首页 >  
搜索关键字:lower_case_    ( 418个结果
LeetCode Anagrams My solution
Anagrams   Given an array of strings, return all groups of strings that are anagrams. Note: All inputs will be in lower-case. public class Solution { public List anagrams(Str...
分类:其他好文   时间:2014-10-31 19:07:14    阅读次数:147
msyql5.5设置不区分大小写
mysql的版本mysql>selectversion()\G***************************1.row***************************version():5.5.39msyql默认是区分大小写的创建数据库ZPFmysql>createdatabaseZPF;QueryOK,1rowaffected(0.00sec)修改my.cnf[mysqld]下添加lower_case_table_names=1重启m..
分类:其他好文   时间:2014-10-30 17:19:44    阅读次数:283
LeetCode Length of Last Word
Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string. If the last word does not exist, return 0. Note: A word is defi...
分类:其他好文   时间:2014-10-27 14:26:12    阅读次数:249
[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-10-26 14:18:54    阅读次数:158
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-10-24 13:00:38    阅读次数:170
[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-10-24 12:28:03    阅读次数:211
[LeetCode] Length of Last Word
今天又舔着脸开始LeetCode的征程了,本来是写在CSDN的,无奈遇上他家博客老是在升级中。。。题目:Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the...
分类:其他好文   时间:2014-10-24 00:11:43    阅读次数:151
leetcode - Anagrams
Given an array of strings, return all groups of strings that are anagrams. Note: All inputs will be in lower-case. class Solution { public: std::vector anagrams(std::vector &strs) { ...
分类:其他好文   时间:2014-10-23 09:33:28    阅读次数:173
ubuntu14.04修改mysql默认编码
修改文件为/etc/mysql/my.cnf[client]default-character-set = utf8 (ps:client的设置没变)[mysqld]lower_case_table_names = 1 (不区分大小写)character_set_server = utf8 (ps:...
分类:数据库   时间:2014-10-18 11:08:57    阅读次数:222
Length of Last Word
[leetcode]Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string....
分类:其他好文   时间:2014-10-15 11:06:50    阅读次数:205
418条   上一页 1 ... 34 35 36 37 38 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!