码迷,mamicode.com
首页 >  
搜索关键字:upper    ( 2194个结果
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 ...
分类:其他好文   时间:2014-11-29 08:23:27    阅读次数:153
python小写转大写金额
python小写转大写金额 摘自:http://shine-it.net/index.php?topic=14575.0 def _rmb_upper(self, value): """ 人民币大写 来自:http://topic.csdn.net/u/20091129/20/b778a93d-9f...
分类:编程语言   时间:2014-11-26 13:30:29    阅读次数:235
[leetcode] 18. Length of Last Word
这个题目很简单,给一个字符串,然后返回最后一个单词的长度就行。题目如下: Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last...
分类:其他好文   时间:2014-11-26 01:07:58    阅读次数:218
oracle表名与列名小写转成大写
批量将表名变为大写begin for c in (select table_name tn from user_tables where table_name upper(table_name)) loop begin execute immediate 'alter table "'...
分类:数据库   时间:2014-11-25 18:15:34    阅读次数:340
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...
分类:其他好文   时间:2014-11-24 19:21:31    阅读次数:162
STL之std::set、std::map的lower_bound和upper_bound函数使用说明
本文整理和介绍了STL中有序集合的lower_bound、upper_bound以及equal_range的功能及使用,梳理下相关知识。
分类:其他好文   时间:2014-11-23 21:38:32    阅读次数:205
自己学驱动8——uboot代码阅读三(start.S)
/* Set up the stack                            */ stack_setup:     ldr    r0, _TEXT_BASE        /* upper 128 KiB: relocated uboot   */     sub    r0, r0, #CFG_MALLOC_LEN    /* malloc area          ...
分类:其他好文   时间:2014-11-23 19:00:15    阅读次数:329
米歇尔·魏特曼
米歇尔?魏特曼(Michael Wittmann)(1914年4月22日-1944年8月8日),第二次世界大战期间德国活跃的虎式坦克英雄。 出生于巴伐利亚的Oberpfalz(英译Upper Palatinate)的Vogelthal,父亲约翰?魏特曼是一位农民。1934年10月30日入伍,成为德国...
分类:其他好文   时间:2014-11-23 17:28:32    阅读次数:187
[HDU 4585] Shaolin (map应用)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4585题目大意:不停的插入数字,问你跟他相距近的ID号。如果有两个距离相近的话选择小的那个。用map,先用upper_bound找到大的,然后迭代器减1,就能够找到相近的两个。然后。。用链表不知道为什么有...
分类:其他好文   时间:2014-11-23 12:59:06    阅读次数:129
orcale和hive常用函数对照表(?代表未证实)
函数分类oraclehive说明字符函数upper('coolszy')upper(stringA)ucase(stringA)将文本字符串转换成字母全部大写形式lower('KUKA')lower(stringA)lcase(stringA)将文本字符串转换成字母全部小写形式initca...
分类:其他好文   时间:2014-11-22 17:22:00    阅读次数:407
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!