题目: 两支地区ACM比赛的队伍决定为了国际决赛而在一起集训. 他们约定在某天的 X 时到 Y 时的某一时刻相会. 但由于他们很少按时到 (有的队伍比赛那天都会迟到), 他们没有设定一个确切的相遇时间. 然而, 它们约定先到的队伍要等待 Z 分钟(经过计算,他们认为如果过了这么久还没等...
                            
                            
                                分类:
其他好文   时间:
2014-07-13 20:07:42   
                                阅读次数:
211
                             
                    
                        
                            
                            
                                1. 按照应用程序的业务逻辑来组织结构
办公软件:
1. 采购 com.itheima.buy
2. 开会 com.itheima.meeting
3. 请假 com.itheima.leave
2. 根据与代码的类型划分程序包结构
UI界面展现         com.itheima.mobilesafe.activity
自定义的UI         co...
                            
                            
                                分类:
其他好文   时间:
2014-07-10 20:47:37   
                                阅读次数:
199
                             
                    
                        
                            
                            
                                敏捷的几点概念: a) Iteration 迭代开发 Iteratio Planing Meeting 需要团队参加的会议 b) Story Card/ Story Wall / Feature List 将特性分为 Story Card,每个Story最多一周就需要完成 Pr...
                            
                            
                                分类:
其他好文   时间:
2014-07-05 11:15:08   
                                阅读次数:
240
                             
                    
                        
                            
                            
                                角色 Product Owner Scrum Master Team 工件(Backlog) Product Backlog Sprint Backlog Burndown Backlog 活动 Sprint Panning Meeting D...
                            
                            
                                分类:
其他好文   时间:
2014-07-04 00:01:58   
                                阅读次数:
216
                             
                    
                        
                            
                            
                                这里使用NSXMLParser来解析
在Xcode中加入一个xml文件:
    001
    John
    Reminder
    Don't forget the meeting!
    002
    Jack
    cc
    how are you!
    003
    Tom
    bb
    I am fine!
先读出来
   NSS...
                            
                            
                                分类:
移动开发   时间:
2014-07-03 15:31:49   
                                阅读次数:
286
                             
                    
                        
                            
                            
                                Astand-up meeting(or simply "stand-up") is a dailyteam-meetingheld to provide a status update to the team members. The "semi-real-time" status allows ...
                            
                            
                                分类:
其他好文   时间:
2014-06-28 12:05:20   
                                阅读次数:
249
                             
                    
                        
                            
                            
                                1. Greeting message 祝福Hope you have a good trip.祝旅途愉快。How are you?你好吗?How is the project going on?项目进行顺利吗?2. Initiate a meeting 发起会议I suggest we have ...
                            
                            
                                分类:
其他好文   时间:
2014-06-15 20:40:09   
                                阅读次数:
260
                             
                    
                        
                            
                            
                                活动安排问题要求高效地安排一系列争用某一公共资源的活动,贪心算法提供了一个简单的方法,使尽可能多的活动能兼容地使用公共资源。贪心算法并不总能求得问题的整体最优解,但对于活动安排问题,贪心算法却能做到,使得最终所确定的相容活动集合的规模最大,证明不在这里给出。代码如下:
def greedyManage(meeting):
	length=len(meeting)
	meeting.sort(ke...
                            
                            
                                分类:
编程语言   时间:
2014-05-21 14:13:42   
                                阅读次数:
232
                             
                    
                        
                            
                            
                                英文原文:How to Have a Meeting That Isn't a Complete Waste of Time
一场缺乏管理的会议可以浪费时间、体力与金钱,同时毫无生产力。 但这是可以避免的。 不管是您主持会议与否,您都可以照以下的建议这么作,同时建议您的团队,让团队合作更加顺利。
会前
每场会议都会有 3 W──When(何时)、who(对象)与 why(...
                            
                            
                                分类:
其他好文   时间:
2014-05-14 15:33:36   
                                阅读次数:
313
                             
                    
                        
                            
                            
                                The three hands of the clock are rotating every 
second and meeting each other many times everyday. Finally, they get bored of 
this and each of them wo...
                            
                            
                                分类:
其他好文   时间:
2014-05-12 05:20:21   
                                阅读次数:
525