avisnet's blog

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2006年9月21日

摘要: Session Data Is Lost When You Use ASP.NET InProc Session State Mode SYMPTOMS Session data for ASP.NET Web applications appears to be lost at random intervals for the InProc session state mode. CAU... 阅读全文
posted @ 2006-09-21 18:12 avisnet 阅读(287) 评论(0) 推荐(0) 编辑

摘要: LINK : warning LNK4089: all references to "GDI32.dll" discarded by /OPT:REF The warning means that your program contains functions that call GDI, but the functions are never called, so the link to GDI... 阅读全文
posted @ 2006-09-21 17:51 avisnet 阅读(1435) 评论(0) 推荐(0) 编辑

摘要: #pragma warning(push)#pragma warning(disable : 4068 4267 4018)...#pragma warning(pop) 阅读全文
posted @ 2006-09-21 11:01 avisnet 阅读(207) 评论(0) 推荐(0) 编辑

2006年9月19日

摘要: typedef int* PINT; const PINT p = NULL; 变量p是什么类型? 阅读全文
posted @ 2006-09-19 08:56 avisnet 阅读(240) 评论(0) 推荐(0) 编辑

2006年9月18日

摘要: 介绍如何使用 Microsoft ASP.NET 执行动态 URL 重写。URL 重写是截取传入 Web 请求并自动将请求重定向到其他 URL 的过程。讨论实现 URL 重写的各种技术,并介绍执行 URL 重写的一些实际情况。 阅读全文
posted @ 2006-09-18 18:17 avisnet 阅读(545) 评论(0) 推荐(0) 编辑