先来看一段谷歌官方对FAB的解释http://www.google.co.in/design/spec/components/buttons-floating-action-button.html#buttons-floating-action-button-floating-action-butt...
分类:
移动开发 时间:
2015-08-04 15:19:57
阅读次数:
833
#include
#define ch_not_spec(x) ((x) != '/' && (x) != '')
struct XML_NODE
{
char name[64];
char* property_start;
char* property_end;
int over_type;
int type;
std::vector child_list;
...
分类:
其他好文 时间:
2015-08-01 20:42:47
阅读次数:
88
前面文章讲到了Linux上通过.spec文件与rpmbuild命令将java程序打包为RPM安装包,现阶段遇到新的需求:使用Makefile来操纵java的编译、打包该需求以前面的内容为基础可以查看下面几篇文章,即可解决上述需求建议:先从一个小一点的案例入手,通过Makefile成功运行之后,一步步...
分类:
编程语言 时间:
2015-07-31 17:42:56
阅读次数:
182
http://coactionos.com/embedded%20design%20tips/2013/10/09/Tips-Context-Switching-on-the-Cortex-M3/The ARM Cortex-M3 architecture is designed with spec...
分类:
其他好文 时间:
2015-07-29 22:54:52
阅读次数:
289
from: http://stackoverflow.com/questions/630453/put-vs-post-in-restAccording to the HTTP/1.1 Spec:The POST method is used to request that the origin s...
分类:
其他好文 时间:
2015-07-27 10:40:18
阅读次数:
135
语法@spec put(Key,Value) ->OldValue.@spec get(Key)->Value.@spec get()->[{Key,Value}].@spec get_keys(Value)->[Key].@spec erase(Key)->Value.@spec erase()-...
分类:
系统相关 时间:
2015-07-23 19:51:58
阅读次数:
187
文档更新说明2012-12-02 v1.0 初稿2014-01-08 v1.1 增加设置ruby淘宝源相关内容2014-05-25 v2.0 增加国内spec镜像、使用私有pod、podfile.lock、创建spec文件等内容CocoaPods简介每种语言发展到一个阶段,就会出现相应的依赖管理工具...
分类:
移动开发 时间:
2015-07-19 17:52:35
阅读次数:
209
在配置web.xml的servlet-mapping 的 url-pattern 碰到问题, 上网查, 查到servelt2_2-spec.pdf才得到答案.
结论:
? '/XXX/*'
? '*.html'
? '/'
? 其他都是精确映射
例: '/XXX/Y*.html' 只能映射/XXX/Y*.html 的URL请求.
例: '/X...
分类:
移动开发 时间:
2015-07-18 11:01:14
阅读次数:
144
ssh命令格式:[root@localhost ~]# ssh --helpusage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec] [-D [bind_address:]port] [-e...
分类:
系统相关 时间:
2015-07-14 13:13:39
阅读次数:
558
前言这一段时间在翻看MQTT-SN的协议,对针对不依赖于TCP传输的MQTT协议十分感兴趣,总是再想着这货到底是怎么定义的。一系列文章皆有MQTT-SN 1.2协议所拼装组成,原文档地址:MQTT-SN_spec_v1.2.pdfMQTT-SN文档分为7个部分,我直接按照从前到后的顺序,直接组装成四...
分类:
其他好文 时间:
2015-07-13 13:34:54
阅读次数:
181