码迷,mamicode.com
首页 >  
搜索关键字:white    ( 3638个结果
ural 1147. Shaping Regions
1147. Shaping RegionsTime limit: 0.5 secondMemory limit: 64 MBNopaque rectangles (1 ≤N≤ 1000) of various colors are placed on a white sheet of paper w...
分类:Windows程序   时间:2015-12-26 11:43:24    阅读次数:256
JavaScript Objiects and Prototypes
Create JavaScript ObjectsUsing Object Literals: var obj = {name: 'Allen', color: 'White'}; Dynamic Nature of JavaScript: obj.age = 3;Using Construc...
分类:编程语言   时间:2015-12-25 14:53:40    阅读次数:155
CSS/CSS3常用样式小结
1.强制文本单行显示:white-space:nowrap;多行文本最后省略号:display: -webkit-box; -webkit-line-clamp:2; overflow: hidden; -webkit-box-orient: vertical; text-overflow: ell...
分类:Web程序   时间:2015-12-24 14:36:03    阅读次数:219
input框自动填充内容背景颜色为黄色解决方法
谷歌浏览器input自动填充内容,背景色会是黄色,想改的话:input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset;}这种方法没有了黄色背景,但是一点击input框还是会变为黄色input:-webkit-autofill { ...
分类:其他好文   时间:2015-12-23 21:20:38    阅读次数:178
Android中有哪些好的开发框架?
在安卓开发中,框架的使用必不可少,合理利用一些好的开发框架,往往可以达到事半功倍的效果。本文小编就将和大家分享安卓开发者不得不知的5款框架,一起来看看吧,新技能get走起~~1、thinkAndroid框架github地址: https://github.com/white-cat/ThinkAn....
分类:移动开发   时间:2015-12-22 16:04:01    阅读次数:160
XPath语法 在C#中使用XPath示例 【转http://www.cnblogs.com/yukaizhao/archive/2011/07/25/xpath.html】非常详细的文章
XPath语法 在C#中使用XPath示例XPath可以快速定位到Xml中的节点或者属性。XPath语法很简单,但是强大够用,它也是使用xslt的基础知识。示例Xml: 100 this is a black cat 80 this is a white cat ...
分类:Windows程序   时间:2015-12-21 12:30:15    阅读次数:234
使用lightProbe来模拟动态物体的照明shader
VertexLit path中读取lightProbe烘焙信息:Shader "VertexLitProbe" {Properties { _MainTex ("Base (RGB) Trans (A)", 2D) = "white" {}//主贴图}SubShader { LOD 10...
分类:其他好文   时间:2015-12-16 19:06:12    阅读次数:221
nginx 502错误
[root@yahonginx]#curllocalhost/i.php<html><head><title>502BadGateway</title></head><bodybgcolor="white"><center><h1>502BadGateway</h1></center><hr><center>nginx/1.4.4</center><..
分类:其他好文   时间:2015-12-16 09:41:00    阅读次数:134
302. Smallest Rectangle Enclosing Black Pixels
题目:An image is represented by a binary matrix with0as a white pixel and1as a black pixel. The black pixels are connected, i.e., there is only one blac...
分类:其他好文   时间:2015-12-16 09:25:18    阅读次数:956
[Leetcode] Sort Colors
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:其他好文   时间:2015-12-16 09:23:07    阅读次数:147
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!