源代码下载链接:06-归档普通对象.zip34.2 KB // MJPerson.h // // MJPerson.h // 06-归档普通对象 // // Created by apple on 13-12-11. // Copyright (c) 2013年itcast. All rights reserved. // #import<Foundation/Foundation.h> @interfaceMJPerson : NSObject <NSCoding> @p…
本系列所有开发文档翻译链接地址:iOS7开发-Apple苹果iPhone开发Xcode官方文档翻译PDF下载地址(2013年12月29日更新版) iOS程序源代码下载链接:01.大任务.zip225.8 KB // // ViewController.m // 01.大任务 // // Created by apple on 13-12-27. // Copyright (c) 2013年itcast. All rights reserved. // #import"ViewCont…
iOS程序源代码下载链接:03-代理设计模式.zip28.3 KB // main.m // // main.m // 03-代理设计模式 // // Created by apple on 13-11-27. // Copyright (c) 2013年itcast. All rights reserved. // #import<Foundation/Foundation.h> #import"Baby.h" //#import "Studen…
01-导航实例-QQ空间.zip62.4 KB // MJLoginViewController.h Map // // MJLoginViewController.h // 01-导航实例-QQ空间 // // Created by apple on 13-12-10. // Copyright (c) 2013年itcast. All rights reserved. // 登录界面 #import<UIKit/UIKit.h> @interfaceMJLoginViewContr…
源代码下载链接:01-modal.zip37.8 KB // MJAppDelegate.h // // MJAppDelegate.h // 01-modal // // Created by apple on 13-12-11. // Copyright (c) 2013年itcast. All rights reserved. // #import<UIKit/UIKit.h> @interfaceMJAppDelegate : UIResponder <UIApplica…
源代码下载链接:02-更改窗口的根控制器.zip18.0 KB // MJAppDelegate.h // // MJAppDelegate.h // 02-更改窗口的根控制器 // // Created by apple on 13-12-11. // Copyright (c) 2013年itcast. All rights reserved. // #import<UIKit/UIKit.h> @interfaceMJAppDelegate : UIResponder <…
原文:创建ArcGIS API for JavaScript的第一个示例程序 在上一篇博客中已经介绍了如何搭建ArcGIS API for JavaScript开发环境,如果您还没有搭建好开发环境的话,参考博客:http://blog.csdn.net/zdw_wym/article/details/48678913. 如果开发环境搭建好了的话,那么今天我们继续来搭建我们的第一个ArcGIS API for JavaScript应用程序. 下面首先将代码贴出来,复制到VS2012中新建的html…
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Ext简单…