自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (1)
  • 收藏
  • 关注

转载 如何访问Formview中的控件(Common)

.net Framework类库中的FindControl方法可以帮助我们访问Formview中的控件:protected void FormView1_ItemCreated(object sender, EventArgs e)    {        DropDownList test;        switch (FormView1.CurrentMode)        {    

2006-10-28 11:50:00 1157

转载 正则表达式

正则表达式30分钟入门教程作者:deerchao 来源:unibetter大学生社区 转载请注明来源本文目标30分钟内让你明白正则表达式是什么,并对它有一些基本的了解,让你可以在自己的程序或网页里使用它。一旦入门后,你可以从网上找到更多更详细的资料来继续学习。别被下面那些复杂的表达式吓倒,只要跟着我一步一步来,你会发现正则表达式其实并不像你想像中的那么困难。当然,如果你看完了这篇教

2006-10-13 12:27:00 630

原创 快速配置IIS6+PHP5+MYSQL

1、装IIS6,这个不用教吧。2、装PHP5,(建意用这里的版本http://www.discuz.com/index.php?category=4)把PHP5解压到C:/php 目录下。把这几个文件复制到C:/WINDOWS 下“ php.ini-dist   php5ts.dll php.exe”php.ini-dist 改成PHP.INI如果懒得去找的话,把根目录下的都放到C:/WINDOW

2006-10-04 22:23:00 2592

Exchange StoreEventSink排错

Here are the most common issues I’ve faced during the last years while helping our customer in Europe around Exchange 2000/2003 store event sinks. Most of the time, these notes help me to resolve, let’s say, 70% of the incoming issues on event sinks. Another 25% are often linked to the code itself having a problem or not doing what it’s supposed to do because of a base design. At last, the remaining 5% were linked to a more severe problem because of a bug from one of our product or a very instable Exchange configuration. I then truly hope that you, the reader, will fall into the 70% part of the event sink’s issues and that this document will be able to help you.

2008-10-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除