filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4); -moz-box-shadow: 2px 2px 10px #909090; -webkit-box-sha...
分类:
Web程序 时间:
2015-02-28 18:23:42
阅读次数:
125
//左箭头
$(".left").arrow({color:'#FF0000',height:10,width:20,direction:'left'});
//默认情况
$(".top").arrow();
//向下箭头
$(".bottom").arrow({color:'#FF9900',height:30,width:30,direction:'bottom'});...
分类:
Web程序 时间:
2015-02-28 10:17:13
阅读次数:
244
背景:dfs递归实现。
思路:对于每一个@都把和组成一个片区相连的所有@变成*,并计数一次。
#include
#include
#include
using namespace std;
char map[105][105];
int direction[8][2]={1,0,1,1,1,-1,0,1,0,-1,-1,0,-1,1,-1,-1};
void dfs(int i,int ...
分类:
其他好文 时间:
2015-02-27 11:55:51
阅读次数:
143
页面的自动滚动效果,可由javascript来实现,但是今天无意中发现了一个html标签 - 可以实现多种滚动效果,无需js控制。使用marquee标记不仅可以移动文字,也可以移动图片,表格等.语法:...; 说明:在标记之间添加要进行滚动的内容。重要属性:1.滚动方向direction(包括4个值...
分类:
Web程序 时间:
2015-02-26 18:13:00
阅读次数:
156
siggraph13上面的文章,《The Last Of Us》实实在在代表ps3的图像最高水平。使用了light map,其中的direction ambient shadow是当时让人一惊的效果...
分类:
其他好文 时间:
2015-02-18 11:53:50
阅读次数:
202
ChartDirector 蛋疼目录,感觉截db了Y-Axis Scalingy轴 柱状图 CSharpASP/axisscale.aspxStart Angle and Direction 饼图/CSharpASP/anglepie.aspxBackground and Wallpaper背景和壁...
分类:
其他好文 时间:
2015-02-13 19:58:19
阅读次数:
272
Dear Apple,I want to be pointed in the right direction in programming a number of features to my BMW 2007 Z4 3.0si, but I really do not want to end up...
分类:
其他好文 时间:
2015-02-11 16:21:09
阅读次数:
160
for IE:direction 阴影角度 0°为从下往上 顺时针方向strength阴影段长度-moz-box-shadow: 2px 2px 10px #909090;-webkit-box-shadow: 2px 2px 10px #909090;box-shadow:2px 2px 10px...
分类:
其他好文 时间:
2015-02-07 20:20:33
阅读次数:
231
#1094 : Lost in the City
时间限制:10000ms
单点时限:1000ms
内存限制:256MB
描述
Little Hi gets lost in the city. He does not know where he is. He does not know which direction is north.
Fort...
分类:
其他好文 时间:
2015-02-04 09:30:13
阅读次数:
181
添加地形游戏对象 【Hierarchy-Create-Terrain】 为了看的看清楚,在添加一个平行光 【Hierarchy-Create-Direction light】 导入地形包 【Assets-Import Package- Terrain As...
分类:
编程语言 时间:
2015-02-02 00:26:29
阅读次数:
388