#加载.net的winform模块[Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")$app=[System.Windows.Forms.Application]$myForm=new-object System.Wi...
分类:
数据库 时间:
2014-09-05 18:06:31
阅读次数:
333
最近有点功夫安装测试了下XenServer6.2,这个版本及之后开始开源了,未许可版本和许可版本的最大区别是许可版本可通过Xencenter来自动化补丁安装。总之,xencenter的很多特点符合我的要求:1.免费版本、功能基本很全(HA、支持USBforwardtoVM、模板、快照)2.windows下xencente..
分类:
其他好文 时间:
2014-09-05 16:24:32
阅读次数:
204
近期准备发布一套关于 Windows Azure 的开发教程,以项目实战的方式进行演练;具体的项目还在考虑当中,如果大家有什么好的建议可以在贴子后面留言。
既然我们配置了两台CAS服务器,那么为的就是让这两台服务器能够提供负载均衡的服务,在Exchange2013里配置负载均衡非常简单,因为没有了CASArray的概念,在Exchange2013里配置负载均衡完全是在图形化界面里完成的,而在Exchange2010里可能还需要用Powershell来实现。好的,下边..
分类:
其他好文 时间:
2014-09-04 19:17:50
阅读次数:
267
目前在IT界,云这个概念的第一意思不再是词典里的解释了。不过它们还是有相同点的——也许确实会酝酿出一块大蛋糕,可也是飘在天上,众神分食之,与我等P民无关。所谓云,不过是网络时代发展到一定阶段的必然产物,而并非划时代的技术质变,so,我一直保持既不排斥亦不主动接触的立场。but,最近我有个个人服务器快...
#虚拟网络拓扑的json数据 def topodata #@vnic = Vnic.all #flash.now[:notice] = 'Message sent!' #flash.now[:alert] = 'Message sent!' simple_json = { nodes:...
分类:
Web程序 时间:
2014-09-04 16:42:29
阅读次数:
299
#加载winapi
$ini = Add-Type -memberDefinition @"
[DllImport("Kernel32")]
public static extern long WritePrivateProfileString (
string section ,
string key ,
string val ,
string filePath );
[DllImport(...
The MSDN docs contain the list of T-SQL that is either partially supported or not supported. For example see the following location for CREATE TABLE -...
分类:
数据库 时间:
2014-09-04 08:25:47
阅读次数:
326
#虚拟网络拓扑json数据 def topodata #@vnic = Vnic.all #flash.now[:notice] = 'Message sent!' #flash.now[:alert] = 'Message sent!' @vnic = { nodes: [{ name...
分类:
Web程序 时间:
2014-09-04 01:32:07
阅读次数:
240
本文转自:http://blogs.msdn.com/b/azchina/archive/2011/03/06/windows_5f00_azure_5f00_security_5f00_overview_5f00_white_5f00_papaer.aspx摘要Windows Azure ,作为一...