码迷,mamicode.com
首页 >  
搜索关键字:letter    ( 1667个结果
HDU - 2476 String painter
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 painter. With the help ...
分类:其他好文   时间:2017-08-05 10:00:05    阅读次数:132
jQuery.validator.addMethod自定义验证
jQuery.validator.addMethod("numOrLetter", function(value, element) { return this.optional(element) || /^[0-9|A-Z|a-z]+$/.test(value);}, "请输入数字或字母"); $ ...
分类:Web程序   时间:2017-08-04 13:55:50    阅读次数:260
微信小程序-滚动消息通知
写在前面: 微信小程序学的不太多,做了一个简单的项目,回来很快时间内把在深圳两天的房租给赚回来了。 这次我主要想总结一下微信小程序实现上下滚动消息提醒,主要是利用swiper组件来实现,swiper组件在小程序中是滑块视图容器。 我们通过vertical属性(默认为false,实现默认左右滚动)设置 ...
分类:微信   时间:2017-08-02 21:05:09    阅读次数:1133
CSS简单介绍
一、方式 1.内联式引用 2.内部引用 3.外部引用(链接式引用,导入式引用) 4.优先级(由高到低) 内联式》外部链接式》内部式》外部导入式 二、内联式 1.直接从HTNL标签上注明格式 2。使用方法简单,不建议使用 3.维护成本高 三、内部引用 1.将样式声明在HTMl页面中 2.使用<styl ...
分类:Web程序   时间:2017-08-02 17:42:54    阅读次数:271
Codeforces Round #426 (Div. 2) C. The Meaningless Game (二分 or pow函数)
Slastyona and her loyal dog Pushok are playing a meaningless game that is indeed very interesting. The game consists of multiple rounds. Its rules are ...
分类:其他好文   时间:2017-08-01 12:52:02    阅读次数:186
两位整数相乘形成的最大回文数是 9009 = 99 × 91。编写程序,求得任意输入的 n 位整数相乘形成的最大回文数。
题目内容: 两位整数相乘形成的最大回文数是 9009 = 99 × 91。编写程序,求得任意输入的 n 位整数相乘形成的最大回文数。 输入格式: 正整数 n 输出格式: n 位整数相乘形成的最大回文数 输入样例: 2 输出样例: 9009 题目内容: 两位整数相乘形成的最大回文数是 9009 = 9 ...
分类:其他好文   时间:2017-07-31 14:51:15    阅读次数:221
Lexicography
An anagram of a string is any string that can be formed using the same letters as the original. (We consider the original string an anagram of itself ...
分类:其他好文   时间:2017-07-31 14:31:32    阅读次数:219
LeetCode17:Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telepho ...
分类:其他好文   时间:2017-07-29 18:55:16    阅读次数:141
腾讯云-搭建 .NET Core 开发环境
搭建 .NET Core 开发环境 安装 .Net Core 执行代码 任务时间:时间未知 .NET Core 的官方文档很详细,本实验带你建立一个.NET Core 1.1的Web运行环境,更多内容可以可以查阅微软官方文档。 安装 .Net Core 执行命令[安装 .Net Core] 可能由于 ...
分类:Web程序   时间:2017-07-29 18:55:08    阅读次数:1335
1667条   上一页 1 ... 78 79 80 81 82 ... 167 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!