Apple的开发者账号99¥。(反正我舍不得。上淘宝买个证书就可以用自己的iphone/ipad来真机调试代码了)怎么买?1.你的apple设备的udid号(设备标识符)2.支付RMB从淘宝店老板那里得到了什么?3个证书如下图所示: + p12文件的密码原理:给店老板你的设备唯一标识符号码,说:我想...
分类:
移动开发 时间:
2014-07-31 20:42:37
阅读次数:
288
在终端里输入下面命令即可让它们显示出来。 defaults write com.apple.finder AppleShowAllFiles -bool true 如果想恢复隐藏,可以用这个命令: defaults write com.apple.finder AppleShowAllFil...
分类:
移动开发 时间:
2014-07-31 20:35:27
阅读次数:
211
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
iPhone App 上架流程1. 申请 App ID(1)连到 Developer 网页 ( http://developer.apple.com )。(2)进入 iOS Provisioning Portal。(3)点选左侧的 App IDs。(4)点选右上角的 New App ID。(5)De...
分类:
移动开发 时间:
2014-07-30 20:25:04
阅读次数:
199
Watch The Movie
Time Limit : 3000/1000ms (Java/Other) Memory Limit : 65535/65535K (Java/Other)
Total Submission(s) : 10 Accepted Submission(s) : 4
Font: Times New Roman | Verdana | Georgia
Fon...
分类:
其他好文 时间:
2014-07-30 14:57:54
阅读次数:
264
题目意思:一个N 个节点的苹果树,每个节点有一定数目的苹果;问从1 出发走K步 所能迟到的苹果(每一步只可以到相邻的节点) 解法: 走法包含以下基本的情况(其他的走法都可以由以下的组合出来): 1:在树上头也不回的往前; 2:回到走过的节点再去别的节点: 所以对于每个节点有一个 flag ...
分类:
移动开发 时间:
2014-07-30 12:02:03
阅读次数:
212
iOS开发UI篇—自定义瀑布流控件(基本实现)一、基本实现说明:在View加载的时候,刷新数据。1.实现代码YYViewController.m文件 1 // 2 // YYViewController.m 3 // 06-瀑布流 4 // 5 // Created by apple on 1...
分类:
移动开发 时间:
2014-07-29 21:11:44
阅读次数:
582
不知怎么忘记mac os系统的root密码了
方法一:
首先,启动机器,启动时按住Apple和S键,以单用户模式(single user mode)进入系统。输入:mount -uw / 然后回车。
输入: passwd 短用户名 (如果你知道的话)如果你不知道短用户名,可以输入: passwd root
输入两遍新密码。
输入:reboot 回车。
让...
分类:
其他好文 时间:
2014-07-29 18:11:52
阅读次数:
243