码迷,mamicode.com
首页 >  
搜索关键字:square    ( 2122个结果
S1/使用HTML语言和CSS开发商业站点/02-列表、表格和框架
列表的分类: 1、无序列表 使用<ul>标签作为无序列表的声明,使用<li>标签作为每个列表项的起始。<ul>标签有一个type属性,这个属性的作用就是制定在显示列表时所采用的项目符号类型。 type属性的取值 取值 说明 disc 项目符号显示为实体圆心,默认值 square 项目符号显示为实体方 ...
分类:编程语言   时间:2016-07-30 23:54:06    阅读次数:329
【SIGGRAPH】用【有说服力的照片真实】技术实现最终幻想15的视觉特效
原文:西川善司 http://www.4gamer.net/games/075/G007535/20160726064/ 最终幻想15的演讲会场。相当大,听众非常多。 在本次计算机图形和交互技术大会【SIGGRAPH 2016】上,和游戏相关的CG技术解说方面上,SQUARE ENIX有很强的存在感 ...
分类:其他好文   时间:2016-07-30 22:24:52    阅读次数:367
Android中okhttp的使用
框架下载地址:https://github.com/square/okhttp 今天给大家讲解下网络框架okhttp的使用,这个框架非常强大,很多框架都用它来加载网络资源,目前很多开发者还在用AsyncHttp,这个库现在已经不推荐使用了,Google已经去掉了httpclient,下面我们就看一下 ...
分类:移动开发   时间:2016-07-30 11:49:23    阅读次数:287
list-style
list-style: inside url(" "); 默认li的点在父级div框的外面,在li上加样式list-style-position: inside;可以使点在框内;点可以使用自己的图片list-style-image,也可以使用一些特定词:circle:空心圆;square:实心方块( ...
分类:其他好文   时间:2016-07-30 00:27:42    阅读次数:163
python 函数
def square_of_sum(L): sum=0; for i in L: sum+=i*i return sum print square_of_sum([1, 2, 3, 4, 5])print square_of_sum([-5, 0, 5, 15, 25]) ...
分类:编程语言   时间:2016-07-25 01:49:18    阅读次数:248
纯CSS画的基本图形(矩形、圆形、三角形、多边形、爱心、八卦等)
1、正方形 代码如下: #square { width: 100px; height: 100px; background: red; } #square { width: 100px; height: 100px; background: red; } #square { width: 100px ...
分类:Web程序   时间:2016-07-24 16:24:01    阅读次数:293
HTML 列表
列表(List):无序列表(UnOrdered List),有序列表(Ordered List),定义列表(Definition List) 无序列表:type参数可以设置无序列表的符号类型,除了默认(disc)之外,还可以设置为空心圆圈(circle),正方形(square) <h4>An Uno ...
分类:Web程序   时间:2016-07-24 16:17:04    阅读次数:166
Cells Not Under Attack
Cells Not Under Attack Cells Not Under Attack Vasya has the square chessboard of size n?×?n and m rooks. Initially the chessboard is empty. Vasya will ...
分类:其他好文   时间:2016-07-24 13:35:47    阅读次数:211
Codeforces Round #364 (Div. 2) B
Description Vasya has the square chessboard of size n?×?n and m rooks. Initially the chessboard is empty. Vasya will consequently put the rooks on the ...
分类:其他好文   时间:2016-07-23 15:11:14    阅读次数:175
cf701B Cells Not Under Attack
Vasya has the square chessboard of size n?×?n and m rooks. Initially the chessboard is empty. Vasya will consequently put the rooks on the board one a ...
分类:其他好文   时间:2016-07-23 13:24:14    阅读次数:156
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!