摘要:
在Windows2003下调试asp.net程序 出现以下错误: 您未被授权查看该页 您不具备使用所提供的凭据查看该目录或页的权限。 -------------------------------------------------------------------------------- 请尝试以下操作: 如果您认为自己... 阅读全文
2006年10月27日 #
2006年10月17日 #
摘要:
隐藏程序运行的窗口可以用WndHider,很不错的小工具.简单易用隐藏任务栏出现的图标可以用一个叫做"SysTrayX"的软件,可以通过一些设置来做到完全隐藏,快捷键激活. 阅读全文
2006年9月30日 #
摘要:
这篇文章的思想的来源是Rob Howard半月前的一篇文章,《Provider Model Design Pattern and Specification, Part 1》,本来想等Rob H把Part II写完然后再一起总结一下的,可等啊等啊,估计这位哥们儿在忙着准备DevDay2004和做演讲,所以一直都没有等到Part II出来。不过R... 阅读全文
摘要:
http://tech.163.com/special/000915SN/stLinuxstu.htmlhttp://www.enet.com.cn/eschool/inforcenter/la3631.htmlhttp://www.chinalinuxpub.com/ 阅读全文
2006年9月26日 #
摘要:
declare @pagesize int 页数 declare @pagenow int 页面 set @pagesize=10 set @pagenow=3 select * from (select ROW_NUMBER() over(order by cid) as rownum, * from Citys) as ttt where rownum>((@pagenow-1)*@... 阅读全文
2006年9月22日 #
摘要:
DNN中,处理Log的类有很多。一般,捕捉到一个Exception Log的时候,就会调用ExceptionLogController类,来把该信息封装成一个LogInfo对象,然后,把这个LogInfo对象存放到全局唯一的对象LoggingProvider中,具体存放到LoggingProvider对象的什么成员中呢,是存放到LoggingProvider对象的一个LogInfoArray类型的... 阅读全文
2006年9月6日 #
摘要:
下列语句部分是Mssql语句,不可以在access中使用。SQL分类: DDL—数据定义语言(Create,Alter,Drop,DECLARE) DML—数据操纵语言(Select,Delete,Update,Insert) DCL—数据控制语言(GRANT,REVOKE,COMMIT,ROLLBACK)首先,简要介绍基础语句:1、说明:创建数据库Create DATABASE database... 阅读全文
摘要:
摘要最初研究 .NET Pet Shop 的目的是用 Microsoft .NET 实现 Sun 主要的 J2EE 蓝图应用程序 Sun Java Pet Store 同样的应用程序功能。 根据用 .NET 实现的 Sun J2EE 最佳实践示例应用程序,各方面的客户可以直接地对 Microsoft 的 .NET 技术与基于 J2EE 的应用程序服务器进行比较,同时了解构建基于Web的应用程序中用... 阅读全文
2006年9月1日 #
摘要:
Introduction This article explains in detail the process of creating a DotNetNuke module. Requirements To use this tutorial, you need: Visual Studio Express (download here) SQL Server Express... 阅读全文
摘要:
Here is a quick script to determine the modules you are using and in which portals. You can run this in the Host|SQL module or download the free SQLView module and plunk it on your own admin page.SELE... 阅读全文