码迷,mamicode.com
首页 >  
搜索关键字:apple developer    ( 10728个结果
[转载]信息摘录-2014.5.16
2014年快过半了,在这几个月里,微软诸多产品技术的更新陆陆续续的发布,包括 Windows 8.1 更新包,Windows Phone 8.1 developer preview,SQL Server 2014,Visual Studio 2013 update 2,Office for iPad...
分类:其他好文   时间:2014-08-01 15:31:31    阅读次数:266
使用Vmware虚拟机部署Swift开发环境之Mac OS X系统安装
本文将详细讲述在VMware Workstation 10上安装并使用Mac OS X 10.9,并使用VMware虚拟机部署Swift开发环境。...
分类:其他好文   时间:2014-08-01 13:36:01    阅读次数:343
一维树状数组
Apple Treehttp://poj.org/problem?id=3321 1 #include 2 #include 3 #define mt(a,b) memset(a,b,sizeof(a)) 4 const int M=100010; 5 struct G{ 6 struct ...
分类:其他好文   时间:2014-08-01 13:18:11    阅读次数:178
POJ 3321 Apple Tree (dfs+线段树)
题目大意: 修改树上的节点,然后求子树的和。 思路分析: dfs 重新编号,烂大街了。。。 #include #include #include #include #define maxn 100005 #define lson num<<1,s,mid #define rson num<<1|1,mid+1,e using namespace std; int num[...
分类:移动开发   时间:2014-07-31 20:46:27    阅读次数:251
iOS 淘宝买 开发者证书 进行真机调试
Apple的开发者账号99¥。(反正我舍不得。上淘宝买个证书就可以用自己的iphone/ipad来真机调试代码了)怎么买?1.你的apple设备的udid号(设备标识符)2.支付RMB从淘宝店老板那里得到了什么?3个证书如下图所示: + p12文件的密码原理:给店老板你的设备唯一标识符号码,说:我想...
分类:移动开发   时间:2014-07-31 20:42:37    阅读次数:288
finder的隐藏文件&IOS虚拟机地址
在终端里输入下面命令即可让它们显示出来。 defaults write com.apple.finder AppleShowAllFiles -bool true 如果想恢复隐藏,可以用这个命令: defaults write com.apple.finder AppleShowAllFil...
分类:移动开发   时间:2014-07-31 20:35:27    阅读次数:211
使用XCode6打开项目以后再用XCode5出现的问题fatal error: malformed or corr
使用不同版本的XCode出现的问题: fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/xxx/Library/Developer/Xcode/DerivedData/ModuleCache/XYZYIE6ZV0OP/Darwin.pcm": file not found' note:...
分类:其他好文   时间:2014-07-31 13:29:06    阅读次数:161
树标号
Apple Treehttp://poj.org/problem?id=3321 1 #include 2 #include 3 #define mt(a,b) memset(a,b,sizeof(a)) 4 #define lrrt int L,int R,int rt 5 #define ial...
分类:其他好文   时间:2014-07-31 12:20:36    阅读次数:251
瀑布流
LWTWaterFlowView.h 1 // 2 // LWTWaterFlowView.h 3 // 瀑布流 4 // 5 // Created by apple on 14-7-29. 6 // Copyright (c) 2014年 lwt. All rights reserved....
分类:其他好文   时间:2014-07-30 20:34:04    阅读次数:225
无限滚动
LWTViewController.m//// LWTViewController.m// 无限滚动//// Created by apple on 14-7-30.// Copyright (c) 2014年 lwt. All rights reserved.//#import "LWTV...
分类:其他好文   时间:2014-07-30 20:26:14    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!