04 2016 档案

摘要:http://www.kancloud.cn/digest/javaxviii/126781 1.查找文件 find / -name filename.txt根据名称查找/目录下的filename.txt文件。 find . -name “*.xml”递归查找所有的xml文件 find . -name “*.xml” |xargs grep “Hello World”递归查找所有文件内... 阅读全文
posted @ 2016-04-29 11:06 Alamps 阅读(217) 评论(0) 推荐(0) 编辑
摘要:5.1 标识域(tag)的编码规则 标识域指明数据的类型,占用1个字节,常见的类型有:BOOL(0x01);INT(0x02);OCTSTR(0x04);NULL(0x05);OBJID(0x06);ENUM(0x0A);SEQ(0x30);SETOF(0x31);IPADDR(0x40);COUN 阅读全文
posted @ 2016-04-27 15:58 Alamps 阅读(2019) 评论(1) 推荐(0) 编辑
摘要:cenOS5.5安装oracle10g(傻瓜篇) http://www.cnblogs.com/fnng/archive/2012/06/19/2554159.html (转) 在cenOS5.5上安装oracle 10G虽然不是什么新鲜的东东,但搭建这个前后还花了一周的时间。我想每个人在安装时都会 阅读全文
posted @ 2016-04-24 11:09 Alamps 阅读(281) 评论(3) 推荐(0) 编辑
摘要:错误原因之一很有可能是你的脚本文件是DOS格式的, 即每一行的行尾以\r\n来标识, 其ASCII码分别是0x0D, 0x0A.可以有很多种办法看这个文件是DOS格式的还是UNIX格式的, 还是MAC格式的(1). vi filename然后用命令:set ff?可以看到dos或unix的字样. 如 阅读全文
posted @ 2016-04-22 20:58 Alamps 阅读(229) 评论(3) 推荐(0) 编辑
摘要:http://www.centoscn.com/CentOS/help/2015/0311/4853.html 查看centos version 阅读全文
posted @ 2016-04-22 13:08 Alamps 阅读(148) 评论(3) 推荐(0) 编辑
摘要:win7下安装NET-SNMP http://blog.csdn.net/yangyinbo/article/details/6029492 @FixMethodOrder ( MethodSorters.JVM ) public class AgentTest { private static f 阅读全文
posted @ 2016-04-21 19:21 Alamps 阅读(451) 评论(2) 推荐(0) 编辑
摘要:package org.huangxf.snmp.test; import java.io.IOException; import java.util.List; import org.snmp4j.CommunityTarget; import org.snmp4j.PDU; import org.snmp4j.Snmp; import org.snmp4j.Target; import ... 阅读全文
posted @ 2016-04-14 17:27 Alamps 阅读(1696) 评论(6) 推荐(0) 编辑
摘要:http://cuisuqiang.iteye.com/blog/1543190 http://topmanopensource.iteye.com/category/108094?page=5 阅读全文
posted @ 2016-04-01 14:55 Alamps 阅读(167) 评论(0) 推荐(0) 编辑