摘要: 功能有待完善和添加 #include #include #include #include #include #include #include using namespace std;//通过Wget来获取网页string GetHtmlByWget(string url){ //获取待... 阅读全文
posted @ 2013-01-25 15:30 N3verL4nd 阅读(184) 评论(0) 推荐(0) 编辑
摘要: C语言显示系统时间的几个办法#include #include #includeint main(){ time_t t = time(0); char tmp[64]; strftime( tmp, sizeof(tmp), "%Y/%m/%d %X %A 本月第%j天 %z",l... 阅读全文
posted @ 2013-01-25 13:28 N3verL4nd 阅读(676) 评论(0) 推荐(0) 编辑