博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

09 2012 档案

摘要:Frameworks[基础框架]An app consists of(由×××组成) code that you write and frameworks provided by Apple. A framework contains a library of methods that your app can call. More than one app can access a framework library at the same time.[一个应用程序是由两部分组成:你自己编写的代码和苹果提供的框架库。框架包含了由很多方法组成的文库,你的应用程序可 阅读全文

posted @ 2012-09-17 08:17 星尘的天空 阅读(256) 评论(0) 推荐(0)

摘要:Basic Tasks[基本功能]Now that you’ve learned enough about Objective-C to read and write basic code, you can begin to think in terms of objects. Just as you would think about objects in the real world, you need to think about what an object contains, what you can do with it, and how it relates to other o 阅读全文

posted @ 2012-09-17 08:07 星尘的天空 阅读(186) 评论(0) 推荐(0)

摘要: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 星尘的天空 阅读(162) 评论(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 星尘的天空 阅读(162) 评论(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 星尘的天空 阅读(177) 评论(0) 推荐(0)

摘要: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 星尘的天空 阅读(137) 评论(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 星尘的天空 阅读(285) 评论(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 星尘的天空 阅读(163) 评论(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 星尘的天空 阅读(228) 评论(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 星尘的天空 阅读(1823) 评论(2) 推荐(0)

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

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

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

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

摘要:Link address:http://www.cnblogs.com/every2003/archive/2012/08/09/2631085.html使用地图钉,首先我们需要为地图钉创建一个附注类(Annotation),代码如下:@interface MyAnnotation: NSObject<MKAnnotation>// 实现MKAnnotation的方法,该方法在地图钉被拖拽时被调用,也可主动调用,用来更改地图钉的位置。-(void) setCoordinate:(CLLocationCoordinate2D)newCoordinate;Annotation不仅记录了 阅读全文

posted @ 2012-09-06 11:26 星尘的天空 阅读(398) 评论(0) 推荐(0)

摘要:LINK:http://www.cnblogs.com/gloolo/archive/2011/12/20/2295232.html解决方法:1)打开“终端” ---(英文:open a terminal)2)输入>svn checkout SERVER_PATH FOLDER_PATH_TO_PUT_THE_PROJECT (实际可能是 svn checkout https://xxx.com/xx xxProject) https://xxx.com/xx这个为服务器端地址,xxProject为项目名 --- (英文:>svn checkout SERVER_PATH FOLD 阅读全文

posted @ 2012-09-06 11:24 星尘的天空 阅读(464) 评论(0) 推荐(0)

摘要:LINK ADDRESS:http://stackoverflow.com/questions/361799/xcode-unable-to-open-project-cannot-be-opened-because-the-project-file-cannoI came across this problem and my senior told me about a solution i.e:Right click on yourprojectname.xcodeprojfile hereprojectnamewill be the name of your project. Now a 阅读全文

posted @ 2012-09-06 10:06 星尘的天空 阅读(754) 评论(0) 推荐(0)

摘要:http://www.cnblogs.com/syblogs/articles/httperror500.html昨天在 windows 7 下用 IIS 7.5 运行一个以前用 .NET Framework 3.5 写的项目,发现总是出现 500.19 错误,如下:百度了好久,没找到解决问题确切的答案,我也知道肯定是权限的问题,当然,经过一番尝试之后,终于解决了,解决之道如下(个人方法,可以一试):1、找到你的配置文件所在的文件夹,我的是 E:\源码\ASP.NET\DtCms10Beta22、右键,点击属性,切换到“安全”选项卡上,将 IIS-IUSRS 用户组添加到安全列表中,并按需求赋 阅读全文

posted @ 2012-09-03 20:43 星尘的天空 阅读(282) 评论(0) 推荐(0)