蓝天

上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 76 下一页

2012年7月24日 #

interpreter_command_state pattern

摘要: 阅读全文

posted @ 2012-07-24 16:19 #蓝天 阅读(70) 评论(0) 推荐(0) 编辑

ANTLR实现的SQL解析器 - OQL

摘要: 使用ANTLR写了个SQL解析器,这样ORM的基本功能就比较完整了。几天的时间比较仓促,所以对于最终目标,还只能算是个雏形。总体状况使用SQL解析器的主要优点:1. 基于解析之后的语法树提供用户操作接口,灵活性非常好,因为达到了对SQL每一部分的完整控制。2.... 阅读全文

posted @ 2012-07-24 16:19 #蓝天 阅读(171) 评论(0) 推荐(0) 编辑

Hadoop技术论坛

摘要: http://bbs.hadoopor.comhttp://www.hadoopor.comhttp://forum.hadoopor.comhttp://hadoop.hadoopor.comhttp://hdfs.hadoopor.comhttp://mapred... 阅读全文

posted @ 2012-07-24 16:19 #蓝天 阅读(152) 评论(0) 推荐(0) 编辑

snprintf和strncpy对比

摘要: 有关snprintf返回值更多信息,请参考:http://bbs.hadoopor.com/thread-1185-1-1.htmlsnprintf MAN手册:The functions snprintf() and vsnprintf() do not wr... 阅读全文

posted @ 2012-07-24 16:19 #蓝天 阅读(456) 评论(0) 推荐(0) 编辑

有关snprintf返回值

摘要: 有关snprintf返回值更多信息,请参考:http://bbs.hadoopor.com/thread-1185-1-1.htmlchar str[10];int rt = snprintf(str, 3, "%s", "0123456789"); // 请注意这里... 阅读全文

posted @ 2012-07-24 16:19 #蓝天 阅读(717) 评论(0) 推荐(0) 编辑

Ubuntu系统微调

摘要: 本章讲述了基本的基于命令行界面的系统配置方法。在学习本章前,你需要先阅读 Ubuntu 系统安装提示, 第 3 章.如是你很关心安全方面的信息,你应该阅读 Securing Debian Manual,它在 harden-doc 软件包中。[编辑]系统初始化Ubunt... 阅读全文

posted @ 2012-07-24 16:19 #蓝天 阅读(159) 评论(0) 推荐(0) 编辑

bash_profile和.bashrc的区别

摘要: 转自http://blog.csdn.net/dingxy/archive/2009/03/20/4008724.aspx 和http://blog.csdn.net/dingxy/archive/2009/03/23/4016383.aspx/etc/profi... 阅读全文

posted @ 2012-07-24 16:19 #蓝天 阅读(109) 评论(0) 推荐(0) 编辑

limits.conf生效问题

摘要: /etc/pam.d目录下需要增加或修改两个文件:1) 在sshd2文件中增加如下一行:auth required pam_pwcheck.so shadow2) 在system-auth文件中增加如下一行:session requi... 阅读全文

posted @ 2012-07-24 16:19 #蓝天 阅读(822) 评论(0) 推荐(0) 编辑

interpreter和state模式的区别

摘要: interpreter和state模式都是通过对行为的抽象,去掉if语句,但interpreter主要是通过组合的方法解决问题,多个对象常会绞合在一起,而state总是一个对象转到另一个对象,这是两个模式间的最大区别之一。 阅读全文

posted @ 2012-07-24 16:19 #蓝天 阅读(121) 评论(0) 推荐(0) 编辑

linux下配置IP地址

摘要: 示例环境:OS: FC2NIC: eth0host name: fc2ip: 192.168.0.20/24default gateway: 192.168.0.254修改ip地址即时生效:# ifconfig eth0 192.168.0.20 netmask 25... 阅读全文

posted @ 2012-07-24 16:19 #蓝天 阅读(140) 评论(0) 推荐(0) 编辑

上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 76 下一页

导航