2012年7月9日

用cookie模拟登陆

摘要: request.Headers["Cookie"] = "Cookie";手工登陆一下,然后获取cookie,然后如上所示放到app.config中 读取到reques.Headers["cookie"]=your cookie如何获取cookie?firebug里可以找到文件头,从文件头里找到cookie获取cookie的代码(未测试)using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runti 阅读全文

posted @ 2012-07-09 15:18 雨渐渐 阅读(748) 评论(0) 推荐(0) 编辑

HtmlToText,Html保存段落格式为文本 java版

摘要: /* * Created on 2004-5-11 * */package com.bitmechanic.spindle;/** TextHtml * * 23.10.2001 MAP Initial release * 24.01.2002 MAP Method "text2html()". * Check for the ordinal value of char before addressing * "symbolicCode" array. Non ISO8859-1 ch... 阅读全文

posted @ 2012-07-09 13:32 雨渐渐 阅读(764) 评论(0) 推荐(0) 编辑

HtmlToText c#

摘要: 原页面:http://www.oschina.net/code/snippet_54100_3800www.chilkatsoft.com/refdoc/cshtmltotextref.htmlusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;namespace Olympic{ /// <summary> /// Converts HTML to plain text. /// </summary> class HtmlT 阅读全文

posted @ 2012-07-09 13:30 雨渐渐 阅读(310) 评论(0) 推荐(0) 编辑

导航