摘要:
16.安全 Download details: XSSDetect BETA Web 安全解决方案一览 安全风险管理指南:附录 C:常见威胁 360 安全 DRM系统工作原理 - 老弹 - 博客园 浅谈Web网站八个安全风险防护 - 黑客攻防 - TechWeb-技术社区 - Powered... MS SQL数据库SA权限入侵的感悟-database-CSDN 互联网支付与信息安全 我在入... 阅读全文
摘要:
/* 利用 HttpModule 统一干预、处理(例如: 过滤关键字) ASP.Net WebForm Control 的输出渲染 前几天在阅读老赵的《一个较完整的关键字过滤解决方案》上中下, http://www.cnblogs.com/JeffreyZhao/archive/2008/12/22/filter-forbidden-word-solution.html 当时提出了一个在 Ht... 阅读全文
摘要:
namespace Microshaoft { using System; using RAS; public class Class1 { static void Main(string[] args) { Console.WriteLine("Hello World"); Con... 阅读全文
摘要:
一直想做一个通用的 JavaScript Web API 图形验证码服务
这样封装,比做成 ASP.Net Server WebControl 更加通用,可以为任意消费页面(htm、jsp、php、asp、aspx)提供“Web 图形验证码”服务
以下是一些关键说明
阅读全文
摘要:
namespace ConsoleApplication { using System; using Microshaoft; /// /// Class1 的摘要说明。 /// public class Class1 { /// /// 应用程序的主入口点。 /// ... 阅读全文
摘要:
namespace ConsoleApplication { using System; using Microshaoft; public class Class1 { static void Main(string[] args) { DriveDetector x = new DriveDetecto... 阅读全文
摘要:
//CaptchaPlaceHolder.aspx.cs namespace Microshaoft.WebSecurity { using System; using System.Configuration; using System.Web; using System.Web.UI; using System.Text; using Mic... 阅读全文
摘要:
/* 2008-11-20 由于相关资源已经失效,现上传至本博客,请下载 http://files.cnblogs.com/Microshaoft/CMPP3.ISMG.zip .Net/C# 实现 中国移动 CMPP v3.0 ISMG SP 收发短信的 SP 客户端 (第3版)(CMPP SP Client) 增加了 CMPP Client 类 本程序严格按 《中国移动通信企业标准》之《... 阅读全文
摘要:
/* Remoting 异步队列实现,流程如下 1.并发若干客户端程序通过调用 RemotingQueue Server 提供的公开远程方法 Enqueue 将数据元素入队尾 2.RemotingQueue Server 发现队列不为空,则并发若干线程陆续 Dequeue 队首数据元素并处理 注意: 1.队列的数据元素定义需自行实现 2.对出列数据元素的处理程序需自行实现 */ //Async... 阅读全文
摘要:
//Share.cs namespace Microshaoft { using System; using System.Collections; using System.Collections.Generic; using System.Runtime.Remoting; using System.Runtime.Remoting.Channels... 阅读全文