06 2014 档案

摘要:ImageView 最大bitmap 4096,超出不显示图片 阅读全文
posted @ 2014-06-20 11:22 lipeil 阅读(526) 评论(2) 推荐(0)
摘要:1、申请umeng账号2、下载umeng sdk,并且阅读友盟开放文档3、申请各开放平台的账号,获取appid 、appkey、appsecret;注意,这里需要配置安全域名sns.whalecloud.com 和 回调urlhttp://sns.whalecloud.com/renr|sina|.... 阅读全文
posted @ 2014-06-16 15:08 lipeil 阅读(468) 评论(0) 推荐(0)
摘要:第一种:直接通过包名:Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("com.joyodream.jiji"); startActivity(LaunchIntent); 第二种:... 阅读全文
posted @ 2014-06-16 14:33 lipeil 阅读(634) 评论(0) 推荐(0)
摘要:import osimport syspath = "D:\emojis"for (path,dirs,files) in os.walk(path): for filename in files: newname = "emoji_"+filename os.re... 阅读全文
posted @ 2014-06-04 17:04 lipeil 阅读(17887) 评论(0) 推荐(0)