码迷,mamicode.com
首页 >  
搜索关键字:uppercase    ( 435个结果
[LeetCode] Longest Repeating Character Replacement 最长重复字符置换
Given a string that consists of only uppercase English letters, you can replace any letter in the string with another letter at most k times. Find the ...
分类:其他好文   时间:2016-10-26 09:40:13    阅读次数:431
AngularJS API
API 意为 Application Programming Interface(应用程序编程接口)。 通用的 API 函数: angular.lowercase()实例: angular.uppercase()实例: angular.isString()实例: angular.isNumber() ...
分类:Windows程序   时间:2016-10-24 14:12:58    阅读次数:227
AngularJS 表格
ng-repeat 指令可以完美的显示表格。 使用 angular 显示表格是非常简单的: 为了让页面更加美观,我们可以在页面中使用CSS: 使用orderBy过滤器: 排序显示,可以使用 orderBy 过滤器: 使用 uppercase 过滤器: 用 uppercase 过滤器转换为大写: 显示 ...
分类:Web程序   时间:2016-10-21 07:44:12    阅读次数:173
angularJS(3) - 过滤器
1). currency : 格式化数字为货币格式。 (|currency ) 2). filter:从数组项中选择一个子集。 3). lowercase:格式化字符串为小写。 4). orderBy:根据某个表达式排列数组。 5). uppercase:格式化字符串为大写。 ...
分类:Web程序   时间:2016-10-19 19:28:08    阅读次数:161
409. Longest Palindrome
Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those letters. This ...
分类:其他好文   时间:2016-10-16 07:49:39    阅读次数:197
angular第四天
1、过滤器种类 1.1 limitTo 1.2 urrency 1.3 number 1.4 json 1.5 lowercase 1.6 uppercase 1.7 date 1.8 orderby 1.9 filter ...
分类:其他好文   时间:2016-10-15 11:13:56    阅读次数:130
JMeter常用字符串相关函数
JMeter的惯用函数使用-字符串相关 JMeter的惯用函数使用-字符串相关 主要的函数如下:1.将字符串转为大写或小写: ${__lowercase(Hello,)} ${__uppercase(Hello,)}2.生成字符串: __RandomString函数 3.取字符串中的子串: __su ...
分类:其他好文   时间:2016-10-10 14:05:57    阅读次数:1123
leetcode409
Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those letters. This ...
分类:其他好文   时间:2016-10-07 01:14:31    阅读次数:112
[LeetCode] Longest Palindrome 最长回文串
Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those letters. This ...
分类:其他好文   时间:2016-10-05 12:39:27    阅读次数:133
PL/SQL Developer使用技巧、快捷键
1、类SQLPLUS窗口:File->New->CommandWindow,这个类似于oracle的客户端工具sqlplus,但比它好用多了。2、设置关键字自动大写:Tools->Preferences->Editor,将Keyword case选择Uppercase。这样在窗口中输入sql语句时,关键字会自动大写,而其它都是小写。这样阅读..
分类:数据库   时间:2016-09-26 18:13:03    阅读次数:242
435条   上一页 1 ... 33 34 35 36 37 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!