码迷,mamicode.com
首页 >  
搜索关键字:lower_case_    ( 418个结果
[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 ...
分类:其他好文   时间:2017-06-25 17:49:20    阅读次数:158
[LeetCode] 392. Is Subsequence Java
题目: Given a string s and a string t, check if s is subsequence of t. You may assume that there is only lower case English letters in both s and t. t i ...
分类:编程语言   时间:2017-06-25 11:08:48    阅读次数:128
[leetcode-392-Is Subsequence]
Given a string s and a string t, check if s is subsequence of t. You may assume that there is only lower case English letters in both s and t. t is po ...
分类:其他好文   时间:2017-06-23 19:38:18    阅读次数:219
HDU4622:Reincarnation(后缀数组,求区间内不同子串的个数)
Problem Description Now you are back,and have a task to do: Given you a string s consist of lower-case English letters only,denote f(s) as the number ...
分类:编程语言   时间:2017-06-20 10:58:47    阅读次数:247
【BZOJ2213】[Poi2011]Difference DP
【BZOJ2213】[Poi2011]Difference Description A word consisting of lower-case letters of the English alphabet ('a'-'z') is given. We would like to choose ...
分类:其他好文   时间:2017-06-18 15:13:54    阅读次数:125
hdu2476String painter (区间DP)
Problem Description There are two strings A and B with equal length. Both strings are made up of lower case letters. Now you have a powerful string pa ...
分类:其他好文   时间:2017-06-14 11:37:37    阅读次数:164
linux mysql不区分表名大小写配置
原来Linux下的MySQL默认是区分表名大小写的,通过如下设置,可以让MySQL不区分表名大小写:1、用root登录,修改 /etc/my.cnf;2、在[mysqld]节点下,加入一行: lower_case_table_names=1(值为0时区分大小写)3、重启MySQL即可; MySQL在 ...
分类:数据库   时间:2017-06-12 10:50:53    阅读次数:268
#leetcode#Anagrames
Given an array of strings, return all groups of strings that are anagrams. Note: All inputs will be in lower-case. 分析:推断两个String是不是anagrams,比較简单的方法就是先 ...
分类:其他好文   时间:2017-06-06 22:10:32    阅读次数:154
[HDU]3518——Boring counting
zhan.jiang.ou now faced a tough problem,his english teacher quan.hong.chun gives him a string,which consists with n lower case letter,he must figure o ...
分类:其他好文   时间:2017-06-05 22:19:28    阅读次数:135
mysql 表名区分大小写
原来Linux下的MySQL默认是区分表名大小写的,通过如下设置,可以让MySQL不区分表名大小写:1、用root登录,修改 /etc/my.cnf;2、在[mysqld]节点下,加入一行: lower_case_table_names=13、重启MySQL即可; 其中 lower_case_tab ...
分类:数据库   时间:2017-06-01 13:50:40    阅读次数:212
418条   上一页 1 ... 11 12 13 14 15 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!