博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 68 下一页

2012年9月15日

摘要: Language[开发语言]Objective-C is an elegant object-oriented language that powers all iOS apps. You write Objective-C code to create your app, and you need to understand this language in order to use most application frameworks. Although you can use other languages for development, you can’t build an iOS 阅读全文

posted @ 2012-09-15 10:10 星尘的天空 阅读(149) 评论(0) 推荐(0) 编辑

摘要: ToolsXcode provides tools to manage your entire development workflow—from creating your app and designing your user interface, to testing, optimizing, and shipping your app to the App Store. You can customize Xcode to suit your style of working, keeping you focused on the task at hand.[Xcode 提供了用来管理 阅读全文

posted @ 2012-09-15 09:57 星尘的天空 阅读(154) 评论(0) 推荐(0) 编辑

摘要: Jump Right InTo make a great iOS app, you need to learn and do many things, but the tools and the iOS SDK make it easy to get a simple app up and running. The tutorial Your First iOS App introduces the tools, the fundamental(基本的) design patterns(模式,形式), and the application development process. As yo 阅读全文

posted @ 2012-09-15 09:39 星尘的天空 阅读(168) 评论(0) 推荐(0) 编辑

2012年9月14日

摘要: Set Up[安装]When you develop apps, you use the iOS software development kit (SDK) and Xcode, Apple’s integrated development environment (IDE). Xcode provides everything you need to create great apps for iPhone, iPod touch, and iPad. It includes a source editor, a graphical user interface editor, and m 阅读全文

posted @ 2012-09-14 11:30 星尘的天空 阅读(123) 评论(0) 推荐(0) 编辑

摘要: Start Developing iOS Apps Today[今天就开始IOS应用程序的开发]Creating iOS apps is fun and rewarding, and if you're a new developer, you might be wondering where to begin. This road map provides the perfect starting point for iOS app development. On your Mac computer, you can create iOS apps that run on iPad, 阅读全文

posted @ 2012-09-14 10:56 星尘的天空 阅读(274) 评论(0) 推荐(0) 编辑

摘要: 苹果开发 官方文档Getting Started 系列Getting StartedFollow the guided learning paths provided by Getting Started resources for thorough(彻底) introductions to the topics, features, and capabilities that these resources describe.按照 由入门资料 提供的学习想到进行学习。这些入门资料提供了对话题、要素以及这些资源的彻底描述。PS:从这一遍开始,我将会系统的翻译苹果官方网站的开发文档2012-09 阅读全文

posted @ 2012-09-14 10:28 星尘的天空 阅读(152) 评论(0) 推荐(0) 编辑

摘要: An updated version of the iOS Developer Program Agreement is available and requires your acceptance. To maintain your ability to create new applications and upload binaries, the Agent of your development team must log in to the Developer Member Center to review and accept this agreement.IOS开发者计划协议有了 阅读全文

posted @ 2012-09-14 10:10 星尘的天空 阅读(209) 评论(0) 推荐(0) 编辑

摘要: ashx文件无法访问ashx文件时asp.net中的一个数据处理文件,最近的项目中遇到这样一个问题,在本地开发好的web站点,部署服务器上面后,竟然无法访问ashx文件,后来可经过查资料得之,原因是:IIS无法识别这样的文件。 因为IIS的升级后,将所有的可以识别的文件扩展类型都进行了标注,这些系统标注了,都是些常见、常用了。单是ashx文件就属于那种不常用的文件。 这就需要我们将 ashx文件映射为 MEMU类型,即在IIS中添加一个对应的MEMU类型的文件。那么 ASHX文件对应menu类型是什么呢? 他就是 application/json只要添加到 上面的MENU映射类型就可以了。 阅读全文

posted @ 2012-09-14 09:21 星尘的天空 阅读(1713) 评论(2) 推荐(0) 编辑

2012年9月7日

摘要: 编译器错误信息:CS0246: 找不到类型或命名空间名称“Discuz”(是否缺少 using 指令或程序集引用?)在网站部署的时候,需要就将bin目录和App_Code放置到根目录下面。 阅读全文

posted @ 2012-09-07 15:01 星尘的天空 阅读(509) 评论(0) 推荐(0) 编辑

2012年9月6日

摘要: [self.mv selectAnnotation:annotation animated:NO]; 阅读全文

posted @ 2012-09-06 11:27 星尘的天空 阅读(274) 评论(0) 推荐(0) 编辑

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 68 下一页