码迷,mamicode.com
首页 >  
搜索关键字:docs    ( 6736个结果
mockito学习笔记
mockitohttp://mockito.github.io/mockito/docs/current/org/mockito/Mockito.html
分类:其他好文   时间:2014-10-23 16:06:39    阅读次数:134
坑爹啊!gradle 2.1构建android出现错误的解决方案
坑爹啊 浪费了我好长时间,结果是gradle版本不对  http://tools.android.com/tech-docs/new-build-system/version-compatibility 改成 buildscript { repositories { //mavenCentral() maven { url "...
分类:移动开发   时间:2014-10-22 06:26:26    阅读次数:254
opencv中keypoint数据结构分析
分析opencv中keypoint数据结构的相关信息,找到opencv的document(http://docs.opencv.org/java/org/opencv/features2d/KeyPoint.html)。可以看到KeyPoint这数据结构中有如下数据结构:angle:角度,表示关键点...
分类:其他好文   时间:2014-10-21 21:15:19    阅读次数:192
Postgres 技巧
在业务量大的时候 碰到需要添加索引,需要用到 CONCURRENTLY,不然你的库很容易会坏的 如  create index CONCURRENTLY idx_order_staist_uid on order_records 见 http://www.postgresql.org/docs/9.1/static/sql-createindex.html...
分类:其他好文   时间:2014-10-21 12:25:02    阅读次数:200
mybatis3温故
(1)官方开发文档:http://ibatis.apache.org/docs/dotnet/datamapper/ch03s09.html在ibatis中,该属性用于判断传入的值是否大于0在ibatis中,该属性用于判断传入的值是否为空IBATIS动态查询语句 用Map传参数 属性是存在 属性不存...
分类:其他好文   时间:2014-10-21 12:05:55    阅读次数:418
What does wildcard address in InetSocketAddress mean?
In the docs for the constructorInetSocketAddress(int port)it says:Creates a socket address where the IP address is the wildcard address and the port n...
分类:Web程序   时间:2014-10-21 04:38:05    阅读次数:203
PHP上传视频
https://github.com/chaping/plupload_docs这下载lupload有以下功能和特点:1、拥有多种上传方式:HTML5、flash、silverlight以及传统的。Plupload会自动侦测当前的环境,选择最合适的上传方式,并且会优先使用HTML5的方式。所以你完全...
分类:Web程序   时间:2014-10-21 00:50:02    阅读次数:840
cocos2dx 屏幕分辨率
http://cn.cocos2d-x.org/article/index?type=cocos2d-x&url=/doc/cocos-docs-master/manual/framework/native/v3/multi-resolution/zh.mdDirector::getInstance...
分类:其他好文   时间:2014-10-20 18:48:15    阅读次数:277
Unity开发 手机平台播放影片
http://www.cnblogs.com/zhaoqingqing/p/3401747.html截止到目前的Unity4.2版本,要在手机平台上播放影片,有两种方法:使用Unity自带的Move Texturehttp://docs.unity3d.com/Documentation/Scrip...
分类:移动开发   时间:2014-10-20 17:06:02    阅读次数:291
Unity3D 多平台_预编译相关宏定义
http://www.cnblogs.com/zhaoqingqing/p/3510332.htmlAPI地址:http://docs.unity3d.com/Documentation/Manual/PlatformDependentCompilation.html平台定义UNITY_EDITOR...
分类:编程语言   时间:2014-10-20 17:04:12    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!