iPhone开发资源

iPhone Developer Program:http://developer.apple.com/programs/iphone/

官方视频教程:http://developer.apple.com/iphone/index.action

31天学会iPhone开发:http://www.ezshine.cn/blog/index.php/archives/154

Learn Objective-C:http://cocoadevcentral.com/d/learn_objectivec/

斯坦福iPhone编程课程iPhone Application Programming:http://itunes.stanford.edu/

斯坦福大学公开课(部分翻译):http://v.163.com/special/opencourse/iphonekaifa.html

西蒙iphone-OpenGL ES 教程:http://www.cocoachina.com/bbs/read.php?tid-7086.html

Unity3D:http://unity3d.com/

Cocoa苹果开发中文站:http://www.cocoachina.com/

Visual Studio 2008生成.csproj会重复的bug

问题描述:
NB6K发布的时候出现:错误 103 The item "6k\confirmation.aspx.cs" was specified more than once in the "Sources" parameter.  Duplicate items are not supported by the "Sources" parameter. NetSNS.Web

问题分析:
刚刚修改了几个文件,可能是.csproj文件出现重复定义。

问题解决:
用记事本打开.csproj文件,查看重复定义的内容,删除之。一切正常了。

Tuio某些环境下localhost引发不能接连的问题

问题描述:
这次,AMG7辆车的发布会在松江天马山的赛车场。今天做部署,AMG多触点软件Tuio不能接连问题。
在公司的测试环境(Windows2008,Flash10)一切正常。而现场环境(Windows7,Flash10)Tuio显示连接不到。

问题分析:
 首先想到的是环境问题,把当场环境中的flash版本用360升级到最新,还是不行。

问题解决:
在一切没有办法的时候,咨询了下PQ的孙健,在尝试很多方法后,终于,把Tuio的连接地址从localhost改成127.0.0.1,一切安逸了。。。