07 2015 档案

摘要:// HttpManager.h// JsonModel&AFNetWorking//// Created by qianfeng on 15/7/21.// Copyright (c) 2015年 张国锋. All rights reserved.//#import #import "AF... 阅读全文
posted @ 2015-07-21 20:47 sirzhang 阅读(439) 评论(0) 推荐(0)
摘要:// User.h// CoreDataDemo//// Created by gaokunpeng on 15/2/4.// Copyright (c) 2015年 qianfeng. All rights reserved.//#import #import @interface Use... 阅读全文
posted @ 2015-07-21 20:40 sirzhang 阅读(285) 评论(0) 推荐(0)
摘要:// ViewController.h// FirstAFNetWorking//// Created by 张国锋 on 15/7/20.// Copyright (c) 2015年 张国锋. All rights reserved.//#import @interface ViewCon... 阅读全文
posted @ 2015-07-21 20:18 sirzhang 阅读(255) 评论(0) 推荐(0)
摘要:// ProductModel.h// JSONModel//// Created by 张国锋 on 15/7/20.// Copyright (c) 2015年 张国锋. All rights reserved.//#import "JSONModel.h"@interface Prod... 阅读全文
posted @ 2015-07-21 20:03 sirzhang 阅读(394) 评论(0) 推荐(0)
摘要:// StockModel.h// KVO//// Created by 张国锋 on 15/7/20.// Copyright (c) 2015年 张国锋. All rights reserved.//#import @interface StockModel : NSObject@pro... 阅读全文
posted @ 2015-07-21 19:59 sirzhang 阅读(212) 评论(0) 推荐(0)
摘要:// UserModel.h// KVC//// Created by 张国锋 on 15/7/20.// Copyright (c) 2015年 张国锋. All rights reserved.//#import @interface UserModel : NSObject@prope... 阅读全文
posted @ 2015-07-21 19:52 sirzhang 阅读(244) 评论(0) 推荐(0)
摘要:(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath这个代理方法的实现,在可见的页面是会重复绘制页面的,所以绝大部分人都会在这里做一些代码处理比如:s... 阅读全文
posted @ 2015-07-18 19:35 sirzhang 阅读(276) 评论(0) 推荐(0)
摘要:浅拷贝就比如像引用类型,而深拷贝就比如值类型。浅拷贝是指源对象与拷贝对象共用一份实体,仅仅是引用的变量不同(名称不同)。对其中任何一个对象的改动都会影响另外一个对象。举个例子,一个人一开始叫张三,后来改名叫李四了,可是还是同一个人,不管是张三缺胳膊少腿还是李四缺胳膊少腿,都是这个人倒霉。深拷贝是指源... 阅读全文
posted @ 2015-07-18 16:37 sirzhang 阅读(345) 评论(0) 推荐(0)
摘要:// AppDelegate.m// UI2_异步下载//// Created by zhangxueming on 15/7/17.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "AppDelegate... 阅读全文
posted @ 2015-07-17 16:50 sirzhang 阅读(235) 评论(0) 推荐(0)
摘要://// ViewController.m// UI2_同步下载//// Created by zhangxueming on 15/7/17.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "ViewCo... 阅读全文
posted @ 2015-07-17 16:49 sirzhang 阅读(256) 评论(0) 推荐(1)
摘要:// DataModel.h// UI1_HTTP下载//// Created by zhangxueming on 15/7/17.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import @interface D... 阅读全文
posted @ 2015-07-17 11:37 sirzhang 阅读(289) 评论(0) 推荐(0)
摘要:// AppDelegate.m// UI3_UICollectionViewMuti//// Created by zhangxueming on 15/7/16.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#imp... 阅读全文
posted @ 2015-07-16 20:53 sirzhang 阅读(220) 评论(0) 推荐(0)
摘要:// AppDelegate.m// UI2_UICollectionViewPicture//// Created by zhangxueming on 15/7/16.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#... 阅读全文
posted @ 2015-07-16 20:46 sirzhang 阅读(200) 评论(0) 推荐(0)
摘要:// AppDelegate.m// UI1_UICollectionView//// Created by zhangxueming on 15/7/16.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import ... 阅读全文
posted @ 2015-07-16 20:44 sirzhang 阅读(276) 评论(0) 推荐(0)
摘要:As alocal variable:returnType(^blockName)(parameterTypes) = ^returnType(parameters) {...};As aproperty:@property (nonatomic, copy)returnType(^blockNam... 阅读全文
posted @ 2015-07-16 19:20 sirzhang 阅读(260) 评论(0) 推荐(0)
摘要:// AppDelegate.m// CustomTabBar//// Created by qianfeng on 15/7/9.// Copyright (c) 2015年 qianfeng. All rights reserved.//#import "AppDelegate.h"#i... 阅读全文
posted @ 2015-07-15 21:22 sirzhang 阅读(229) 评论(0) 推荐(0)
摘要:// AppDelegate.m// UI3_CustomUITableViewCell//// Created by zhangxueming on 15/7/15.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#im... 阅读全文
posted @ 2015-07-15 18:13 sirzhang 阅读(214) 评论(0) 推荐(0)
摘要:// CustomUITableViewController.h// UI2_QQ折叠-UITableViewController//// Created by zhangxueming on 15/7/15.// Copyright (c) 2015年 zhangxueming. All ... 阅读全文
posted @ 2015-07-15 18:11 sirzhang 阅读(205) 评论(0) 推荐(0)
摘要:// UI1_UITableViewSearchController//// Created by zhangxueming on 15/7/15.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "AppDe... 阅读全文
posted @ 2015-07-15 18:09 sirzhang 阅读(249) 评论(0) 推荐(0)
摘要:// AppDelegate.m// UI4_UITableViewSectionIndex//// Created by zhangxueming on 15/7/14.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#... 阅读全文
posted @ 2015-07-14 17:14 sirzhang 阅读(182) 评论(0) 推荐(0)
摘要:// AppDelegate.m// UI3_UITableViewDelete(多选)//// Created by zhangxueming on 15/7/14.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#im... 阅读全文
posted @ 2015-07-14 17:09 sirzhang 阅读(285) 评论(0) 推荐(0)
摘要:// AppDelegate.m// UI2_UITableViewDelete//// Created by zhangxueming on 15/7/14.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import... 阅读全文
posted @ 2015-07-14 17:07 sirzhang 阅读(187) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI1_UITableViewHomeWork//// Created by zhangxueming on 15/7/14.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#im... 阅读全文
posted @ 2015-07-14 14:23 sirzhang 阅读(188) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI4_UITableViewEdit//// Created by zhangxueming on 15/7/13.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import... 阅读全文
posted @ 2015-07-13 18:08 sirzhang 阅读(197) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI3_UITableView//// Created by zhangxueming on 15/7/13.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "Ap... 阅读全文
posted @ 2015-07-13 18:07 sirzhang 阅读(181) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI2_ScrollViewHomeWork//// Created by zhangxueming on 15/7/13.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#imp... 阅读全文
posted @ 2015-07-13 18:01 sirzhang 阅读(279) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI1_ScrollViewHomeWork//// Created by zhangxueming on 15/7/13.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#imp... 阅读全文
posted @ 2015-07-13 17:57 sirzhang 阅读(187) 评论(0) 推荐(0)
摘要:// AppDelegate.m// 页面传值总结//// Created by qianfeng on 15/6/13.// Copyright (c) 2015年 qianfeng. All rights reserved.//#import "AppDelegate.h"#import... 阅读全文
posted @ 2015-07-12 18:31 sirzhang 阅读(250) 评论(0) 推荐(0)
摘要://// ViewController.h// UI2_ScrollView&UIPageControl//// Created by zhangxueming on 15/7/10.// Copyright (c) 2015年 zhangxueming. All rights reserv... 阅读全文
posted @ 2015-07-11 16:45 sirzhang 阅读(163) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI1_UIScrollView//// Created by zhangxueming on 15/7/10.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "A... 阅读全文
posted @ 2015-07-11 16:34 sirzhang 阅读(203) 评论(0) 推荐(0)
摘要://// ViewController.h// UI2_UIGesture//// Created by zhangxueming on 15/7/9.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import @in... 阅读全文
posted @ 2015-07-11 16:28 sirzhang 阅读(248) 评论(0) 推荐(0)
摘要://// ViewController.m// UI1_UITouch//// Created by zhangxueming on 15/7/9.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "View... 阅读全文
posted @ 2015-07-11 16:23 sirzhang 阅读(229) 评论(0) 推荐(0)
摘要://// ViewController.m// UI2_NSUserDefaults//// Created by zhangxueming on 15/7/8.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#impor... 阅读全文
posted @ 2015-07-11 16:16 sirzhang 阅读(191) 评论(0) 推荐(0)
摘要://// AppDelegate.h// UI1_UITabBarController//// Created by zhangxueming on 15/7/8.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#impo... 阅读全文
posted @ 2015-07-11 16:05 sirzhang 阅读(290) 评论(0) 推荐(0)
摘要://// ViewController.m// UI4_UIWebView//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "Vi... 阅读全文
posted @ 2015-07-11 16:02 sirzhang 阅读(201) 评论(0) 推荐(0)
摘要://// ViewController.m// UI6_UIAlertContrller//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#imp... 阅读全文
posted @ 2015-07-11 15:59 sirzhang 阅读(315) 评论(0) 推荐(0)
摘要://// ViewController.h// UI5_UIAlertView与UIActionSheet//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserv... 阅读全文
posted @ 2015-07-11 15:50 sirzhang 阅读(206) 评论(0) 推荐(0)
摘要://// ViewController.m// UI4_UIStepper与UIProgressView//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserve... 阅读全文
posted @ 2015-07-11 15:46 sirzhang 阅读(211) 评论(0) 推荐(0)
摘要://// ViewController.m// UI2_UISwitch与UIActivity//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#... 阅读全文
posted @ 2015-07-11 15:44 sirzhang 阅读(243) 评论(0) 推荐(0)
摘要://// ViewController.m// UI1_UISlider与UISegment//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#i... 阅读全文
posted @ 2015-07-11 15:35 sirzhang 阅读(222) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI5_UINavigation传值//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "... 阅读全文
posted @ 2015-07-11 15:28 sirzhang 阅读(248) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI4_UIToolBar//// Created by zhangxueming on 15/7/6.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "AppDe... 阅读全文
posted @ 2015-07-11 15:24 sirzhang 阅读(185) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI3_UIbarButtonItem//// Created by zhangxueming on 15/7/6.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import ... 阅读全文
posted @ 2015-07-11 15:16 sirzhang 阅读(221) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI2_UINavigationBar//// Created by zhangxueming on 15/7/6.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import ... 阅读全文
posted @ 2015-07-11 15:10 sirzhang 阅读(255) 评论(0) 推荐(0)
摘要://// FourthViewController.h// UI1_UINavigationController//// Created by zhangxueming on 15/7/6.// Copyright (c) 2015年 zhangxueming. All rights res... 阅读全文
posted @ 2015-07-11 15:02 sirzhang 阅读(190) 评论(0) 推荐(0)
摘要://// ItemCompany.h// UI5_HomeWork//// Created by zhangxueming on 15/7/3.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import @interf... 阅读全文
posted @ 2015-07-11 14:50 sirzhang 阅读(219) 评论(0) 推荐(0)
摘要://// ViewController.h// UI4_注册登录界面//// Created by zhangxueming on 15/7/3.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import #impor... 阅读全文
posted @ 2015-07-11 14:36 sirzhang 阅读(320) 评论(0) 推荐(0)
摘要://// ViewController.m// UI3_视图切换//// Created by zhangxueming on 15/7/3.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "ViewCon... 阅读全文
posted @ 2015-07-11 14:33 sirzhang 阅读(297) 评论(0) 推荐(0)
摘要://// SubViewController.h// UI2_视图切换//// Created by zhangxueming on 15/7/3.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import @inte... 阅读全文
posted @ 2015-07-11 14:31 sirzhang 阅读(195) 评论(0) 推荐(0)
摘要://// ThirdViewController.h// UI1_ViewController视图切换及Appdelegate//// Created by zhangxueming on 15/7/3.// Copyright (c) 2015年 zhangxueming. All rig... 阅读全文
posted @ 2015-07-11 14:24 sirzhang 阅读(274) 评论(0) 推荐(0)
摘要://// SecondViewController.h// UI3_UIViewController生命周期//// Created by zhangxueming on 15/7/2.// Copyright (c) 2015年 zhangxueming. All rights reser... 阅读全文
posted @ 2015-07-11 14:18 sirzhang 阅读(227) 评论(0) 推荐(0)
摘要://// ViewController.h// UI2_UITextField//// Created by zhangxueming on 15/7/2.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import @... 阅读全文
posted @ 2015-07-11 13:56 sirzhang 阅读(184) 评论(0) 推荐(0)
摘要://// ViewController.m// UI1_Calayer//// Created by zhangxueming on 15/7/2.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "View... 阅读全文
posted @ 2015-07-11 13:55 sirzhang 阅读(191) 评论(0) 推荐(0)
摘要://// View.h// UI5_HomeWork//// Created by zhangxueming on 15/7/2.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import #import "DataM... 阅读全文
posted @ 2015-07-11 13:28 sirzhang 阅读(238) 评论(0) 推荐(0)
摘要://// ViewController.m// UI4_UIImageView//// Created by zhangxueming on 15/7/1.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "... 阅读全文
posted @ 2015-07-11 13:13 sirzhang 阅读(214) 评论(0) 推荐(0)
摘要://// ViewController.m// UI3_UIView自动布局//// Created by zhangxueming on 15/7/1.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "V... 阅读全文
posted @ 2015-07-11 13:07 sirzhang 阅读(272) 评论(0) 推荐(0)
摘要://// ViewController.m// UI2_视图切换//// Created by zhangxueming on 15/7/1.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "ViewCon... 阅读全文
posted @ 2015-07-11 13:03 sirzhang 阅读(201) 评论(0) 推荐(0)
摘要://// ViewController.m// UI1_UIView层操作//// Created by zhangxueming on 15/7/1.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "Vi... 阅读全文
posted @ 2015-07-11 12:55 sirzhang 阅读(309) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI3_ViewController初步//// Created by zhangxueming on 15/6/30.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#impor... 阅读全文
posted @ 2015-07-11 12:49 sirzhang 阅读(189) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI2_ButtonChess//// Created by zhangxueming on 15/6/30.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "Ap... 阅读全文
posted @ 2015-07-11 12:42 sirzhang 阅读(201) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI1_UIButton//// Created by zhangxueming on 15/6/30.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "AppDe... 阅读全文
posted @ 2015-07-11 11:53 sirzhang 阅读(284) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI4_LabelChess//// Created by zhangxueming on 15/6/29.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "App... 阅读全文
posted @ 2015-07-11 11:47 sirzhang 阅读(204) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI3_UILabel//// Created by zhangxueming on 15/6/29.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "AppDel... 阅读全文
posted @ 2015-07-11 11:29 sirzhang 阅读(196) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI2_IOS坐标系//// Created by zhangxueming on 15/6/29.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "AppDele... 阅读全文
posted @ 2015-07-11 11:04 sirzhang 阅读(283) 评论(0) 推荐(0)
摘要://// AppDelegate.m// UI1_应用的程序的生命周期//// Created by zhangxueming on 15/6/29.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "App... 阅读全文
posted @ 2015-07-11 10:52 sirzhang 阅读(196) 评论(0) 推荐(0)
摘要://// View.h// UI5_HomeWork//// Created by zhangxueming on 15/7/2.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import #import "DataM... 阅读全文
posted @ 2015-07-02 21:14 sirzhang 阅读(299) 评论(0) 推荐(0)

AmazingCounters.com