09 2016 档案
摘要:http://blog.csdn.net/phunxm/article/details/5086080 1.通信协议的概念及其要素 在OSI开放互联参考模型中,对等实体(peer)之间数据单元在发送方逐层封装(encapsulation),在接收方的逐层解析(decapsulation)。发送方N层
阅读全文
摘要:http://blog.chinaunix.net/uid-7431665-id-2627263.html http://bbs.csdn.net/topics/320245988 前几天在处理用 response.sendRedirect跳转页面传参数的过程发现,如果参数中有中文的话!如果不在传输
阅读全文
摘要:http://www.cnblogs.com/beijiguangyong/archive/2012/03/31/2437124.html 在介绍方法之前我们首先应该清楚具体的问题有哪些,笔者在本博客当中论述的JSP中文乱码问题有如下几个方面:页面乱码、参数乱码、表单乱码、源文件乱码。下面来逐一解决
阅读全文
摘要:http://www.cnblogs.com/hlxs/archive/2011/05/18/2087974.html using System;using System.IO;namespace Utils{ public class IOHelper { public IOHelper(); p
阅读全文
摘要:http://www.cnblogs.com/tylerdonet/archive/2013/04/07/3006278.html 1.获取IP地址 2.获取当前页面地址信息设当前页完整地址是:http://www.jb51.net/aaa/bbb.aspx?id=5&name=kelli"http
阅读全文