上一页 1 ··· 58 59 60 61 62 63 64 65 66 ··· 68 下一页
摘要: iOS的应用程序的生命周期,还有程序是运行在前台还是后台,应用程序各个状态的变换,这些对于开发者来说都是很重要的。 iOS系统的资源是有限的,应用程序在前台和在后台的状态是不一样的。在后台时,程序会受到系统的很多限制,这样可以提高电池的使用和用户体验。//开发app,我们要遵循apple公司的一些指... 阅读全文
posted @ 2015-09-19 16:03 特洛伊-Micro 阅读(467) 评论(0) 推荐(0)
摘要: 地址:http://caniuse.com/#feat=cors 阅读全文
posted @ 2015-09-17 11:43 特洛伊-Micro 阅读(535) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2015-09-15 15:43 特洛伊-Micro 阅读(24) 评论(0) 推荐(0)
摘要: 文件所在目录C:\Users\admin\Documents\IISExpress\config或者C:\Program Files\IIS Express\AppServer\//加载语言文件//iis 需要注册以下文档//appcmd set config /section:staticCont... 阅读全文
posted @ 2015-09-14 17:40 特洛伊-Micro 阅读(1788) 评论(0) 推荐(0)
摘要: ******************没用Mac 的机子,也只能靠虚拟机了**********1 安装VMware 10 从网上下载即可2 下载MAC OS 10.9.5的安装镜像,网上有很多,最好使用懒人安装版 (.sdr文件)3 下载VMware 对 MAC OS 的解锁工具 unlock-a... 阅读全文
posted @ 2015-09-09 13:45 特洛伊-Micro 阅读(413) 评论(0) 推荐(0)
摘要: 官网安装文件下载:http://download.xamarin.com/XamarinforMac/Mac/xamarin.mac-2.0.1.64.pkghttp://download.xamarin.com/MonoTouch/Mac/monotouch-8.10.1.74.pkghttp:/... 阅读全文
posted @ 2015-08-30 15:03 特洛伊-Micro 阅读(290) 评论(0) 推荐(0)
摘要: 推荐使用IDA PRO6.1+Python2.6安装完毕Python2.6后,添加如下的环境变量:PYTHONHOME=C:\Python26PATH=%PATH%;C:\Python26LIB=%LIB%;C:\Python26\Lib 阅读全文
posted @ 2015-08-30 08:19 特洛伊-Micro 阅读(2534) 评论(0) 推荐(0)
摘要: MAC 比较贵,虚拟机的干活。。。。。 配置完虚拟机。进去后 ,安装XCode的 时候 ,失败了。错误信息: But when i have tried to install the Xcode it is showing "A Unknown error occurred. See the ins 阅读全文
posted @ 2015-08-29 22:38 特洛伊-Micro 阅读(324) 评论(0) 推荐(0)
摘要: 第1章 C#开发人员基于MonoTouch进行iPhone开发概述 11.1 产品对比 21.1.1 .NET Framework 21.1.2 Mono 21.1.3 MonoTouch 31.1.4 MonoDevelop 51.1.5 iPhone 51.2 移动开发 71.3 苹果公司的iP... 阅读全文
posted @ 2015-08-23 19:13 特洛伊-Micro 阅读(466) 评论(0) 推荐(0)
摘要: Verify the project is selected to be deployed in the Solution Configuration Manager这是因为在解决方案中没有设置启动部署项目,执行以下操作:1.右击解决方案;2.选择“配置管理器”;3.在配置管理器中勾选需要部署的项目... 阅读全文
posted @ 2015-08-20 15:22 特洛伊-Micro 阅读(521) 评论(2) 推荐(0)
上一页 1 ··· 58 59 60 61 62 63 64 65 66 ··· 68 下一页