自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Tomson Xu

@CityU

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

转载 official software version number management

Basic issues: * Major version zero (0.y.z) is for initial development * Patch version Z (x.y.Z | x > 0) * Minor version Y (x.Y.z | x > 0) * Major version X (X.y.z | X > 0) More details

2013-04-22 21:21:46 874

原创 [iOS] 养成TDD好习惯(1):create first project with unit test

1. Create a projectwith ticking “include unit test” option inxcode.   * 生成的project会创建 2target, one for product app, one for unit test. * For existingproject, to add unit test feature, just add a “u

2013-04-19 16:39:43 1224

原创 [iOS] block and async method unit test

mknetworkkit unit test with kiwi and ohhttpstubs https://github.com/MugunthKumar/MKNetworkKit/blob/0b7abddf4d5063df9f922a8a4bbcb803d916195a/MKNetworkKit-Tests/MKNetworkKit-Tests/MKNetworkEngineSpec.m

2013-04-19 01:18:18 1669

原创 [iOS] ARC, @property 关键字

https://docs.google.com/document/d/1ZVV5RTzPMUreiFdAMws3jxi2i5Q49iClsGl6JQFwVGg/edit?usp=sharing

2013-04-17 23:07:08 1045

原创 [iOS] getter and setter, @property and @synthesize

https://docs.google.com/document/d/1Ie0Ln--0qkeM_3VJ5ErDqTheS5z7kXcLjiGMeIJNSpQ/edit?usp=sharing

2013-04-17 02:43:50 2072

原创 unit test in xcode

Unit Test in OS Quick Start http://www.raywenderlich.com/3716/unit-testing-in-xcode-4-quick-start-guide http://blog.csdn.net/kesalin/article/details/7097566 有2种选择, * 用xcode内置的OCUnit + SenTes

2013-04-12 11:04:27 986

原创 use svn in xcode 4.5

1. 按 http://blog.csdn.net/totogogo/article/details/7871388 在server side安装subversion edge 2. create a repository "testproject" with standard trunk/branches/tags structure  in svn, let's say the repo

2013-04-12 00:29:00 1230

EJBTest.war

EJBTest.war

2007-07-10

空空如也

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

TA关注的人

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