翱翔.Net

释放.Net的力量
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

02 2005 档案

摘要:usingSystem; usingSystem.Web.UI; usingSystem.Web.UI.WebControls; usingSystem.ComponentModel; namespaceHover.WebControls { /**//// ///FlashLabel的摘要说明。 ///Description:文字闪烁的Label... 阅读全文

posted @ 2005-02-28 08:59 Hover 阅读(4227) 评论(8) 推荐(0)

摘要:被过滤的字符列表可以存在数据库里。文本文件等此例是放在文本文件中为Filter.txt 内容为卑鄙|干|抄|超|乳|摸|玩|吻|倒霉|抠|骂|鳖|独|彪|婊|姬|阴|屁|臀|搂 private void FilterText() { string txtPath=Request.PhysicalApplicationPath+@"modules\guestbo... 阅读全文

posted @ 2005-02-04 15:23 Hover 阅读(4378) 评论(2) 推荐(0)

摘要:static void Main() { // get the name of our process string proc=Process.GetCurrentProcess().ProcessName; // get the list of all processes by that name Process[] processes=Process.GetProce... 阅读全文

posted @ 2005-02-03 17:08 Hover 阅读(3343) 评论(4) 推荐(0)

摘要:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;//using System.DirectoryServices;using System.Diagnostics;using Sys... 阅读全文

posted @ 2005-02-03 16:15 Hover 阅读(2877) 评论(1) 推荐(0)