• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
思想的思想
很久很久以前,谎言和真实在河边洗澡,谎言先洗好,穿了真实的衣服离开, 真实却不肯穿谎言的衣服。后来,在人们的眼里,只有穿着真实衣服的谎言,却很难接受赤裸裸的真实
博客园    首页    新随笔    联系   管理    订阅  订阅
2008年1月22日
Request.ServerVariables参数集
摘要: Request.ServerVariables参数集 做asp.net探针必备. Request.ServerVariables('Url') 返回服务器地址 Request.ServerVariables('Path_Info') 客户端提供的路径信息 Request.ServerVariables('Appl_Physical_Path') 与应用程序元数据库路径相应的物理路径 Re... 阅读全文
posted @ 2008-01-22 11:23 混世魔王 阅读(244) 评论(0) 推荐(0)
实用的xml操作类
摘要: using System; using System.Xml; using System.IO; using System.Data; namespace EmanUtils { /**//// /// XmlHelper 的摘要说明。 /// xml操作类 /// public class XmlHelper { prot... 阅读全文
posted @ 2008-01-22 11:22 混世魔王 阅读(230) 评论(0) 推荐(0)
字符文本操作类
摘要: using System; using System.Collections; using System.Text; using System.Text.RegularExpressions; using System.Security.Cryptography; /**///////////////////////////////////////////////////// ///功能:字符文本... 阅读全文
posted @ 2008-01-22 11:21 混世魔王 阅读(445) 评论(0) 推荐(0)
Config操作类
摘要: using System; using System.Xml; using System.Configuration; namespace EmanUtils { /**//// /// 读配置文件的操作 /// Config操作类 /// public class ConfigHelper { public ConfigHel... 阅读全文
posted @ 2008-01-22 11:20 混世魔王 阅读(205) 评论(0) 推荐(0)
委托与多线程
摘要: 很多时候写windows程序都需要结合多线程,在.net中用如下得代码来创建并启动一个新的线程。 public void ThreadProc(); Thread thread = new Thread( new ThreadStart( ThreadProc ) ); thread.IsBackground = true; thread.Start(); 但是很多时候,在新的线程中,我们需要与U... 阅读全文
posted @ 2008-01-22 11:17 混世魔王 阅读(233) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3