- 博客(7)
- 收藏
- 关注
原创 seo中的编码问题
CodePage = 65001 utf-8ASP中创建和读取UTF-8编码格式文件2008/07/08 00:05ASP中IO操作读写文件一般有2种方法:一是FSO对象,二是ADODB.STREAM对象。用FSO读取和创建文件比较常用,但是要生成UTF-8编码的文件,没测试成功。通过object.CreateTextFile(filename[, over
2008-12-11 10:17:00
512
原创 c# collection class
using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; using System.Text.RegularExpressions; using System.IO; using System.Net;
2008-12-05 13:52:00
476
原创 asp.net利用google实现在线翻译功能(通用类)
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebContro
2008-12-05 13:46:00
1378
2
原创 GOOD BLOG LIST
1. C# WEB APPLICATION PROGRAMME http://user.qzone.qq.com/510152/blog
2008-12-05 09:49:00
378
原创 C#通过webRequest保持在同一Session中Post数据收藏
WebClient无疑是C# 中访问web最简易快捷的方法:PostData/DownloadFile 为众人所倾倒.但有些要求Session保持的情况,则WebClient鞭长莫及了.http://blog.youkuaiyun.com/crabo/定义全局变量:HttpWebRequest craboRequest=null;CookieContainer craboCook
2008-12-04 16:17:00
707
原创 简单OCR实现原理
许多网站在接受HTTP输入的时候常用到一项认证码技术来防止DOS攻击。简单地说就是在显示提交数据页面之前或者同时,服务器会向客户端发送一个小图片,该图片通常由一些随机的数字或字母(很少情况下会有其他字符)组合而成,并要求在HTTP的提交表单(FORM)中正确输入该数字,无效的输入会使数据提交失败。这样的机制可以有效阻止或降低一些登陆/张贴/投票的自动机对网站产生的负面作用。 作者:doubl
2008-12-04 16:14:00
1686
转载 C# and ActiveX DLLs
Creating an ActiveX DLL using Visual Basic 6.0Fire up Visual Basic and select ActiveX DLL Icon from the New Project dialog box. Change the class name to something meaningful like “Our_csharp”
2008-12-04 16:09:00
460
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人