Chinaunix首页 | 论坛 | 博客
  • 博客访问: 447734
  • 博文数量: 116
  • 博客积分: 2756
  • 博客等级: 少校
  • 技术积分: 1163
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-29 21:21
文章分类

全部博文(116)

文章存档

2018年(1)

2017年(1)

2016年(30)

2015年(41)

2014年(23)

2011年(7)

2010年(9)

2008年(4)

发布时间:2015-06-05 15:36:52

#! /usr/bin/env perluse DateTime;my $dt_01 = DateTime->new(year=> 2015, month=> 5, day =>3);my $dt_02 = DateTime->new(year=> 2015, month=> 5, day =>1);my $du    = $dt_01->subtract_datetime_absolute($dt_02);print $du->seconds();print "\n";......【阅读全文】

阅读(1151) | 评论(0) | 转发(0)

发布时间:2015-06-05 08:42:37

SystemiptablesntpsshsshfsnmaptcpdumpXxorglightdmmate(mate-desktop-environment)EditorVim/gVimC/C++gccg++clangcmakeboos.........【阅读全文】

阅读(685) | 评论(0) | 转发(0)

发布时间:2015-06-04 21:01:44

deb http://mirrors.aliyun.com/debian jessie main non-free contribdeb http://mirrors.aliyun.com/debian jessie-updates main non-free contribdeb http://mirrors.aliyun.com/debian-security jessie/updates main non-free contrib注:马云是个好同志,感谢马云搞了这么个开源镜像。......【阅读全文】

阅读(2742) | 评论(0) | 转发(0)

发布时间:2015-05-18 15:56:25

如果发现:what(): remote_endpoint: Transport endpoint is not connected那么试试:try{    // Do your job here.            }catch(boost::system::system_error &ec) {    // Show your warning message or do something else .........【阅读全文】

阅读(2553) | 评论(0) | 转发(0)

发布时间:2015-04-15 15:55:36

using namespace std;using namespace boost::posix_time;ptime  current_date_time        = second_clock::local_time();string current_date_time_string = to_iso_extended_string(current_date_time.date()) + " " + to_simple_string(current_date_time.time_of_day());.........【阅读全文】

阅读(1084) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

indure2011-01-02 14:08

回复  |  举报

2010-10-07 22:34

回复  |  举报

大鬼不动2010-10-04 16:38

踩踩

回复  |  举报

小闹一下2010-09-30 06:17

回复  |  举报

小闹一下2010-09-29 23:41

回复  |  举报
留言热议
请登录后留言。

登录 注册