引言: 本人想自己个博客网站出来,技术路线是用ASN.NET MVC5+EF6(Code First)+ZUI+各种Jquery插件,有了这个想法之后就开始选择UI,看了好多bootstrap的模板之后,发现即使你用了bootstrap还是要自己写css样式,都是自学的,前端真的很垃圾,在网上找了很... ...
分类:
Web程序 时间:
2016-06-11 15:57:30
阅读次数:
343
阅读完本文你可以学到:
(1)SNMP 中 OBJECT IDENTIFIER 的 BER 编码与解码代码实现。
(2)在学习 OBJECT IDENTIFIER 编解码过程中的一些思考(思考过后,懂得当涉及对无符号数组进行传输编码时,可以给出一个较佳的方案)。
(3)snmp++-3.3.7 版本中函数 asn_parse_objid 存在的 bug。...
分类:
其他好文 时间:
2016-06-02 14:54:48
阅读次数:
223
一、简介 ASN.1是一种对分布式计算机系统间交换的数据消息进行抽象描述的规范化语言。 二、教程 http://www.epubit.com.cn/book/onlinechapter/14877 ...
分类:
其他好文 时间:
2016-05-10 23:09:58
阅读次数:
263
https://matt.ucc.asn.au/dropbear/dropbear.html https://cyberduck.io/?l=en ...
分类:
其他好文 时间:
2016-05-04 19:10:44
阅读次数:
955
JSON(JavaScript Object Notation)是一种发送和接收结构化信息的标准化表示法。类似的标准化协议还有XML、ASN.1、Protobuf、Thrift等等,这些协议都有自己的鲜明特色,但是由于JSON的简洁、可读、流行性,因此它是应用最广泛的协议之一。 Go语言对上述协议的编码和解码都有很好的支持,例如标准库中的encoding/json、encoding/xml、enc...
分类:
编程语言 时间:
2016-04-05 14:09:19
阅读次数:
235
30.8 Structure And Representation Of MIB Object Names We said that ASN.1 specifies how to represent both data items and names. However, understanding
分类:
其他好文 时间:
2016-02-14 19:48:24
阅读次数:
337
30.10 SNMP Message Format Unlike most TCP/IP protocols, SNMP messages do not have fixed fields. Instead, they use the standard ASN.1 encoding. Thus, a
分类:
其他好文 时间:
2016-02-14 19:43:54
阅读次数:
548
30.11 Example Encoded SNMP Message The encoded form of ASN.1 uses variable-length fields to represent items. In general, each field begins with a head
分类:
Web程序 时间:
2016-02-14 19:43:44
阅读次数:
136
1 主机名配置 主机hd1配置(后面配置为名字服务器) [grid_hd@hd1 Desktop]$ cat /etc/sysconfig/network NETWORKING=yes HOSTNAME=hd1.asn.cn #主机名为hd1.asn.cn (asn.cn为搜索域) [grid_hd...
分类:
其他好文 时间:
2015-08-10 00:10:24
阅读次数:
314
1 protocol buffer sudo apt-get install libprotobuf-dev asn@hadoop1:~/Desktop$ protoc --version libprotoc 2.5.0 2 安装CMake apt-get install cmak...
分类:
系统相关 时间:
2015-07-25 00:02:47
阅读次数:
493