开启学习之旅

分享,习惯,努力


  • 首页

  • Android大神

  • 分类

  • 归档

  • 标签

  • 关于

  • 搜索
close

解决同源策略问题之Apache实现反向代理

发表于 2016-12-30   |     |   阅读次数
解决同源策略问题之Apache实现反向代理我们在没有服务端或者有服务端的时候需要访问不同源数据的时候会出现同源策略问题因此通过设置Apache的反 ...
阅读全文 »

iOS手势单双击冲突问题

发表于 2016-09-30   |     |   阅读次数
官方文档这样写道 create a relationship with another gesture recognizer that will prevent this gesture’s actions from being called until otherGestureRecognizer transitions to UIGestureRecognizerStateFailed if otherGestureRecognizer transitions to UIGestureRecognizerStateRecognized or UIGestureRecognizerStateBegan then this recognizer will instead transition to UIGestureRecognizerStateFailed example::a single tap may require a double tap to f ...
阅读全文 »

程序员的工具箱

发表于 2016-09-07   |     |   阅读次数
最近看一些技术同行的博客,发现自己真是太low了,好多很好用的东西自己没用过,有的连名字都不知道。所以今天在这里记录一下,以便督促自 ...
阅读全文 »

SOAP调用webservice

发表于 2016-09-06   |     |   阅读次数
如果提供一个远程的web服务,本地一般的几种调用方式 HTTP的方式 Axis2(生成客户端方式 ,RPC,DOM) SOAP 一般的webservice请求这三种方式都可以实现,但是如果服务端采用 ...
阅读全文 »

Bitmap在Intent中传递的问题

发表于 2016-08-29   |   分类于 Android   |     |   阅读次数
JavaBinder: !!! FAILED BINDER TRANSACTION !!! Bitmap太大无法在Intent中传递一般的解决办法是对Bitmap进行缩放12345678910111213// 对于网络下载转化的bitmap只能使用Bitmap自带的转化方法Bitmap.createScaledBitmap(bitmap,w,h,true);//这种方式 ...
阅读全文 »

Cell animation stop fraction must be greater than start fraction

发表于 2016-08-26   |   分类于 iOS   |     |   阅读次数
Cell animation stop fraction must be greater than start fraction 问题1234-(CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section { //return 0.001f;设置大于0的数导致的crash return 0;} 可以解决crash的bug,这应该是苹果本身的一个bug,mark一下
阅读全文 »

Android源代码编译

发表于 2016-08-24   |   分类于 Android   |     |   阅读次数
Android源码下载及编译使用科大镜像(国内无法直接访问google) 首先下载 repo 工具1234mkdir ~/binPATH=~/bin:$PATHcurl https://storage-googleapis.lug.ustc.edu.cn/git-repo-downloads/repo > ~/bin/repochmod a+x ~/bin/repo 然后建立一个工作目录(名字N ...
阅读全文 »
Yu Yang

Yu Yang

7 日志
2 分类
6 标签
RSS
GitHub 微博
我的推荐
  • 廖雪峰
  • InfoQ
  • 猫神
© 2016 - 2017 Yu Yang
由 Hexo 强力驱动
主题 - NexT.Pisces