网站开发与移动开发

博客园 首页 新随笔 管理

2011年12月13日 #

摘要: Today, we announced that HP will contribute our webOS software to the open source community and support its development going forward. We believe that this is the best way to ensure the benefits of webOS are accessible to the largest possible ecosystem.What does it mean to make webOS “open source”?“ 阅读全文
posted @ 2011-12-13 14:08 txf2004 阅读(160) 评论(0) 推荐(0) 编辑

摘要: /*** @author LuoXianXiong luoxianxiong@gmail.com* @version 1.0* @deprecation imageUtil*/public class ImageUtil { // Zoom-in Bitmap public static Bitmap zoomBitmap(Bitmap bitmap, int w, int h) { if (w <= 0 || h <= 0) { return bitmap; } int width = bitmap.getWidth(); int height = bitmap.getHeigh 阅读全文
posted @ 2011-12-13 10:31 txf2004 阅读(176) 评论(0) 推荐(0) 编辑