今天开始学习Android develop的文档吧。http://developer.android.com/index.html先翻译,打好底子。暂时订的计划是按照workflow的文档顺序开始阅读:http://developer.android.com/tools/workflow/index...
分类:
移动开发 时间:
2015-08-13 20:08:10
阅读次数:
108
If you are an iOS developer using Mattt Thompson’s ‘delightful networking framework’ AFNetworking (and
if you aren’t, what are you waiting for?), perhaps you have been been curious or confused about...
分类:
Web程序 时间:
2015-08-13 18:13:58
阅读次数:
126
官方文档镇楼
https://developer.android.com/reference/android/graphics/Matrix.html
The Matrix class holds a 3x3 matrix for transforming coordinates.
Matrix是一个用于坐标变换的3*3矩阵
矩阵乘法变换基础矩阵乘法公式
若一矩阵的列数与另一矩阵的行...
分类:
移动开发 时间:
2015-08-13 17:59:35
阅读次数:
272
一、下载 Android NDKAndroid NDK官方下载页:http://developer.android.com/tools/sdk/ndk/index.html如果需要旧版本的,比如10b版本,64位linux上使用的,可以直接敲http://dl.google.com/android/...
分类:
移动开发 时间:
2015-08-13 17:51:15
阅读次数:
309
先准备好99刀,真机调试才带你玩.PS:万能宝十来块钱可以买个资格...Developer Apple上的设置1.打开https://developer.apple.com/,点击Member Center2.选择Certificates, Identifiers & Profiles3.选择iOS...
分类:
其他好文 时间:
2015-08-13 13:44:23
阅读次数:
246
OSX 10.11 El Caption USB安装盘制作方法官方在线下载地址:https://developer.apple.com/osx/download/1. 用磁盘工具将USB盘抹掉或者创建一个分区,分区大小至少8GB名称为『Caption』格式为『Mac OS 扩展(日正式)』2. 假设...
分类:
其他好文 时间:
2015-08-13 11:49:11
阅读次数:
175
开发1https://developer.apple.com/resources/apple开发者2http://www.appcoda.com/appcode3http://nshipster.com/4http://www.raywenderlich.com/5http://www.objc.i...
分类:
Web程序 时间:
2015-08-13 11:27:31
阅读次数:
139
转载:http://tonl.iteye.com/blog/1948869参考:http://thihy.iteye.com/blog/1771826http://developer.51cto.com/art/201103/252490.htmhttp://www.ibm.com/develope...
分类:
其他好文 时间:
2015-08-13 06:27:49
阅读次数:
200
原文网址:http://developer.51cto.com/art/201111/302465.htmJava内存泄露的理解与解决(1) 一般来说内存泄漏有两种情况。一种情况如在C/C++ 语言中的,在堆中的分配的内存,在没有将其释放掉的时候,就将所有能访问这块内存的方式都删掉(如指针重新赋值....
分类:
编程语言 时间:
2015-08-12 23:06:01
阅读次数:
126
iOS应用内付费(IAP)开发步骤列表前两天和服务端同事一起,完成了应用内付费(以下简称IAP, In app purchase)的开发工作。步骤繁多,在此把开发步骤列表整理如下。因为只是步骤列表,所以并不含详细的说明教程,需要看教程的新手,可以看我附在最后的一些参考链接。配置Developer.a...
分类:
移动开发 时间:
2015-08-12 22:58:42
阅读次数:
268