自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Where's my road?

To record what I'm doing, what I'm thinking about, what ....

  • 博客(6)
  • 收藏
  • 关注

原创 漫谈 asp.net 之二:Caching

缓存的作用相信大家都很清楚,我就不多说了。大家可以看看这篇文章: ASP.NET Micro Caching: Benefits of a One-Second Cache 。 另外,也推荐大家阅读这篇文章: Caching Architecture Guide for .NET Framework Applications 。 1. asp.net 缓存功能的不足 在 .net framewor

2005-06-05 18:24:00 943

原创 漫谈 asp.net 之一:Access denied 错误

前言 从第一次接触 asp.net 到现在差不多快两年了。在这两年时间里,我碰到了大堆大堆的问题,不知道敖过多少个通宵,从空白开始逐渐了解和认识 HTML 语法、客户端脚本、asp.net 的架构等。我很愿意将我的一些经验拿出来和大家一起分享。当然也免不了错误和了解不够深入的地方,也非常欢迎大家的任何意见和评论! 我以后将逐渐写一个《漫谈 asp.net》的系列文章。在这些文章里面,将会涉及到 W

2005-06-05 18:18:00 1331

原创 再谈客户端脚本与 WebControl

在 asp.net 中,在为服务器端控件添加客户端脚本(比如 onclick 事件)时,比较常用的方法就是设置此服务器端控件的 Attributes。比如: control.Attributes["onclick"] = "return(window.confirm(....));"; 。然而,在使用上述方法的时候,我们必须要拥有此控件的引用。可是,在某些情况下,我们是不太好获取(或者说获取非

2005-06-03 21:01:00 885

原创 How to make our assemblies appeared in Add Reference dialog box

I guess most of us may be confronted with a same issue: we can not see our assemblies displayed in Add Reference dialog box in Visual Studio .net. Generally, an assembly may be used by several solutio

2005-05-28 19:14:00 1012

原创 When tried to start Event Log service, you got a 1501 error ?

If got a 1501 error when you try to start Event log service in windows operating system, there may be two reasons: event log files can not be found event log files are marks as read-only Event log fil

2005-05-28 17:29:00 964

原创 Some tips for using visual studio .net

Visual studio is a powerful IDE for languages such as C#, C++.net, VB.net. However, because there are so many functions, its a bit difficult for a developer to become familiar with visual studio. It

2005-05-28 16:54:00 912

空空如也

空空如也

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

TA关注的人

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