Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1469422
  • 博文数量: 596
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 173
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-06 15:50
个人简介

在线笔记

文章分类

全部博文(596)

文章存档

2016年(1)

2015年(104)

2014年(228)

2013年(226)

2012年(26)

2011年(11)

发布时间:2013-07-12 09:49:33

1. i++j=0let j+=1......【阅读全文】

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

发布时间:2013-07-05 09:53:15

Drawing With A Color使用颜色绘图After we have allocated the desired colors, we can use them when drawing text or graphics. To do that, we need to set these colors as the foreground and background colors of some GC (Graphics Context), and then use this GC to make the drawing. This is done using .........【阅读全文】

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

发布时间:2013-06-21 13:43:36

http://bbs.chinaunix.net/forum.php?mod=viewthread&tid=636546简简单单讲sort仙子注:本文档和仙子前面的2篇文档"简简单单讲grep","简简单单讲map",都译自网络,加上仙子自己的解释整理而成。原文档出自:http://web.archive.org/web/20041123005900/http://www.raycosoft.com/rayco/support/perl_t.........【阅读全文】

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

发布时间:2013-06-20 14:52:53

switch ( ret ){    case 0:        int val = 0;        break;    case 1:      &n.........【阅读全文】

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

发布时间:2013-06-20 14:50:38

原因分析:1.系统资源不足,程序被OS干掉$ cat /var/log/message$ dmesg看到如下信息:kernel: Out of memory: kill process 6338 (gdb) score 191002 or a childkernel: Killed process 6340 (Record)=》断定程序占用过多内存......【阅读全文】

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

登录 注册