随笔:50 文章:0 评论:8 引用:1
四季晶华
莺啼岸柳弄春晴夜月明,香莲碧水动风凉夏日长;
秋江楚雁宿沙洲浅水流,红炉透炭炙寒风御隆冬。
博客园
首页
发新随笔
发新文章
联系
订阅
管理
2010年6月21日
SharePoint:CssLink and CssRegistration
摘要: Demystifying SharePoint CSS LinksThereseems to be a lot of confusing, incomplete, or incorrect information(some of it from yours truly) out there about the choices available toyou when the time comes ...
阅读全文
posted @ 2010-06-21 16:17 jerry.chen 阅读(187) 评论(0)
编辑
2010年6月9日
WCF中的Stream操作
摘要: WCF支持对Stream对象的操作,尤其对于传递size过大的消息而言,如要考虑传递消息的效率,WCF推荐通过Stream进行操作。然而,WCF对于Stream操作规定了一些限制,在我们编写相关程序时,需要特别注意:1、绑定的限制如 果需要使用Stream操作,可以使用的绑定只能是BasicHttpBinding,NetTcpBinding以及 NetNamedPipeBinding。此外,在使用...
阅读全文
posted @ 2010-06-09 11:17 jerry.chen 阅读(109) 评论(0)
编辑
2010年5月24日
CSS和JavaScript标签对照表
摘要: 改SharePoint page时用到JavaScript修改style,做个提醒以便查询。盒子标签和属性对照CSS语法 (不区分大小写)JavaScript语法 (区分大小写)borderborderborder-bottomborderBottomborder-bottom-colorborderBottomColorborder-bottom-styleborderBottomStylebo...
阅读全文
posted @ 2010-05-24 11:25 jerry.chen 阅读(21) 评论(0)
编辑
2010年3月22日
TroubleShooting: Eventid 6482-Reason:Access to the path 'C:\WINDOWS\system32\drivers\etc\HOSTS' is denied. Eventid7888
摘要: 配置一个sharepoint 中型场的时候应用程序日志总是报错:If you get this error every other minute:Event Type:ErrorEvent Source:Office SharePoint ServerEvent Category:Office Server Shared Services Event ID:6482Date:2007-06-05T...
阅读全文
posted @ 2010-03-22 23:06 jerry.chen 阅读(239) 评论(0)
编辑
2010年3月11日
添加web front到farm中throw securityexception解决方法
摘要: 向farm中添加一台web front执行配置向导后提示无权限连接数据库,EventLog中的信息如下:配置 SharePoint 产品和技术失败。为使此产品正确运行,必须执行配置。若要诊断该问题,请检查 c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\LOGS\PSCDiagnostics_3_10_...
阅读全文
posted @ 2010-03-11 00:09 jerry.chen 阅读(31) 评论(0)
编辑
2010年3月9日
53258事件--“MSDTC无法正确处理DC升级降级事件”的处理
摘要: 安装windows 2003 server 活动目录后,发现在事件查看器里都会出现ID为53258,source为MSDTC的警告日志,日志内容如下:------------------------------------------MSDTC无法正确处理DC升级/降级事件,MSDTC将继续运行并将使用现有的安全设置。----------------------------------------...
阅读全文
posted @ 2010-03-09 20:40 jerry.chen 阅读(143) 评论(0)
编辑
2010年2月22日
Forefront Security and MOSS ( Exception from HRESULT: 0x80041050)
摘要: This one took some time to weed out, but found that the Forefront ScanEngine had incorrectly flagged my welcome page in my Site Directory toVirusStatus=1 and was causing an Exception from HRESULT: 0x8...
阅读全文
posted @ 2010-02-22 10:14 jerry.chen 阅读(35) 评论(0)
编辑
2010年1月13日
MOSS Zones and Alternative Access Mapping (AAM)
摘要: Multiple Types of Entry, One ApplicationWithin a collaboration environment, it is common to have multiple typesof entry for a singular web application that will resolve to the samecontent for varying ...
阅读全文
posted @ 2010-01-13 14:04 jerry.chen 阅读(189) 评论(0)
编辑
2010年1月8日
域用户登陆过程
posted @ 2010-01-08 00:01 jerry.chen 阅读(58) 评论(0)
编辑
2009年12月24日
修改SharePoint网站最大上载大小时有时需要关注的事项
摘要: 我们在用SharePoint存储文档时,用户要上传200多MB到站点上,结果受到上传大小限制。在管理中心里做了修改,增加了上载大小限制。可是用户在上传的时候,不是提示连接超时,就是未知错误。结果查了下,微软的支持中心里找到了原因,有些情况下,要想真正实现能够上传大文件,还要注意以下情况。 由于网络传输速度的原因,一个大文件,可能要传很长时间。这个我们可能在虚机里或者本地局域网里觉察不出来速度太慢...
阅读全文
posted @ 2009-12-24 09:52 jerry.chen 阅读(79) 评论(0)
编辑
2009年12月18日
重温ASP.NET的配置信息(简单、常用)
摘要: 转载自:http://www.cnblogs.com/Kevin-moon/archive/2009/01/22/1379789.html ASP.NET中的配置文件由web.config和machine.config构成。 每当我们安装net framework的时候,machine.config文件都会被创建到"C:\WINDOWS...
阅读全文
posted @ 2009-12-18 10:03 jerry.chen 阅读(17) 评论(0)
编辑
2009年12月17日
MOSS / Sharepoint 2007 Custom Error Page and Access denied Page
摘要: In case if you are interested in creating your own custom error page and custom access denied page instead of the out of the box MOSS / Sharepoint error page (generally the requirements in Publishing ...
阅读全文
posted @ 2009-12-17 15:22 jerry.chen 阅读(261) 评论(0)
编辑
2009年12月16日
Visual Studio 常用快捷键
摘要: 1. F5:启动调试 2. F7 /Shift-F7:显示代码窗口或显示设计器窗口 3.Alt-Enter:显示选中对象的属性(这是个常用的windows快捷键,可以用显示目录和文件的属性) 4.F6 / Shift-F6 / Ctrl-Shift-B:生成解决方案/生成项目/生成解决方案 5.Shift-Alt-C: 在项目里添加类 6.Ctrl-K + Ctrl-C: 注释一段选择代码 7.C...
阅读全文
posted @ 2009-12-16 18:38 jerry.chen 阅读(24) 评论(0)
编辑
2009年12月15日
《你必须知道的.NET》读书笔记
摘要: 内存分配:CLR 管理内存的区域,主要有三块,分别为: 线程的堆栈,用于分配值类型实例。堆栈主要由操作系统管理,而不受垃圾收集器的控制,当值类型实例所在方法结束时,其存储单位自动释放。栈的执行效率高,但存储容量有限。 GC 堆,用于分配小对象实例。如果引用类型对象的实例大小小于 85000 字节,实例将被分配在 GC 堆上,当有内存分配或者回收时,垃圾收集器可能会对 GC 堆进行压缩,详情见后文...
阅读全文
posted @ 2009-12-15 15:01 jerry.chen 阅读(57) 评论(0)
编辑
ASP.NET内部原理(HttpHandler和HttpModule)
摘要: 在以前的ASP时候,当请求一个*.asp页面文件的时候,这个HTTP请求首先会被一个名为inetinfo.exe进程所截获,这个进程实际上就是www服务。截获之后它会将这个请求转交给asp.dll进程,这个进程就会解释这个asp页面,然后将解释后的数据流返回给客户端浏览器。其实ASP.DLL是一个依附在IIS的ISAPI文件,它负责了对诸如ASP文件,ASA等文件的解释执行,-----------...
阅读全文
posted @ 2009-12-15 14:53 jerry.chen 阅读(103) 评论(0)
编辑
仅列出标题
下一页
CALENDER
<
2012年2月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1
2
3
4
5
6
7
8
9
10
搜索
随笔分类
(47)
ASP.NET(6)
(rss)
C#(8)
(rss)
Java
(rss)
SharePoint(22)
(rss)
SQL Server
(rss)
WCF(2)
(rss)
WF
(rss)
Windows OS(7)
(rss)
软件工程(2)
(rss)
随笔档案
(50)
2010年6月 (2)
2010年5月 (1)
2010年3月 (3)
2010年2月 (1)
2010年1月 (2)
2009年12月 (7)
2009年11月 (3)
2009年7月 (3)
2009年6月 (1)
2009年5月 (5)
2009年4月 (9)
2008年11月 (1)
2008年10月 (3)
2008年9月 (2)
2008年5月 (3)
2008年4月 (2)
2008年3月 (2)
Online Tools
C# <--> VB.NET
CSS Reference Chart for SharePoint 2007
Free Code Translation for .NET (C#<->VB.NET)
Microsoft Office SharePoint Server 2007 SDK
Windows SharePoint Services 3.0 SDK
在线sql转query
SharePoint Group
Chris Gideon
Ian's SharePoint Blog
jianyi
Joel's SharePoint Land
kaneboy
sharee‘s blog
Sunmoonfire
virus
zhaojunqi
努力学习的小熊
笑煞天
最新评论
阅读排行榜
Powered By:
博客园
模板提供
:
沪江博客