码迷,mamicode.com
首页 >  
搜索关键字:letter combinations    ( 2407个结果
4.css命名书写规范
CSS书写顺序 1.位置属性(position, top, right, z-index, display, float等) 2.大小(width, height, padding, margin) 3.文字系列(font, line-height, letter-spacing, color- t ...
分类:Web程序   时间:2018-05-06 16:16:41    阅读次数:243
Python版冒泡排序算法
0 为什么写本文 一方面对经典排序算法冒泡排序进行复习,另一方面通过实际应用来检验python基础知识的掌握情况,包括range函数、len函数、for循环、if语句、函数定义与调用、列表的排序等知识点。在实践中加深理解,达到学以致用、用以促学、学用相长的目的。 1 什么是冒泡排序 冒泡排序的基本思 ...
分类:编程语言   时间:2018-05-06 13:27:51    阅读次数:319
css
CSS html补充: 有两个在css中常操作的标签,<div>和<span>标签。 相对于前面html中介绍的标签,他们是最没用的,因为他们最大的特点就是没有特点。而这个也造就它们的使用场景更加的广泛。如果用其他标签来包裹一个标签,往往会带有外层标签的某个特征,如<b>标签会加粗文字,而这些我们特 ...
分类:Web程序   时间:2018-05-04 13:57:22    阅读次数:243
微信小程序 input使用letter-spacing失效问题
根据ui设计稿, 本来思路是一个input搞定,下面的线使用背景图 background:url('/images/line.png')no-repeat bottom center; 然后使用letter-spacing,让字体间隔开。 但是遇到了小程序的坑,letter-sapcing在inpu ...
分类:微信   时间:2018-05-04 12:05:45    阅读次数:2763
CSS笔记
段落<p>的常用style text-indent:20px;文本缩进 text-decoration:line-through;文本划线(underline) letter-spacing:20px;文字距离 文字控制: color:red; //文字颜色 font-style: italic; ...
分类:Web程序   时间:2018-05-04 11:54:11    阅读次数:198
第四章
CSS3样式: 1.CSS3(层叠样式): ①用来进行网页相对风格设计思的,使网页看起来更美观,清晰 ②CSS3是CSS的升级版本 2.CSS优点 ①.内容与表现分离 ②.网页的表现形式更加统一,更用于灵活修改 ③.丰富的样式,使得页面布局更灵活 ④减少代码量,增加浏览速度,节省宽带流量 ⑤运用独立 ...
分类:其他好文   时间:2018-05-04 01:35:24    阅读次数:147
LeetCode Medium: 39. Combination Sum
一、题目 Given a set of candidate numbers (candidates) (without duplicates) and a target number (target), find all unique combinations in candidates where ...
分类:其他好文   时间:2018-05-03 16:31:41    阅读次数:119
Day1 - Python基础1 介绍、基本语法、流程控制
Day1 - Python基础1 介绍、基本语法、流程控制 1.Python介绍 注:编程语言主要从这几个角度进行分类,编译型VS解释型、动态VS静态语言和强定义VS弱定义类型语言 1.1.Python是一门动态解释性的强类型定义语言 动态类型语言:指在执行程序时才检查数据类型的语言,编程时不会指定 ...
分类:编程语言   时间:2018-04-29 18:38:50    阅读次数:217
744. Find Smallest Letter Greater Than Target 查找比目标字母大的最小字母
[抄题]: Given a list of sorted characters letters containing only lowercase letters, and given a target letter target, find the smallest element in the ...
分类:其他好文   时间:2018-04-28 23:50:23    阅读次数:269
Problem I: Satellite Photographs
Problem I: Satellite Photographs Description Farmer John purchased satellite photos of W x H pixels of his farm (1 <= W <= 80, 1 <= H <= 1000) and wis ...
分类:其他好文   时间:2018-04-28 20:52:49    阅读次数:118
2407条   上一页 1 ... 65 66 67 68 69 ... 241 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!