上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 122 下一页

2010年1月14日

在SharePoint Designer中页面无法编辑?

摘要: 想编辑页面, 遇到下面这个东东, 怎么回事儿? 信息: "This page cannot be edited in SharePoint Designer. You can edit the content in the browser, or edit the corresponding page layout in SharePoint Designer" 解决方案: 将这个页面与它的La... 阅读全文

posted @ 2010-01-14 11:58 中道学友 阅读(1983) 评论(0) 推荐(0)

ASP.NET中Web Service的安全流程

摘要: The SOAP request is received from the network. This may or may not contain authentication credentials depending upon the type of authentication being used. IIS optionally authenticates the caller by ... 阅读全文

posted @ 2010-01-14 11:18 中道学友 阅读(429) 评论(0) 推荐(0)

安全概念: Impersonation, Authentication, Authorization

摘要: ImpersonationSometimes we want users' requests to be run in the security context of some other user identity. For that we use impersonation. Impersonation is a process in which a user accesses the res... 阅读全文

posted @ 2010-01-14 10:53 中道学友 阅读(342) 评论(0) 推荐(0)

2010年1月12日

SSL协议

摘要: The Transmission Control Protocol/Internet Protocol (TCP/IP) governs the transport and routing of data over the Internet. Other protocols, such as the HyperText Transport Protocol (HTTP), Lightweight ... 阅读全文

posted @ 2010-01-12 23:22 中道学友 阅读(345) 评论(0) 推荐(0)

Local Intranet Zone 和Proxy---不可思议的关联关系

摘要: 代理服务器的设置与IE区域之间有很多令人吃惊的关系. Local Intranet Zone使用起来很方便, 它使得TCP/IP允许地球另一边的服务器访问起来就向是在访问楼下的服务器一样. . 另一方面, 至于什么才是"local"这个问题就留给了用户或者网络管理员来回答. 很容易去猜想, 当机器是local intranet的时候, IE可以神奇地"知晓", 但事实并不是这样. 因为在其他的安... 阅读全文

posted @ 2010-01-12 22:41 中道学友 阅读(1214) 评论(0) 推荐(0)

NetBIOS名字

摘要: 一、NetBIOS名字 NetBIOS名字也是计算机的标识名,该名字主要用于局域网中计算机之间的相互访问。 用NetBIOS名字访问计算机主要有两种方法: 1、网上邻居 当我们打开网上邻居,可以看到很多计算机名,这些计算机名就是NetBIOS名字,用它可以打开指定的计算机。 2、UNC地址 如果我们已知某计算机的计算机名,可以直接打开“开始 | 运行”,输入地址“\\计算机名\路径”,这样可打开指... 阅读全文

posted @ 2010-01-12 22:28 中道学友 阅读(13284) 评论(0) 推荐(1)

FQDN

摘要: 全限定域名(FQDN,Fully Qualified Domain Name)是指主机名加上全路径,全路径中列出了序列中所有域成员。 全域名可以从逻辑上准确地表示出主机在什么地方,也可以说全域名是主机名的一种完全表示形式。 从全域名中包含的信息可以看出主机在域名树中的位置。例如,acmecompany公司的Web服务器的全域名可以是www.acmecompany. com,而若www主机是在销... 阅读全文

posted @ 2010-01-12 22:03 中道学友 阅读(500) 评论(0) 推荐(0)

web.config文件中的<default proxy> 的知识

摘要: 这个元素指定了HTTP请求Internet资源时使用的代理服务器.<configuration> <system.net> <defaultProxy><defaultProxy>元素定义了被GlobalProxySelection类使用的代理服务器信息. 任何没有制定代理属性的HttpRequest都会使用由defaultProxy定义的代理.总的... 阅读全文

posted @ 2010-01-12 14:22 中道学友 阅读(4429) 评论(1) 推荐(0)

2010年1月11日

使用Data Form Web Part

摘要: The Data Form Web Part is not completely new; in SharePoint 2003, this it is called the Data View Web Part. Using the Data Form Web Part, you are able to use multiple data sources, including data comi... 阅读全文

posted @ 2010-01-11 21:47 中道学友 阅读(470) 评论(0) 推荐(0)

[翻译文章]性能监视器的计数器 之二 内存性能计数器

摘要: 处理器性能计数器. 这部分描述了与处理器对象相关的最重要的计数器. 内存性能计数器. 这部分描述了与内存对象相关联的最重要的计数器. 磁盘性能计数器. 这部分描述了与物理磁盘和逻辑磁盘对象相关联的最重要的计数器. 网络性能计数器. 这部分描述了与网络接口, 网络分段, TCP/IP组件相关的最重要的计数器. 内存性能计数器 ==================== 下面的计数器们都与内存管理的... 阅读全文

posted @ 2010-01-11 21:43 中道学友 阅读(1413) 评论(0) 推荐(0)

上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 122 下一页

导航

技术追求准确,态度积极向上