码迷,mamicode.com
首页 >  
搜索关键字:磁盘映射 重定向 view    ( 42574个结果
Android图片旋转,缩放,位移,倾斜,对称完整示例(一)——imageView.setImageMatrix(matrix)和Matrix
MainActivity如下: import android.os.Bundle; import android.view.MotionEvent; import android.view.View; import android.view.View.OnTouchListener; import android.widget.ImageView; import android.app.Acti...
分类:移动开发   时间:2014-06-29 07:18:53    阅读次数:1336
OpenCV Machine Learning 之正态贝叶斯分类器源代码分析(Normal Bayes Classifier)
1.类定义 在ml.hpp中有以下类定义: [cpp] view plaincopyprint? class CV_EXPORTS_W CvNormalBayesClassifier : public CvStatModel   {   public:       CV_WRAP CvNormalBayesClassifier();...
分类:其他好文   时间:2014-06-20 12:56:27    阅读次数:202
android动画-动画分类及代码示例
原来一直对动画一知半解,只知道按照网上的方法会用就行了,但是自己写起来感觉确实有点费劲,今天终于研究了代码实现,一下子感觉清晰多了。先把总结如下,代码中有详细的注释。 动画分类    1.Peoperty Animation       这个动画是Android3.0之后推出的目前用处不大。    2.View Animation        这类动画也叫twe...
分类:移动开发   时间:2014-06-20 12:08:56    阅读次数:289
Unable to render template resolver could not resolve to a file
Zend\View\Renderer\PhpRenderer::render: Unable to render template "wap/index/get-vhomeinfo"; resolver could not resolve to a file 原因是get-vhomeinfo在代码中是getVhomeinfo,不能有大写...
分类:其他好文   时间:2014-06-20 11:57:54    阅读次数:300
SwipeListView 详解 实现微信,QQ等滑动删除效果
今天看别人项目,看到别人使用了SwipeListView,Google一把,果然github上的,也参考了csdn上的几篇文章,然后自己写了个例子,分享给大家。 效果图: 嗯,看一眼SwipeListView的参数的设置: If you decide to use SwipeListView as a view, you can define it in your xml l...
分类:微信   时间:2014-06-20 10:04:06    阅读次数:461
学习笔记_springmvc返回值、数据写到页面、表单提交、ajax、重定向
springmvc返回值、数据写到页面、表单提交、ajax、重定向...
分类:编程语言   时间:2014-06-20 09:55:35    阅读次数:307
允许进行DML操作的视图条件
视图可以屏蔽某些基表的信息,或是join多个基表组成一个复杂查询,视图本身也是可以进行DML操作,但受一些条件的限制。 首先我们看下官方文档对视图进行DML操作的要求说明: The following notes apply to updatable views: An updatable view is one you can use to insert, update, or...
分类:其他好文   时间:2014-06-07 16:08:45    阅读次数:264
VMWare linux 虚拟机扩容
首先通过VMWare修改虚拟机参数,增加虚拟机磁盘空间(请参考相关资料),其次在虚拟机中加入扩容的磁盘空间。 1、使用parted查看可分配的空间 [root@stest ~]# parted GNU Parted 1.8.1 使用 /dev/sda Welcome to GNU Parted! Type 'help' to view a list of commands. (part...
分类:系统相关   时间:2014-06-07 15:34:37    阅读次数:296
iOS手动控制界面旋转
手动控制界面旋转的核心思路就是利用UIView的transform属性,旋转App的根视图。何为根视图?如果你的App的window.rootViewController是UINavigationController,那么根视图就是navigationController.view。为了旋转的效果和系统的一致,我们还需要为它添加一个UIView动画。...
分类:移动开发   时间:2014-06-07 15:28:17    阅读次数:242
Format string is not a string literal (potentially insecure)
Warning: Format string is not a string literal (potentially insecure)[objc]view plaincopyNSString*str=nil;str=[NSStringstringWithFormat:@"---%d---",18...
分类:其他好文   时间:2014-06-07 06:52:53    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!