Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1436631
  • 博文数量: 263
  • 博客积分: 10851
  • 博客等级: 上将
  • 技术积分: 2627
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-26 22:40
文章分类

全部博文(263)

文章存档

2013年(4)

2012年(25)

2011年(33)

2010年(50)

2009年(138)

2008年(13)

发布时间:2013-06-07 19:49:45

HiWhen i try to install VS2010, Its not installing. I'm getting an error.  It just try to install the framework 4 and failed. Below i paste the error log : [04/29/12,18:28:13] Microsoft .NET Framework 4: [2] Error code -939523550 for this component is not recognized.[04/29/12,18:28:13] Mic.........【阅读全文】

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

发布时间:2013-05-31 11:08:50

struct timeval结构体在time.h中的定义为:struct timeval{__time_t tv_sec;              /* Seconds. */__suseconds_t tv_usec;    /* Microseconds. */};其中,tv_sec为Epoch到创建struct timeval时的秒数,tv_usec为微秒数,即.........【阅读全文】

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

发布时间:2013-05-15 14:18:47

MySql的Bolb四种类型 MySQL中,BLOB是一个二进制大型对象,是一个可以存储大量数据的容器,它能容纳不同大小的数据。BLOB类型实际是个类型系列(TinyBlob、Blob、MediumBlob、LongBlob),除了在存储的最大信息量上不同外,他们是等同的。 MySQL的四种BLOB类型 类型        .........【阅读全文】

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

发布时间:2013-01-11 14:50:32

开始正文之前, 推荐下这里有个介绍awk数组的精华帖: http://bbs.chinaunix.net/thread-2312439-1-1.html   grep 1083628889 XXYY.TamServer_updateVipAmount_20121227.log |  tr -d '][' | awk 'BEGIN{ FS="|" }{ match($10, / money=[0-9]+*/, a);  match($10, / vip=[0-9]+*/, b);  print $4,a[0],b[0] }'   matc......【阅读全文】

阅读(16767) | 评论(0) | 转发(1)

发布时间:2012-12-26 17:01:59

Java开发中不免碰到List与数组类型之间的相互转换,举一个简单的例子:package test.test1;  import java.util.ArrayList;  import java.util.List;  public class Test {      public static void main(String[] args) {          List list=new ArrayList();   ......【阅读全文】

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

chinaunix网友2008-11-27 14:28

您好, 我是猎头 beny , 希望和您做个简单沟通 。请通过以下方式联系我 msn: airtuyh@hotmail.com gtalk: airtuyh@gmail.com 工作邮箱mail: beny@careerelite.net

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

登录 注册