J - Watashi's BG Time Limit:3000MS Memory Limit:65536KB 64bit IO Format:%lld & %lluSubmit Status Practice ZOJ 3631Appoint description:DescriptionWatas...
分类:
其他好文 时间:
2015-03-05 22:12:45
阅读次数:
204
linux后台运行和关闭、查看后台任务fg、bg、jobs、&、nohup、ctrl+z、ctrl+c命令一、&加在一个命令的最后,可以把这个命令放到后台执行,如watch -n 10 sh test.sh & #每10s在后台执行一次test.sh脚本二、ctrl + z可以将一个正在前台...
分类:
系统相关 时间:
2015-03-05 19:22:37
阅读次数:
196
.bg{
width:300px;
height:50px;
background:#caca8c;
background-image:-webkit-gradient(
linear,50% 0,0 100%,
from(transparent),
color-stop(.5,transparent),...
分类:
Web程序 时间:
2015-03-03 16:42:15
阅读次数:
449
首先android的selector是在drawable/xxx.xml中配置的。
先看一下listview中的状态:
把下面的XML文件保存成你自己命名的.xml文件(比如list_item_bg.xml),在系统使用时根据ListView中的列表项的状态来使用相应的背景图片。
drawable/list_item_bg.xml
...
分类:
移动开发 时间:
2015-03-02 13:13:59
阅读次数:
129
在Quartz中如何设置旋转点?12UIImageView *imageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"bg.png"]]; imageView.layer.anchorPoint = CGPointMa...
分类:
其他好文 时间:
2015-03-01 17:02:56
阅读次数:
143
在Quartz中如何设置旋转点?12UIImageView *imageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"bg.png"]]; imageView.layer.anchorPoint = CGPointMa...
分类:
其他好文 时间:
2015-03-01 13:10:11
阅读次数:
134
在Quartz中如何设置旋转点?12UIImageView *imageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"bg.png"]]; imageView.layer.anchorPoint = CGPointMa...
分类:
其他好文 时间:
2015-03-01 13:05:09
阅读次数:
117
在Quartz中如何设置旋转点?12UIImageView *imageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"bg.png"]]; imageView.layer.anchorPoint = CGPointMa...
分类:
其他好文 时间:
2015-03-01 13:05:07
阅读次数:
108
ChouTiZhanShi.html
-->
body{background:url("img/bg.jpg")no-repeat}
*{margin:0px; padding:0px;}
#imgs{width:1218px ; height:233px ;border-radius:9px;
box-shadow:0px 0px 8p...
分类:
Web程序 时间:
2015-02-26 10:06:06
阅读次数:
183
MyHtml.html
-->
*{margin:0px 0px ; padding:0px 0px;}
body{background:#000;position:relative;}
body .bg {width:1300px;height:700px;position:absolute;left:20px;
top:10p...
分类:
Web程序 时间:
2015-02-26 10:05:47
阅读次数:
496