上一页 1 2 3 4 5 6 ··· 12 下一页

2014年9月24日

摘要: 在新版的iTunes Connect 上上传app展示图,发生这样的错误提示 One or more screenshots are in the wrong size. For more information, see the Developer Guide. 在网上找了半天也没答案. 后来发现 阅读全文

posted @ 2014-09-24 09:46 逍_遥 阅读(126) 评论(0) 推荐(0)


2014年9月23日

摘要: 原文地址:http://blog.csdn.net/jasonblog/article/details/7756763 阅读全文

posted @ 2014-09-23 16:46 逍_遥 阅读(94) 评论(0) 推荐(0)


2014年8月19日

摘要: 原文地址:http://www.cnblogs.com/xingfuzzhd/archive/2013/12/28/3495941.html 阅读全文

posted @ 2014-08-19 21:16 逍_遥 阅读(99) 评论(0) 推荐(0)


2014年8月14日

摘要: 缩放图片和旋转图片要具备的技术 1、得到位图Bitmap的方式我总结了四种方式: (1)从sdcard中图片路径去取,本例就是采取这种方式 ,如下面的代码, filename代表图片的路径 Bitmap bm = BitmapFactory.decodeFile(fileName); (2)从项目的 阅读全文

posted @ 2014-08-14 11:14 逍_遥 阅读(464) 评论(0) 推荐(0)

摘要: 一些特定的情况下,无法用静态的方法定义页面中用到的view。如自定义的曲线图,就是一个独立的view,要把它作为一个部分插入到页面中,需要以下的方法: LinearLayout l = new LinearLayout(this); //l就是当前的页面的布局 l.addView(myView); 阅读全文

posted @ 2014-08-14 10:54 逍_遥 阅读(443) 评论(0) 推荐(0)


2014年8月13日

摘要: android:ems 设置TextView的宽度为N个字符的宽度。 android:maxems 设置TextView的宽度为最长为N个字符的宽度。与ems同时使用时覆盖ems选项。 android:minems 设置TextView的宽度为最短为N个字符的宽度。与ems同时使用时覆盖ems选项。 阅读全文

posted @ 2014-08-13 13:53 逍_遥 阅读(189) 评论(0) 推荐(0)


2014年8月1日

摘要: iOS提交时出现这个错误的解决办法. This bundle is invalid. Apps that include arm64 architecture cannot have MinimumOSVersion set to less than ‘5.1.1’.More information 阅读全文

posted @ 2014-08-01 16:22 逍_遥 阅读(163) 评论(0) 推荐(0)


2014年7月30日

摘要: android获取屏幕的高度和宽度用到WindowManager这个类,两种方法: 1、WindowManager wm = (WindowManager) getContext() .getSystemService(Context.WINDOW_SERVICE); int width = wm. 阅读全文

posted @ 2014-07-30 13:39 逍_遥 阅读(1177) 评论(0) 推荐(0)


2014年7月17日

摘要: strstr(string,string) = strchr(,) //从前面第一次出现某个字符串的地方截取到最后 strrchr(string,string) //从某个字符串从最后出现的位置截取到结尾 strpos(string,string[,int]) //某个字符串第一次出现的位置 str 阅读全文

posted @ 2014-07-17 15:31 逍_遥 阅读(131) 评论(0) 推荐(0)

摘要: top.location.href 顶级窗口的地址 this.location.href 当前窗口的地址 #测试网址: http://localhost/blog/testurl.php?id=5 //获取域名或主机地址 echo $_SERVER['HTTP_HOST']." "; #localh 阅读全文

posted @ 2014-07-17 15:11 逍_遥 阅读(151) 评论(0) 推荐(0)


上一页 1 2 3 4 5 6 ··· 12 下一页

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3