自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (3)
  • 收藏
  • 关注

原创 How to write view controller programmatically

<br />How to implement view controller programmatically:<br /> 1. create a new view controller inherited from UIViewController.<br /> 2. implement the UI detail in method -(void)loadView;<br /> 3. Initializer this view controller by:<br />    M

2010-07-04 03:46:00 498

原创 JSON in objective c

JSON is a light way to exchange data compared with XML. However, data in JSON does not have any meta data definition(e.g., schema) like XSD in XML. So it's diffcult to communicate object of complex definition and data cannot be validated since lack of sche

2010-06-02 02:35:00 2163

原创 MySql 常用命令

1.describe <br />describe [tableName]: Display the table definition, only includes basic columns definitions without any constraints.e.g.,:<br />+------------------+--------------+------+-----+---------+-------+<br /> | Field            | Type        

2010-06-02 02:10:00 300

IOS Debug and performance overview

概述ios debug和性能调优,包括错误类型,instrument使用方法,如何追踪release之后的call stack,power optimzation,绘制及动画

2012-08-02

Best Practise for Peer Code Review

如何做代码走查是合格软件工程师必备的基本功之一。

2010-12-28

Advanced .Net Remoting

Advanced .Net Remoting

2009-05-08

空空如也

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

TA关注的人

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