上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: 下载链接如下:MVC 3安装包:http://www.microsoft.com/downloads/zh-cn/details.aspx?familyid=d2928bc1-f48c-4e95-a064-2a455a22c8f6&displaylang=zh-cnVS工具更新包:http://www.microsoft.com/downloads/zh-cn/details.aspx?familyid=82cbd599-d29a-43e3-b78b-0f863d22811a&displaylang=zh-cn注:并不需要安装vs2010的sp1。下完之后所需文件如下:需要说明 阅读全文
posted @ 2012-08-31 11:32 StarKong 阅读(122) 评论(0) 推荐(0)
摘要: Operation is not valid due to the current state of the object.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.InvalidOperatio 阅读全文
posted @ 2012-08-30 11:24 StarKong 阅读(647) 评论(0) 推荐(0)
摘要: Sharepoint 管理员账号密码一般是需要永不过期,如果变更密码之后,需要把相应的服务登陆密码需要变更。I was working on a project and all of the sudden my SharePoint site and Central Admin started giving me the error ‘Service Unavailable HTTP Error 503. The service is unavailable’ and I was not able to access either of them. I realized that I had 阅读全文
posted @ 2012-08-22 11:06 StarKong 阅读(4255) 评论(0) 推荐(0)
摘要: 今天看了与vs 集成原理工具 TFS 2010, 角色分配、项目管理、开发源代码管理、任务分配管理、测试文档管理及跟踪等管理流程、代码版本的分支与合并等等,功能好强大啊。以下将其安装配置简要介绍(以下为转载):Team Foundation Server 2010单服务器安装指南(非域环境)Team Foundation Server 2010单服务器安装指南一、硬件环境配置CPU硬盘内存少于20个用户1个处理器,2.2GHz8GB2GB20到250个用户1个处理器,3.6GHz230GB2GB250到450个用户2个处理器,2.8GHz500GB4GB二、操作系统本安装指南使用Windows 阅读全文
posted @ 2012-08-08 09:24 StarKong 阅读(691) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Text;using System.DirectoryServices;using System.Security.Principal;using System.Runtime.InteropServices;using System.Data;namespace ADHelper{ public class ADHelper { #region 私有变量 /// <summary> /// homeMTA /... 阅读全文
posted @ 2012-07-18 11:33 StarKong 阅读(407) 评论(0) 推荐(0)
摘要: In Customize the People Search Results – Part 1 we learned how to pimp the search results from looking something like this:To something like this:In Part 2 we are going to learn how to add other fields (properties) to the Search results.How do we do this?Let’s first include the Mobile phone of a use 阅读全文
posted @ 2012-07-17 10:38 StarKong 阅读(231) 评论(0) 推荐(0)
摘要: Out of the box:First of all let’s start off with showing how the default People Search Results look like:In my opinion not really something you can give to your users to work with. No labels, no design, no clear layout.This article will try to show you how you can beautify these results a bit.Prepar 阅读全文
posted @ 2012-07-17 10:33 StarKong 阅读(366) 评论(0) 推荐(0)
摘要: SharePoint网站中默认的welcome菜单如下样式是固定的如下:下拉列表如下:现在需要把菜单颜色改成白色,下拉列表中只保留Sign in as Different User 和 Sign Out两项。查看相关代码如下:<%@ Register TagPrefix="wssuc" TagName="Welcome" src="~/_controltemplates/Welcome.ascx" %><wssuc:Welcome id="IdWelcomeMain" runat="se 阅读全文
posted @ 2012-07-17 10:28 StarKong 阅读(463) 评论(0) 推荐(0)
摘要: 1、删除临时文件:-- 停止iis服务 iisreset /stop-- 删除临时文件 rd -s -q "%windows%\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\@foldername"--- %windows% 是服务器windows的安装目录。-- 启动iis服务 iisreset /start2、重置临时目录在web.config中增加如下节点: <compilation tempDirectory="d:\MyTempFiles" />,可将网站的编译 阅读全文
posted @ 2012-07-13 17:44 StarKong 阅读(506) 评论(0) 推荐(0)
摘要: 我们可能会产生这样的需求,如何在Sharepoint Page中加入jQuery。我们知道,Sharepoint所有的"开箱即用"的主页(如:v4.master, default.master, minimal.master, and nightandday.master)中都包含有如下的HTML标识 <SharePoint:DelegateControl runat="server" ControlId="AdditionalPageHead" AllowMultipleControls="true"/&g 阅读全文
posted @ 2012-07-13 11:13 StarKong 阅读(246) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页