随笔分类 -  网络编程

netty 自定义协议
摘要:netty 自定义协议 netty 是什么呢? 相信很多人都被人问过这个问题。如果快速准确的回复这个问题呢?网络编程框架,netty可以让你快速和简单的开发出一个高性能的网络应用。netty是一个网络编程框架。那netty又有什么框框呢?主要有二个框。 框1:客户和服务的启动 一切通讯都有收与发,所 阅读全文
posted @ 2019-07-23 11:22 wolf12 阅读(2696) 评论(0) 推荐(0)
C# 模拟登陆并继续访问其他页面
摘要:using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Net;using System.Text;using System.Threading; namespace C 阅读全文
posted @ 2016-01-20 22:26 wolf12 阅读(1914) 评论(1) 推荐(0)