请求结果简单显示:
用到的点评封装的类:
使用tableView简单展示:
//
// DealListController.m
// 帅哥_团购
//
// Created by beyond on 14-8-14.
// Copyright (c) 2014年 com.beyond. All rights reserved....
分类:
移动开发 时间:
2014-08-18 12:32:34
阅读次数:
285
最终效果图:
各控件关系图1:
各控件关系图2:
点击Dock上面的按钮DockItem,
创建经导航控制器包装的DealListController,
并且添加到主控制器的右侧空间
//
// DealListController.m
// 帅哥_团购
//
// Created by beyon...
分类:
移动开发 时间:
2014-08-17 18:35:12
阅读次数:
227
题意:问你 l- r 所有费马数两两不互质的对数,解题思路:费马数两两不互质。解题代码: 1 // File Name: 12904.cpp 2 // Author: darkdream 3 // Created Time: 2014年08月16日 星期六 13时34分26秒 4 5 #inclu....
分类:
其他好文 时间:
2014-08-17 00:58:21
阅读次数:
281
A:给你一个正方形的两点,让你求其余亮点解法:乱搞解题代码: 1 // File Name: a.cpp 2 // Author: darkdream 3 // Created Time: 2014年08月15日 星期五 23时24分04秒 4 5 #include 6 #include 7 #i....
分类:
其他好文 时间:
2014-08-16 21:02:31
阅读次数:
215
终于效果图:方式1,用字典数组BeyondViewController.h//// BeyondViewController.h// 10_tableView//// Created by beyond on 14-7-25.// Copyright (c) 2014年 com.beyond...
分类:
移动开发 时间:
2014-08-16 20:57:01
阅读次数:
280
import?java.util.concurrent.ExecutorService;
import?java.util.concurrent.Executors;
/**
?*?Created?by?alpha?on?14-8-15.
?*/
public?class?Main?{
????private?static?final?int?TIM...
分类:
编程语言 时间:
2014-08-16 01:12:49
阅读次数:
349
先来定义一个Human父类定义部分:1234567891011121314151617181920//// Human.h// OOP//// Created by jimmy.yang on 11-2-9.// Copyright 2011 __MyCompanyName__. All right...
分类:
其他好文 时间:
2014-08-15 23:47:09
阅读次数:
329
Let's play a game
Time Limit: 2 Seconds Memory Limit: 65536 KB
Elves from the Lothvain forest have created a very interesting game. The rules are very simple:
There are two players.
...
分类:
其他好文 时间:
2014-08-15 17:56:19
阅读次数:
251
最终效果图:
关键代码:
搜索结果控制器:
//
// SearchResultController.m
// 帅哥_团购
//
// Created by beyond on 14-8-15.
// Copyright (c) 2014年 com.beyond. All rights reserved.
// 当搜索框searchBar里面的文字change的...
分类:
移动开发 时间:
2014-08-15 14:43:48
阅读次数:
304
//// CoreAnimationEffect.h// CoreAnimationEffect//// Created by VincentXue on 13-1-19.// Copyright (c) 2013年 VincentXue. All rights reserved.//#import...
分类:
移动开发 时间:
2014-08-15 14:33:59
阅读次数:
364