码迷,mamicode.com
首页 >  
搜索关键字:vertica    ( 967个结果
使用 maskView 设计动画
1.maskView(maskLayer) 基本原理 :可类比于多张png图片叠加遮罩 2.maskView配合CAGradientLayer,alpha通道图片的使用.maskView是iOS8以上才有,假设要考虑兼容低版本号,用maskLayer替换 3.设计方本横向渐变消失的控件 一、两张pn ...
分类:其他好文   时间:2017-07-16 11:14:03    阅读次数:171
Word Search
Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjac ...
分类:其他好文   时间:2017-07-15 19:51:01    阅读次数:149
Html的基本元素(Element)
html概念+三大元素inline,block,inline-block ...
分类:Web程序   时间:2017-07-14 00:34:47    阅读次数:246
DevExress笔记
最近用DevExpress的WPF图表控件做柱形图看板,总结记录了一些笔记: 1.显示图例: 2.柱形图标题: 3.柱形图颜色: 4.柱形图外区域填充背景色: 5.柱形图颜色设置为一样:ColorEach="True" <dxc:XYDiagram2D Background="#343246" Se ...
分类:其他好文   时间:2017-07-13 22:47:46    阅读次数:199
vim的使用
:Ve 垂直打开目录结构 :S 水平打开目录结构 原文: https://stackoverflow.com/questions/14385379/explore-filesystem-directories-in-vim The best way to explore filesystem/dir ...
分类:系统相关   时间:2017-07-13 10:36:17    阅读次数:242
common.css
html {height:100%;} body {padding:0px; margin:0px; border:0px; font-family:Microsoft yahei,微软雅黑,Arial,Verdana,Tahoma,sans-serif; font-size:12px;} body... ...
分类:Web程序   时间:2017-07-12 15:09:19    阅读次数:206
css
一 CSS文字属性:color : #999999; /*文字颜色*/font-family : 宋体,sans-serif; /*文字字体*/font-size : 9pt; /*文字大小*/font-style:itelic; /*文字斜体*/font-variant:small-caps; / ...
分类:Web程序   时间:2017-07-12 15:06:34    阅读次数:192
463 Island Perimeter
You are given a map in form of a two-dimensional integer grid where 1 represents land and 0 represents water. Grid cells are connected horizontally/ve... ...
分类:其他好文   时间:2017-07-11 23:25:29    阅读次数:218
英语口语练习(Don't get me wrong, that explanation makes no difference, I'm still mad at you. Come on, be reasonable!)
绿色:连读; 红色:略读; 蓝色:浊化; 橙色:弱读 下划线_为浊化 口语蜕变(2017/7/11) 英文原文: Don’t get me wrong, that explanation makes no difference, I'm still mad at you. Come on, be r ...
分类:其他好文   时间:2017-07-11 09:38:11    阅读次数:254
Python 正则表达式模块 (re) 简介
Python 的 re 模块(Regular Expression 正则表达式)提供各种正则表达式的匹配操作,和 Perl 脚本的正则表达式功能类似,使用这一内嵌于 Python 的语言工具,尽管不能满足所有复杂的匹配情况,但足够在绝大多数情况下能够有效地实现对复杂字符串的分析并提取出相关信息。Py ...
分类:编程语言   时间:2017-07-10 12:06:25    阅读次数:251
967条   上一页 1 ... 65 66 67 68 69 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!