本文由CocoaChina--不再犹豫(tao200610704@126.com)翻译 作者:@NIkant Vohra 原文:7 Things you must absolutely do before writing an iOS app 本文由CocoaChina--不再犹豫(tao20061 ...
分类:
移动开发 时间:
2016-06-15 16:02:28
阅读次数:
343
/*writing-mode*/.container{width:500px;height:500px;line-height:500px;text-align:center;border:1px solid #ccc;}.container span{height:100%\9;writing-m ...
分类:
其他好文 时间:
2016-06-13 13:36:39
阅读次数:
121
摘自:http://licstar.net/archives/6 “C# save CookieContainer to file”,发现了一份优雅的代码。http://stackoverflow.com/questions/1777203/c-writing-a-cookiecontainer-t ...
ViewDragHelper的使用
现在有好多好多应用都用到了抽屉面板
就是滑动的时候
从左侧或者右侧拉出来
然后主界面会变小一点
我们要用到一个API
ViewDragHelper,看了一下,父类直接是Object
源码1500行
/**
* ViewDragHelper is a utility class for writing custom ViewG...
分类:
其他好文 时间:
2016-06-12 03:31:40
阅读次数:
133
C 语言中的指针和内存泄漏 http://www.ibm.com/developerworks/cn/aix/library/au-toughgame/ 编写高效的C程序与C代码优化 http://www.cnblogs.com/archimedes/p/writing-efficient-c-an ...
分类:
编程语言 时间:
2016-06-11 11:53:56
阅读次数:
129
小笔记: Mavon是一种项目管理工具,通过xml配置来设置项目信息。 Mavon POM(project of model). Steps: 1. set up and configure the development environment. 2. writing your map and r ...
分类:
其他好文 时间:
2016-06-07 16:15:15
阅读次数:
236
本节包括内容: 继承Objective-C的类(Inheriting from Objective-C Classes) 采用协议(Adopting Protocols) 编写构造器和析构器(Writing Initializers and Deinitializers) 集成Interface B ...
分类:
编程语言 时间:
2016-06-06 11:53:45
阅读次数:
240
javascript模块化是一个比较大也是比较容易混淆的topic.通常几乎所有的第三方Library都支持CMD,AMD,ES6,Global object方式来引用lib所暴露出来的服务。 那么如果我们希望自己写一个lib,并且作为模块能被其他模块自由引用应该怎么写呢? 首先,我们需要弄清楚我们 ...
分类:
编程语言 时间:
2016-06-02 23:13:58
阅读次数:
329
原文地址:http://howtodoinjava.com/spring/spring-aop/writing-spring-aop-aspectj-pointcut-expressions-with-examples/ 1) Matching Method Signature Patterns T ...
分类:
编程语言 时间:
2016-06-02 18:22:11
阅读次数:
471
logstash报错现象Troubleparsingjson{:source=>"message",:raw=>"{\"@timestamp\":\"2016-05-30T14:51:27+08:00\",\"host\":\"10.139.48.166\",\"clientip\":\"180.109.110.203\",\"request_method\":\"GET\",\"size\":4286,\"responsetime\":0.000,\"upstreamtime\":\"-..
分类:
Web程序 时间:
2016-05-30 20:05:07
阅读次数:
6714