Chinaunix首页 | 论坛 | 博客
  • 博客访问: 351770
  • 博文数量: 43
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 585
  • 用 户 组: 普通用户
  • 注册时间: 2013-03-29 20:57
文章分类

全部博文(43)

文章存档

2013年(43)

我的朋友

发布时间:2013-06-20 09:45:45

std::pair用法点击(此处)折叠或打开#include <iostream>#include <utility>#include <string>using namespace std; int main () {  pair <string,double> product1 ("tomatoes",3.25);.........【阅读全文】

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

发布时间:2013-06-18 11:29:46

鉴于Go语言有着强大的多线程能力,所以就写个最简单的socket例子供大家参考。server.go点击(此处)折叠或打开package main import (    "fmt"    "net"   &nb.........【阅读全文】

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

发布时间:2013-06-17 17:17:00

        最近在研究MMS的时候接触到了抽象语义记法ASN.1(Abstract Syntax Notation One),于是对它做了一番了解,下面将这几天的学习到的做下记录,以供以后偷懒。        ASN.1是一种 ISO/ITU-T 标准,描述了一种对数据进行表示、编码、传输和解.........【阅读全文】

阅读(31401) | 评论(1) | 转发(1)

发布时间:2013-06-13 16:00:50

编译时出错:Win32 does not define $Win32::VERSION--version check failed at perl5db.pl line 438.BEGIN failed--compilation aborted.Compilation failed in require at perl5db.pl line 438.BEGIN failed--compilation aborted.Compilation failed in require.BEGIN failed--compilation aborted.解决办.........【阅读全文】

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

发布时间:2013-06-13 14:17:37

......【阅读全文】

阅读(3073) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册