NSString * appstoreUrlString = @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?mt=8&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software&id=APP_I...
分类:
移动开发 时间:
2015-04-08 18:06:30
阅读次数:
134
mainContainer leftContainer rightContainer #main{width: 100%;float: left;background-color: purple;color: #f...
分类:
Web程序 时间:
2014-12-23 19:27:53
阅读次数:
192
1.折叠面板--mAccordion 2.数字角标—mBadges 有底色
灰色
蓝色
绿色
棕色
红色
紫色
无底色(使用父元素背景色)颜色同上
1
2
3
4
5
6 3.按钮—mButton(mButton-blue/red/green/yellow/purple/)
有底色按钮:
默认
蓝色...
分类:
其他好文 时间:
2014-12-10 16:00:10
阅读次数:
1223
array_diff_key() 例子 1, 'red'=> 2, 'green'=> 3, 'purple' => 4);$array2 = array('green' => 5, 'blue' => 6, 'yellow' => 7, 'cyan'=> 8);var_dump(array_dif...
分类:
编程语言 时间:
2014-11-10 21:35:31
阅读次数:
295
NSString *str = [NSString stringWithFormat:@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa /wa/viewContentsUserReviews?type=Purple+Software&i...
分类:
移动开发 时间:
2014-11-07 14:29:06
阅读次数:
276
1、先说下Ubuntu14.04系统开机紫框的问题:Grub theme:黑色屏幕出现紫色边框There's a minor typo on the grub theme which produces a black screen with purple border before the grub menu is drawn and on Plymouth start. AIUI, there'...
分类:
系统相关 时间:
2014-11-05 23:10:17
阅读次数:
212
1.rgb颜色对照表http://www.ad75.cn/tool/color_3.html2.十二色铅笔中文名英文名RGB值红red#ff0000橙orange#ff6100黄yellow#ff0000绿green#00ff00蓝blue#0000ff靛cyan#00ffff紫purple#a02...
分类:
其他好文 时间:
2014-11-05 12:31:36
阅读次数:
194
跳转AppStore地址改变:由itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=123456789变为itms-apps://itune...
分类:
移动开发 时间:
2014-10-07 10:34:43
阅读次数:
196
层叠特性
p{color:green}
.red{color:red;}
.purple{color:purple;}
#line3{color:blue;}
这是第一行文本
这是第二行文本
这是第三行文本
这是第第四行文本
这是第五行文本
类别选择其的...
分类:
Web程序 时间:
2014-10-01 14:49:01
阅读次数:
235
<!DOCTYPEhtml>
<html>
<head>
<metacharset="utf-8">
<title></title>
<style>
a{
color:black;
}
a:visited{
color:purple;
}
a:hover{
color:red
}
a:active{
color:blue;
}
</style>
</head>
&..
分类:
Web程序 时间:
2014-09-25 11:42:49
阅读次数:
254