字典1.快速枚举 forin 运行时不能更改内部数据for ( in ) {} //对象 //数组for(Contact *contact in friends) {[contact show];}判定是否为空 NSString *ns ==nil NSInteger ...
分类:
编程语言 时间:
2015-05-22 18:44:01
阅读次数:
222
contact.h#ifndef __CONTACT_H__
#define __CONTACT_H__#define NAME_LEN 20
#define SEX_LEN 5
#define TELE_LEN 12
#define ADDR_LEN 20
#define MAX_PEO 1000typedef struct Peo
{
char name[NAME_LEN];...
分类:
其他好文 时间:
2015-05-21 09:09:21
阅读次数:
106
先定义头文件#ifndef __CONTACT_H__
#define __CONTACT_H__
#define NAME_LEN 10
#define SEX_LEN 6
#define TELE_LEN 12
#define ADDR_LEN 20
#define MAX_PEO 1000
typedef struct PEO
{
char name[NAME_LEN];
int a...
分类:
编程语言 时间:
2015-05-20 22:24:11
阅读次数:
247
#include
#include"contact.h"
void print_menu()
{
printf("*******************************\n");
printf("***1>add 2>del ******\n");
printf("***3>search 4>modify ******\n");
printf("***...
分类:
编程语言 时间:
2015-05-20 14:49:37
阅读次数:
217
头文件contact.h
#include
#include
#ifndef __CONTACT_H__
#define __CONTACT_H__
#define MAX_NAME 20
#define MAX_SEX 10
#define MAX_TELE 12
#define MAX_ADDR 20
#define MAX_DHB 1000
typedef struct Peo //...
分类:
其他好文 时间:
2015-05-19 10:47:33
阅读次数:
128
提交完成后进入加急审核页面。
链接:https://developer.apple.com/appstore/contact/appreviewteam/index.html
再加上两张说明图
原因:我写的理由:
We found a serious problem, when open our Ap...
分类:
移动开发 时间:
2015-05-15 17:50:36
阅读次数:
191
在安装CVSNT一开始用Administrator登录时总是报[login aborted]Switch to user failed due to configuration error. Contact your System Administrator。网上有说该硬盘安全权限的,但是不能解决问...
分类:
其他好文 时间:
2015-05-14 16:03:21
阅读次数:
445
有没有遇到上线后发现很严重的bug这种情况,修复bug后提交审核又是漫长的等待,那样会把人逼疯的。估计是为了对应这样的情况,apple提供有一个加速审核的通道:https://developer.apple.com/appstore/contact/appreviewteam/index.html界...
分类:
移动开发 时间:
2015-05-04 01:06:52
阅读次数:
164
突然无法登录了,只提示联系contact@cnblogs.com邮箱,收到回复管理猿也不知道是怎么回事,还说mrhgw不存在这个号。看来只能通过邮箱找回了,最坑的是我那个sohu邮箱很早注册也很久没用,结果打开收到几万个邮件,删除半个小时才收到博客园的邮件,打开邮件内容是“您在博客园的登录用户名是:...
分类:
其他好文 时间:
2015-04-29 23:27:19
阅读次数:
167
CSS制作立体导航 Home About Me Portfolio Blog Resources Contact Me
分类:
Web程序 时间:
2015-04-29 11:28:05
阅读次数:
154