newlist

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2014年2月26日

摘要: #include "Common.h"#ifdef WIN32#include #else#include #include #endif#include "iconvstring/IconvString.h"#include "iconvstring/IconvStringEx.h"USING_NS_CC;namespace{ int MonthWeekDay [10][12][1] = { // 2013 { {0}, {0}, {0}, {0}, {0}, {0}, {1}, {4}, {7}, {2}, {5}, {7} .. 阅读全文
posted @ 2014-02-26 10:55 一枚程序 阅读(242) 评论(0) 推荐(0) 编辑