上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 46 下一页
  2016年4月21日
摘要: GET GET 方法通常用于请求服务器发送某个资源。下图显示了一个例子,在这个例子中,客户端用 GET 方法发起了一次 HTTP 请求。 HEAD HEAD 方法与 GET 方法的行为很类似,但服务器在响应中只返回首部,不会返回实体的主体部分。这就允许客户端在未获取实际资源的情况下,对资源的首部进行 阅读全文
posted @ 2016-04-21 16:48 huey2672 阅读(329) 评论(0) 推荐(0) 编辑
  2016年4月20日
摘要: 下面使用 Wireshark 分析 ARP 的工作过程。试验的机器:发送者机器(IP 地址:10.21.28.47,MAC 地址:68:f7:28:0f:32:2e)下文称为 HOSTA;目标机器(IP 地址:10.21.28.110,MAC 地址:54:ee:75:25:33:fd),下文称为 H 阅读全文
posted @ 2016-04-20 20:10 huey2672 阅读(1633) 评论(0) 推荐(0) 编辑
摘要: arp 命令可以查看 ARP 缓存或者手动添加、删除缓存中的条目。 命令格式 arp [-evn] [-H type] [-i if] -a [hostname] arp [-v] [-i if] -d hostname [pub] arp [-v] [-H type] [-i if] -s hos 阅读全文
posted @ 2016-04-20 17:18 huey2672 阅读(2644) 评论(0) 推荐(0) 编辑
摘要: 网络访问层 Ethernet II 网际层 IP IPv4 报文格式 ICMP ICMP 报文分析 ping: 向网络主机发送 ICMP ECHO_REQUEST 包 ARP ARP 过程 arp 命令: 操作系统的 ARP 缓存 RARP RIP BGP 传输层 TCP UDP 应用层 HTTP 阅读全文
posted @ 2016-04-20 14:54 huey2672 阅读(163) 评论(0) 推荐(0) 编辑
摘要: Ethernet II 帧格式 DA(Destination Address): 该字段有 6 个字节,表示目的 MAC 地址。 SA(Source Address): 该字段有 6 个字节,表示源 MAC 地址。 Type: 该字段有 2 个字节,表示数据包的类型。 Playload: 数据载荷。 阅读全文
posted @ 2016-04-20 14:38 huey2672 阅读(911) 评论(0) 推荐(0) 编辑
  2016年4月18日
摘要: HTTP 报文 HTTP 方法 HTTP 状态码 HTTP 首部 连接管理 持久连接 Cookie 机制 Session 机制 基本认证机制 在 Tomcat 中设置基本认证 摘要认证 在 Tomcat 中设置摘要认证 实体和编码 内容编码 条件请求 阅读全文
posted @ 2016-04-18 20:06 huey2672 阅读(248) 评论(0) 推荐(0) 编辑
摘要: Getting Started 安装配置环境 Redis 命令 Keys Strings Lists Hashs Sets Sorted Sets Transactions Connection Server Pub/Sub Programming with Redis 排序 事务 发布/订阅 Hy 阅读全文
posted @ 2016-04-18 17:37 huey2672 阅读(192) 评论(0) 推荐(0) 编辑
摘要: Jersey JSON support comes as a set of JAX-RS MessageBodyReader<T> and MessageBodyWriter<T> providers distributed with jersey-json module. These provid 阅读全文
posted @ 2016-04-18 16:59 huey2672 阅读(782) 评论(0) 推荐(0) 编辑
摘要: As you probably already know, Jersey uses MessageBodyWriters and MessageBodyReaders to parse incoming request and create outgoing responses. Every use 阅读全文
posted @ 2016-04-18 12:45 huey2672 阅读(279) 评论(0) 推荐(0) 编辑
  2016年4月17日
摘要: Getting Started with MyBatis Hello World Integration with Spring Bootstrapping MyBatis Configuring MyBatis using XML Environment, DataSource, Transact 阅读全文
posted @ 2016-04-17 19:55 huey2672 阅读(219) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 46 下一页