In this Document
Goal
Solution
1.- Information about These Packages
2.- Solution
References
APPLIES TO:
Orac...
分类:
其他好文 时间:
2014-11-14 17:48:12
阅读次数:
201
1.SIFTSIFT(Scale-invariant feature transform)是一种检测局部特征的算法,该算法通过求一幅图中的特征点(interest points,or corner points)及其有关scale 和 orientation 的描述子得到特征并进行图像特征点匹配,获...
分类:
其他好文 时间:
2014-11-14 10:41:23
阅读次数:
286
Android动画分为帧动画和补间动画.
补间动画的效果:
alpha-------渐变透明度动画效果scale--------渐变尺寸伸缩动画效果translate---画面转换位置移动动画效果rotate------画面转移旋转动画效果
具体属性:
<alpha
android:duration="3"
android:f...
分类:
移动开发 时间:
2014-11-13 20:48:09
阅读次数:
220
一时疏忽 因为把测试网址弄错 误以为是环境出了问题 重装了mod_wsgi重启apache的时候报了 $?service?apache2?restart
Syntax?error?on?line?1?of?/etc/apache2/sites-enabled/webapp:
Invalid?command...
分类:
Web程序 时间:
2014-11-13 11:07:57
阅读次数:
213
//@mg:masksToBounds必须为NO否者阴影没有效果// cell.layer.masksToBounds = NO; cell.layer.contentsScale = [UIScreen mainScreen].scale; cell.layer.shadowOpacity...
分类:
其他好文 时间:
2014-11-12 16:20:50
阅读次数:
160
1.导包:commons-fileupload-1.2.2 & commons-io=2.0.12.设置上传的表单属性: 3.在dealUploadServlet进行处理: 3.1 FileItemFactory fac=new DiskItemFactory(); ServletFileU...
分类:
编程语言 时间:
2014-11-12 11:41:02
阅读次数:
198
1.viewport定义的解析1. (1)强制让文档与设备的宽度保持1:1;(2)文档最大的宽度比列是1.0(initial-scale初始刻度值和maximum-scale最大刻度值);(3)user-scalable定义是否可缩放(0为不缩放),使页面固定设备上面的大小。2.flexbox页面布...
分类:
移动开发 时间:
2014-11-12 10:28:23
阅读次数:
194
public class DensityUtils {
/**
* 根据手机的分辨率从 dp 的单位 转成为 px(像素)
*/
public static int dip2px(Context context, float dpValue) {
final float scale = context.getRe...
分类:
移动开发 时间:
2014-11-11 14:27:29
阅读次数:
226
EMC收购的ScaleIO是分布式存储,提供块存储接口。*性能:随节点数量线性扩展,具体数值待查*功能:**架构:通用存储服务器scale-out分布式块存储系统有client和server角色区分,可共存于同一物理机。支持融合部署:存储服务器与应用服务器共存。**可靠性:副本方式(默认两副本..
分类:
其他好文 时间:
2014-11-11 12:53:00
阅读次数:
339
this bundle is invalid . new apps and app updates submitted to the app store must be built with public在网上查了好久,始终告诉我,要使用xcode5,和IOS7可是奇怪的是我本来使用的就是xcode...
分类:
移动开发 时间:
2014-11-11 12:35:53
阅读次数:
195