DateTime.Now.ToString("{0:yyyy-MM-dd HH:mm:ss}");
//返回string类型string.Format("{0:yyyy-MM-dd HH:mm:ss}",DateTime.Now);
分类:
其他好文 时间:
2014-04-29 11:42:47
阅读次数:
408
Page 30Perceptual blocks are obstacles that
prevent the problem-solver from clearly perceiving either the problem itself or
the information needed to ...
分类:
其他好文 时间:
2014-04-28 00:54:37
阅读次数:
403
思路利用VA_LIST可变参数,自定义欲提醒信息。 1 // 信息提示框 2 void
CDECL AlertBox(TCHAR *Format, ...) 3 { 4 TCHAR buf[1024]; 5 va_list pArglist; 6
va_start(pArgl...
分类:
其他好文 时间:
2014-04-27 21:34:07
阅读次数:
459