Input 类型: color color 类型用在input字段主要用于选取颜色, 从拾色器中选择一个颜色如下所示: Input 类型: date date 类型允许你从一个日期选择器选择一个日期。 Input 类型: datetime datetime 类型允许你选择一个日期。 Input 类型 ...
分类:
其他好文 时间:
2017-03-25 00:40:07
阅读次数:
736
记录一下极光推送集成的一些食粮: 推送的要点无非:远程推送,本地推送,badge角标值的设定等。 1.badge [[UIApplicationsharedApplication]setApplicationIconBadgeNumber:0];//本地badge值设置 [JPUSHServices ...
分类:
其他好文 时间:
2017-03-22 16:14:16
阅读次数:
707
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. // UIApplication *app = [UIApplica... ...
分类:
移动开发 时间:
2017-03-04 22:33:01
阅读次数:
254
应用角标是iOS的一个特色,原生Android并不支持。或许是因为当时iOS的通知栏比较鸡肋(当然现在已经改进了很多),而Android的通知栏功能强大?所以才出现了一方依赖于数字角标,一方坚持强大的通知栏,在日常使用中这两种交互方式都各有特色,没什么违和感。但是啊,总有人想搞些大新闻: 当收到推送 ...
分类:
移动开发 时间:
2017-02-28 12:25:31
阅读次数:
362
使用 Go语言开发的比较成功的软件有哪些?国内有哪些公司正在使用 Go,有什么指导意见吗? 使用 Go语言开发的比较成功的软件有哪些?国内有哪些公司正在使用 Go,有什么指导意见吗? 8 条评论 分享 8 条评论 分享 分享 分享 分享 默认排序按时间排序 49 个回答 默认排序按时间排序 49 个 ...
分类:
编程语言 时间:
2017-02-27 18:50:06
阅读次数:
267
第一步: 关闭VS2013。 第二步: 进入目录: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Packages\schemas\html, 将commonHTML5Types.xsd改个名当备份。 (如果有commonHT ...
分类:
其他好文 时间:
2017-02-05 20:36:29
阅读次数:
203
Line belt TimeLimit:1000MS MemoryLimit:32768KB TimeLimit:1000MS MemoryLimit:32768KB 64-bit integer IO format:%I64d 64-bit integer IO format:%I64d Prob ...
分类:
其他好文 时间:
2017-01-24 12:10:29
阅读次数:
212
最近项目遇到一个需求,就是把某个目录的所有文件的名称以一定的规则插入到一个表中,首先来看下badge表结构: 目录名称为'Picture/Badge/',文件的命名也是以一定的规则来命名的,例如: balldate_1_1_sl.png,match_1_10_1_1_gr.png,apply_1_5 ...
分类:
其他好文 时间:
2016-12-02 16:13:38
阅读次数:
155
1、Badge 默认:添加 .am-badge class 到 <div> 或者 <span> 元素。 圆角:在默认样式的基础上添加 .am-radius class。 椭圆:在默认样式的基础上添加 .am-round class。 大小:结合辅助类中的字号 class,改变徽章大小。am-text ...
分类:
其他好文 时间:
2016-12-01 14:24:54
阅读次数:
306
/*! * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/mast ...
分类:
其他好文 时间:
2016-11-24 21:32:56
阅读次数:
208