导航

01 2014 档案

摘要:I. .NET正则表达式>> Character EscapesThe backslash character (\) in a regular expression indicates that the character that follows it either is a special character (as shown in the following table), or should be interpreted literally. For more information, see Character Escapes in Regular Expressio 阅读全文

posted @ 2014-01-28 15:18 FryFish 阅读(444) 评论(0) 推荐(0)

摘要:在通过SQL Server作业来实现定时任务时,出现如下错误:FullyQualifiedErrorId : ComMethodTargetInvocation使用“1”个参数调用“Add”时发生异常:“Microsoft Excel 不能访问文件“D:\Test.xls”。 可能的原因有以下几个: ? 文件名称或路径不存在。 ? 文件正被其他程序使用。 ? 您正要保存的工作簿与当前打开的工作簿同名。” 所在位置 D:\Test.ps1:73 字符: 56上述定时任务的具体内容是利用PowerShell脚本将Reporting Services中的报表导出为Excel文件,然后将导... 阅读全文

posted @ 2014-01-23 15:38 FryFish 阅读(758) 评论(0) 推荐(0)

摘要:If SkyDrive Pro stops working。As for now, the only solution is to clear the SkyDrive Pro cache, and re-sync your library. So you will lose all settings.To clear your cache, close all your Office processes like groove.exe (which is SkyDrive Pro), msouc.exe, msosync.exe, office library sync,…Browse to 阅读全文

posted @ 2014-01-20 20:09 FryFish 阅读(286) 评论(0) 推荐(0)

摘要:参考:Server Memory Server Configuration Options:http://msdn.microsoft.com/en-us/library/ms178067.aspx内存配置和调整 SQL Server 2012中的注意事项:http://support.microsoft.com/kb/2663912如何启用"锁定页面"功能在 SQL Server 2012:http://support.microsoft.com/kb/2659143通过gpedit.msc为账号分配“锁定页”权限:http://msdn.microsoft.com/en 阅读全文

posted @ 2014-01-20 18:08 FryFish 阅读(256) 评论(0) 推荐(0)

摘要:在更新SharePoint补丁包时,会出现错误提示:“未在系统中找到期望的产品版本”(The expected version of the product was not found on the system)。但检查后确认补丁包程序、版本及语言类别都并没有错。此问题可用如下两种方法解决:方法一:下载并安装正确的语言包,然后再安装补丁包。SharePoint Server 2013语言包(简体中文)下载页面如下:http://www.microsoft.com/zh-cn/download/details.aspx?id=37140方法二:通过忽略系统检查来继续补丁包的执行。具体可在命令窗 阅读全文

posted @ 2014-01-13 23:58 FryFish 阅读(660) 评论(0) 推荐(0)

摘要:原文标题:Force Removal of Exchange Server – Remove Exchange 2010 Manually (适用:Exchange 2007 / 2010 & 2013)January 11, 2013 Written by aasim---------------------If you want to be the best at something you gotta start somewhere, get stuck somewhere & find your way out.Today I am going to show you 阅读全文

posted @ 2014-01-09 18:08 FryFish 阅读(252) 评论(0) 推荐(0)

摘要:由于直接删除了Project Server Service网站集所在的Web应用程序,导致在Project Server Service Application中有残留数据。在视图删除Project Server Service Application时会提示:Service application cannot be deleted due to existing project sites.对于此问题,可按如下步骤解决:1. 通过如下命令查看所有的Project Server Service Application实例信息:$psi = get-spserviceapplication | 阅读全文

posted @ 2014-01-09 16:48 FryFish 阅读(619) 评论(0) 推荐(0)

摘要:首先,可在Powershell中用如下命令查看关于运算符的介绍说明:Help about_OperatorsPowershell支持运算符主要有这么几种类型: √ 算术运算符:用于进行数值计算 √ 赋值运算符:给变量赋值,或者计算后赋值 √ 比较运算符:条件运算符的其中一类,用于比较值或对象的大小 √ 逻辑运算符:条件运算符的另一类,用于连接多个条件表达式 √ 重定向运算符:用于重定向的运算符,详情参考about_redirection √ 拆分/联接运算符:字符串运算符的一类,用于对字符串进行拆分和联接 √ 类型运算符:判断或更改对象的类型 √ 一元运算符:就是++和--啦 ... 阅读全文

posted @ 2014-01-09 12:44 FryFish 阅读(1332) 评论(0) 推荐(0)

摘要:在SharePoint 2013中,用户下拉框中不再显示“以其它用户身份登录”子菜单,这在某些情况显得很不方便。对此方式可通过如下方式来解决。【临时解决办法】在浏览器中键入如下地址,则页面会弹出以其他用户身份登录窗口,从而实现用户的切换:http://siteurl/_layouts/closeConnection.aspx?loginasanotheruser=true【永久解决办法】在\15\TEMPLATE\CONTROLTEMPLATES目录下,找到Welcome.ascx文件。在这个文件中,添加如下代码:" Description="" ... 阅读全文

posted @ 2014-01-08 21:09 FryFish 阅读(219) 评论(0) 推荐(0)

摘要:在使用SharePoint Designer已有很长一段时间,但突然会出现如下两种现象:1. 新建外部内容类型时会崩溃。2. 打开已存在的外部内容类型时界面会持续停留在正在打开的界面。对于如上问题通过查看日志等不能找到任何原因,但通过网上查找后发现有人通过卸载并重新安装SPD得到解决。本人尝试此方法问题得到解决。另外,在出现此问题前曾修改过域账号密码,不知道是否有关。参见:http://social.msdn.microsoft.com/Forums/sharepoint/en-US/fab33f9c-e9cf-48f0-9d36-31d4fb57a644/sharepoint-designe 阅读全文

posted @ 2014-01-04 23:12 FryFish 阅读(158) 评论(0) 推荐(0)