移动平台
原文出处:http://blog.csdn.net/arvin_qx/article/details/6829873在tomcat下部署两个或多个项目时,web.xml文件中最好定义webAppRootKey参数,如果不定义,将会缺省为“webapp.root”,如下:webAppRootKeywe...
分类:移动平台 时间:2014-01-23 20:01:41 收藏:0 阅读:552
http://stackoverflow.com/questions/7804982/webview-loaddatawithbaseurl-doesnt-show-images
分类:移动平台 时间:2014-01-23 19:41:41 收藏:0 阅读:455
1.使用handler实现线程间通信2.Activity.runOnUiThread3.View.post(Runnable)4.View.postDelayed(Runnable,long).
分类:移动平台 时间:2014-01-23 19:38:41 收藏:0 阅读:392
频繁的垃圾回收有可能暗示着内存泄露,在我手机统计数据,每次垃圾回收会占据100ms左右,这对内存和事件响应要求严格的程序(游戏等)来讲是可观的性能损耗。
分类:移动平台 时间:2014-01-23 19:09:41 收藏:0 阅读:444
网一代,我们先称为PC互联网,这大约可以从2010年作为分界,然后就是基于手机,及可穿戴的移动互联网。在PC时代,软件都很庞大复杂,甚至客端端和网页混合,比如常见的桌面软件,Office及Photoshop,及开发工具这些,还有复杂网站,比如新闻类网站。PC时代,因为大量使用键盘,鼠标,信息的获取及...
分类:移动平台 时间:2014-01-23 18:54:41 收藏:0 阅读:386
一篇非常好的关于instruments使用的文章! 连接在此
分类:移动平台 时间:2014-01-23 18:39:41 收藏:0 阅读:370
Skip the path: stick to the StorageFile:http://blogs.msdn.com/b/wsdevsol/archive/2012/12/05/stray-from-the-path-stick-to-the-storagefile.aspxConvertin...
分类:移动平台 时间:2014-01-23 18:32:40 收藏:0 阅读:468
@需要权限:android.permission.vibrate1,通知的组成部分:(1)icon图片(2)contentText内容(3)contentTitle标题(4)when时间(5)contentIntent通知的意图(pendingIntent)(6)flags通知的状态(是否可撤销还是...
分类:移动平台 时间:2014-01-23 18:24:40 收藏:0 阅读:402
效果如下: device_thumb.png (68.26 KB, 下载次数: 41)下载附件 保存到相册2011-12-11 09:46 上传主要代码如下:public static Bitmap createReflectedImage(Bitmap originalImage) { final...
分类:移动平台 时间:2014-01-23 18:13:40 收藏:0 阅读:374
前台代码点击后台代码: protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { InitDropDownList(); } } protected void Button1_Click(object...
分类:移动平台 时间:2014-01-23 17:58:40 收藏:0 阅读:445
116169161701617116242
上一页162412下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!