码迷,mamicode.com
首页 >  
搜索关键字:letter    ( 1667个结果
316. Remove Duplicate Letters
Given a string which contains only lowercase letters, remove duplicate letters so that every letter appear once and only once. You must make sure your ...
分类:其他好文   时间:2016-12-05 07:46:31    阅读次数:192
CSS书写规范
一、CSS书写顺序 1.位置属性(position,top,right,z-index,display,float等) 2.大小(width,height,padding,margin) 3.文字系列(font,line-height,letter-spacing,color-text-align等 ...
分类:Web程序   时间:2016-12-03 17:58:53    阅读次数:190
CSS常用标签
CSS常用标签 一 CSS文字属性 color : #999999; /*文字颜色*/ font-family : 宋体,sans-serif; /*文字字体*/ font-size : 9pt; /*文字大小*/ font-style:itelic; /*文字斜体*/ font-variant:s ...
分类:Web程序   时间:2016-12-03 01:07:33    阅读次数:306
Leetcode: Find the Difference
O(N)time, O(1) space ...
分类:其他好文   时间:2016-11-30 07:46:39    阅读次数:242
Win7 “Bluetooth设置”对话框无法打开,及无法查找到设备
方法是在百度上找到的,试用成功。 win7系统配置蓝牙“允许Bluetooth设备连接到此计算机”选项不可 在你的电脑右下角找到蓝牙标示,然后右键单击蓝牙标示,弹出菜单,单击“打开设置”。如下图所示! 在设置页面将“允许Bluetooth设备查找此计算机”、“允许Bluetooth设备连接到此计算机 ...
分类:Windows程序   时间:2016-11-29 19:29:39    阅读次数:309
Leetcode-387 First Unique Character in a String
#387. First Unique Character in a String Given a string, find the first non-repeating character in it and return it's index. If it doesn't exist, retu ...
分类:其他好文   时间:2016-11-27 23:21:37    阅读次数:179
每天一道LeetCode--389. Find the Difference
Given two strings s and t which consist of only lowercase letters. String t is generated by random shuffling string s and then add one more letter at ...
分类:其他好文   时间:2016-11-26 11:22:19    阅读次数:177
Android Multimedia框架总结(二)MediaPlayer框架及播放网络视频案例
前言:前面一篇我们介绍MediaPlayer相关方法,有人说,没有实际例子,看得不是很明白,今天在分析MediaPlayer时,顺带一个播放网络视频例子。可以自行试试。今天分析的都是下几篇介绍各个模块进行铺垫。 Android中的MediaPlayer框架 MediaPlayer播放视频主要模块 播 ...
分类:移动开发   时间:2016-11-26 11:20:48    阅读次数:169
伪元素 first-letter
::after, ::before, ::backdrop, ::first-letter,::first-line, ::selection(css3)是伪元素, :active, :focus, :checked等等被称为伪类 要想::first-letter(:first-letter)伪元素 ...
分类:其他好文   时间:2016-11-25 19:50:28    阅读次数:288
C#回顾 –6.特性
1.特性是什么?Attribute用来对类、属性、方法等标注额外的信息,贴一个标签(附着物) 通俗:给 类 或 类成员 贴一个标签,就像航空部为你的行李贴一个标签一样 个人理解,特性就是修饰对象元数据的修饰符。 图中的 1.是特性 2.是访问修饰符 3.声明修饰符 4.数据类型 5.变量名 6.变量... ...
分类:Windows程序   时间:2016-11-25 16:35:15    阅读次数:280
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!