上一页 1 ··· 98 99 100 101 102 103 104 105 106 ··· 122 下一页

2009年12月30日

关于MOSS 2007 Blob caching

摘要: Blob caching allows caching of binary objects like images, style sheets and documents on the MOSS front end server machine which heavily reduces the traffic to the SQL backend server as each file has ... 阅读全文

posted @ 2009-12-30 14:06 中道学友 阅读(356) 评论(0) 推荐(0)

Web garden 和Web farm

摘要: An application pool that uses more than one worker process is called a Web garden. An application is hosted by multiple servers then it is said to be web farm environment. To configure a Web garden ... 阅读全文

posted @ 2009-12-30 14:01 中道学友 阅读(553) 评论(1) 推荐(1)

SQL通配符

摘要: SQL wildcards can be used when searching for data in a database. SQL Wildcards SQL wildcards can substitute for one or more characters when searching for data in a database. SQL wildcards must be us... 阅读全文

posted @ 2009-12-30 12:05 中道学友 阅读(1076) 评论(0) 推荐(0)

[软件工具]SQL Pretty Printer

摘要: 由于要看SQL Profiler Trace, 这种日志当中的SQL语句堆成一堆,非常难以辨认。所以就想要是有一种工具可以把杂乱无章的SQL语句用结构化的方式展现出来该有多好。经过网上搜索, 发现了一个叫做SQL Pretty Printer的软件。 其余的功能没来得及试用,不过就我想要的功能而言,已经非常好了。 举例,从profiler trace中拷贝出来的SQL语句,挤在一起,非常杂乱。... 阅读全文

posted @ 2009-12-30 11:40 中道学友 阅读(1396) 评论(0) 推荐(0)

2009年12月28日

SharePoint 2003中的账号和权限小结

摘要: 基本上有四类管理用户账户需要在SPS解决方案中被赋予权限. Account(s) which the SPS services will run as i.e. service accounts Database configuration account Content crawler access account Application pool account Services Accou... 阅读全文

posted @ 2009-12-28 21:53 中道学友 阅读(962) 评论(0) 推荐(0)

%temp%对ASP.NET有什么用?

摘要: 今天遇到一个问题, 客户站点上的所有的web part都显示一个错误信息: Web Part Error: One of the properties of the Web Part has an incorrect format. Windows SharePoint Services cannot deserialize the Web Part. Check the format of th... 阅读全文

posted @ 2009-12-28 19:18 中道学友 阅读(823) 评论(0) 推荐(0)

WSS 2.0和SharePoint Portal Server 2003的版本号小结

摘要: 描述 WSS KB 版本号 WSS 2.0 RTM N/A 11.0.5608.0 SP1 841876 11.0.6361.0 SP1+KB887981 887981 11.0.6411.0 R2 WSS SP2 beta 11.0.6551.0 SP2 887624 11.0.7969.0 post SP2 rollup 900929 11.0.8000.0 Aug DST 9... 阅读全文

posted @ 2009-12-28 16:06 中道学友 阅读(976) 评论(0) 推荐(0)

2009年12月27日

WSS3.0知识问答

摘要: 1. 卸载WSS3.0需要重启么? 答: 不需要. 2. 安装WSS3.0时, 需要指定一个账户与SQL连接, 该账户至少要拥有什么权限? Application Pool 的identity呢? 答: dbcreator和securityadmin. 所有的application pool的identity在WFE上至少要是power user用户组的成员. 3. 如何使用命令行创建管理中心... 阅读全文

posted @ 2009-12-27 23:38 中道学友 阅读(313) 评论(0) 推荐(0)

如何查看以二进制形式存储在SQL Server中的信息?

摘要: 有些信息在数据库中存储的时候使用的是二进制的格式, 明明知道这些信息是我们感兴趣的, 比如说一些metadata, 但就是无法查看. 我们可以使用SQL Server的cast函数来产看这些二进制信息的文本.下面是一个例子: 阅读全文

posted @ 2009-12-27 21:39 中道学友 阅读(2383) 评论(0) 推荐(1)

WSS3.0中文档类型与图标的对应关系

摘要: 在目录C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\XML下有个xml文件, 叫做DOCICON.XML. 这个文件中存储了不同类型的文档与图标的对应关系. 简单摸索一下之后, 你就可以让WSS3.0用你指定的图标来显示你想要设置的文档啦. 阅读全文

posted @ 2009-12-27 20:25 中道学友 阅读(196) 评论(0) 推荐(0)

上一页 1 ··· 98 99 100 101 102 103 104 105 106 ··· 122 下一页

导航

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