码迷,mamicode.com
首页 >  
搜索关键字:exchange powershell 创建函数    ( 5611个结果
sharepoint 2013 使用SharePoint powershell 2013更改搜索服务器方法
$hostA = Get-SPEnterpriseSearchServiceInstance -Identity "DevSearch2013" Start-SPEnterpriseSearchServiceInstance -Identity $hostA Get-SPEnterpriseSearchServiceInstance -Identity $hostA $ssa = Get-S...
分类:其他好文   时间:2014-08-10 18:38:10    阅读次数:240
《powershell 的版本所引起的加载 FSharp 编译器问题》基本解决
《powershell 的版本所引起的加载 FSharp 编译器问题》基本解决...
分类:其他好文   时间:2014-08-09 21:30:39    阅读次数:335
yii表单
yii 的dropdownlist,用yii的session可以记下选中的状态 $form = $this->beginWidget('CActiveForm',array('action'=>$this->CreateUrl('exchange/search')));...
分类:其他好文   时间:2014-08-09 21:24:09    阅读次数:217
2014-08-08
Pig: DistinctDistinct主要是去掉重复的记录,是对条记录进行去重,而不是对单个某个schema。daily = load 'NYSE_daily' as (exchange:chararray, symbol:chararray);uniq = distinct daily它需要收...
分类:其他好文   时间:2014-08-08 21:13:46    阅读次数:247
图论 --- spfa + 链式向前星 : 判断是否存在正权回路 poj 1860 : Currency Exchange
Currency ExchangeTime Limit:1000MSMemory Limit:30000KTotal Submissions:19881Accepted:7114DescriptionSeveral currency exchange points are working in ou...
分类:其他好文   时间:2014-08-08 20:48:26    阅读次数:301
System Center 2012 Data Protection Manager(1)
Overview of DPMFeatures基于磁盘的数据保护与恢复.使用PowerShell进行命令行脚本的编写.分发DPM代理的企业级部署方式.配合OM的企业级监控.基于磁带的备份及归档解决方案.灾备方案,为运行windows系统的服务器提供了裸机恢复功能.可以将DPM的数据库备份到磁带,也可...
分类:其他好文   时间:2014-08-07 13:02:39    阅读次数:297
poj 1860 Currency Exchange(SPFA)
poj 1860 Currency Exchange(SPFA)...
分类:其他好文   时间:2014-08-07 09:48:59    阅读次数:240
Exchange Server 2013系列十二:邮箱的基本管理
ExchangeServer2013系列十二:邮箱的基本管理杜飞邮箱是Exchange组织中信息工作人员最常用的收件人类型。每个邮箱都与一个ActiveDirectory用户帐户关联。用户可以使用邮箱发送和接收邮件,并可以存储邮件、约会、任务、便笺和文档。邮箱是Exchange组织中用户的主要邮件传递和协..
分类:其他好文   时间:2014-08-07 07:19:49    阅读次数:300
js性能影响
1.for()语句性能优于for(...in...)语句2.避免重复创建函数,避免使用闭包。推荐使用prototype追加方法3.判断一个js对象是否支持某个属性或方法时使用if(typeof(person.attr)!='undefined') ,考虑到当person.attr=null,0,fa...
分类:Web程序   时间:2014-08-06 17:39:21    阅读次数:270
使用powershell监控命令行console程序并在停止时启动
有一种C#命令行console程序,为了能看到console台的输出所以不能做成服务。为了防止这些程序自己死掉,使用powershell监控程序并重启#利用程序名来进行重启if (!(get-process | where-object {$_.mainwindowtitle -eq '管理员: "...
分类:其他好文   时间:2014-08-06 17:22:11    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!