摘要:
转载自:http://www.cocoachina.com/bbs/read.php?tid=59387ElementSize (in points)Window (including status bar)320 x 480 ptsStatus Bar(How to hide the status bar)20 ptsView inside window(visible status bar)320 x 460Navigation Bar44 ptsNav Bar Image /Toolbar Imageup to 20 x 20 pts (transparent PNG)Tab Bar49 阅读全文
摘要:
- (NSString *) getConstellation : (NSDate *) date { NSString * returnString = @""; NSDateFormatter * dateFormat = [[NSDateFormatter alloc] init]; [dateFormat setDateFormat:@"MM"]; int i_month = 0; NSString * theMonth = [dateFormat stringFromDate:date]; if ([[theMonth substringToI 阅读全文
摘要:
1、C代码:/*------------农历转换函数-----------*/char *GetDayOf(PSYSTEMTIME pSt){ /*天干名称*/ const char *cTianGan[] = {"甲","乙","丙","丁","戊","己","庚","辛","壬","癸"}; /*地支名称*/ const char *cDiZhi[] = {"子",&quo 阅读全文