10 2014 档案
摘要:在android当中,Bitmap代表一个图片,里面封装了图片相关的信息。一、将图片进行缩放操作1、获得Bitmap对象Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.xx); (2)创建MatrixMa...
阅读全文
摘要:在Android的官方文档当中,对android:screenOrientation的说明如下:http://www.cnblogs.com/snowberg/archive/2012/07/15/2618908.htmlandroid:screenOrientationThe orientatio...
阅读全文
摘要:http://blog.csdn.net/redoffice/article/details/7777504
阅读全文
摘要:http://www.tttabc.com/android/keytool-keystore-jarsigner-apk.htm
阅读全文
摘要:http://welcome66.iteye.com/blog/1845176eclipse里安装SVN插件,一般来说,有两种方式:直接下载SVN插件,将其解压到eclipse的对应目录里使用eclipse 里Help菜单的“Install New Software”,通过输入SVN地址,直接下载安...
阅读全文
摘要:看一段普通的代码,我们访问controller中的一个方法后,重定向到另外一个controller或者视图。 @RequestMapping(params="method=index") public ModelAndView index() { RedirectView ...
阅读全文
摘要:@SessionAttributes
阅读全文