自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

工作生活的memo

学到的东西简单的做个备忘

  • 博客(7)
  • 资源 (1)
  • 收藏
  • 关注

原创 Growthpush的push通知为什么当连在wifi的时候就不能收到

http://matome.naver.jp/odai/2142466999721107101如果一开始就是wifi或者一开始就是LTE等没有问题 但是如果相互切换的话就不行了

2016-05-30 20:58:30 581

原创 在dev环境访问self assigned的https服务器,报Trust Anchor not found for Android SSL Connection

https的SSL解决方案:try { final TrustManager[] trustAllCerts = new TrustManager[]{ new X509TrustManager() { @Override public void checkClientTrusted(java.security.cert.X50

2016-05-29 11:55:19 595

原创 allowBackup

http://y-anz-m.blogspot.jp/2015/09/androidmanifest.htmlhttp://qiita.com/kpkpkp/items/eb49db6fa1a9f637af97

2016-05-26 17:22:18 382

原创 merge中写的属性不起作用

比如写了一个自定义view,继承LinearLayout,在merge的属性部分写了orientation="vertical",但是没有作用,必须在使用的地方定义属性

2016-05-26 07:58:39 1360 1

原创 selector of text and background should using different attributes

selector of text color:you should use android:color="@color/white" not android:color="@drawable/white"selector of background:you should use android:color="@drawable/white" not android:color="@color/w

2016-05-26 07:46:05 320

原创 what the fragment

一、一些废话第一天参加的what the fragment,可惜技术和英文太垃圾,现场没听懂,刚刚花了2个小时在youtube复看了一遍,还是只看懂了70%。还是自己的经验不够,写的代码太少,很多问题没有遇到过,自然不能理解。大概在这里梳理一下吧。二、历史公司的项目也是用fragment,就是一个activity一个fragment的样子,感觉为什么还特意去用个fragment,activity用的

2016-05-23 15:28:31 263

原创 disable application 的notification

可以disable application 的notification! 那activity中是否能够得到呢? 应该可以,查一查

2016-05-12 13:10:54 1305

VC++MFC实现凸包绘制

用VC++MFC实现凸包绘制,算法精简易懂!

2009-11-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除