码迷,mamicode.com
首页 >  
搜索关键字:purple    ( 89个结果
iOS 跳转到appstore评论
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
CSS——实现两侧固定中间自适应的布局(PC)
mainContainer leftContainer rightContainer #main{width: 100%;float: left;background-color: purple;color: #f...
分类:Web程序   时间:2014-12-23 19:27:53    阅读次数:192
Mui框架一 快捷键+基础知识点
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数组
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
程序内部让用户直接上appstore评价游戏的链接地址以及跳转方法
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
Ubuntu图形界面环境下启动应该程序:
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
iOS7跳转AppStore地址
跳转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
css选择器优先级
层叠特性         p{color:green}     .red{color:red;}    .purple{color:purple;}    #line3{color:blue;}             这是第一行文本      这是第二行文本     这是第三行文本     这是第第四行文本     这是第五行文本 类别选择其的...
分类:Web程序   时间:2014-10-01 14:49:01    阅读次数:235
CSS伪类
<!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
89条   上一页 1 ... 6 7 8 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!