码迷,mamicode.com
首页 >  
搜索关键字:automation    ( 342个结果
在C#中运行PowerShell
C#中运行PowerShell需要用到System.Management.Automation.dll。在Visual Studio中可以通过NuGet添加引用,package名字为“System.Management.Automation”。 Runspace runspace = Runspac...
分类:Windows程序   时间:2015-07-01 20:36:36    阅读次数:210
Get the type name of a com object
/// /// Exposes objects, methods and properties to programming tools and other /// applications that support Automation. /// [ComImp...
分类:其他好文   时间:2015-06-24 14:29:33    阅读次数:100
VSTO学习笔记(三) 开发Office 2010 64位COM加载项
原文:VSTO学习笔记(三) 开发Office 2010 64位COM加载项一、加载项简介 Office提供了多种用于扩展Office应用程序功能的模式,常见的有: 1、Office 自动化程序(Automation Executables) 2、Office加载项(COM or Excel Add...
分类:其他好文   时间:2015-06-16 10:53:59    阅读次数:190
Gradle & Groovy
https://github.com/udacity/ud8671.Gradleis a project automation tool that builds upon the concepts ofApache AntandApache Mavenand introduces aGroovy-b...
分类:其他好文   时间:2015-06-06 07:58:45    阅读次数:153
Femap 11.2 新功能:建模
在上篇中,我们介绍了Femap 11.2在几何编辑方面的功能增强,本次我们将进一步来了解Femap 11.2 在有限元建模方面的功能改进,更多功能欢迎访问西门子Femap官方网站 http://www.plm.automation.siemens.com/zh_cn/...
分类:其他好文   时间:2015-06-05 12:34:12    阅读次数:200
通过Jenkins并行完成UI的自动化测试
原文链接 : Concurrent Android UI automation with Jenkins 原文作者 : Ha Duy Trung 译文出自 : 开发技术前线 www.devtf.cn 译者 : chaossss 校对者: tiiime 状态 : 完成 现在的 IT 公司会为了进入不同的市场开发相应的 App,来自同一家公司的 App 总会具有相似的 U...
分类:其他好文   时间:2015-05-31 11:00:55    阅读次数:231
JavaScript中ActiveXObject对象
JavaScript中ActiveXObject对象是启用并返回 Automation 对象的引用。使用方法:newObj = new ActiveXObject( servername.typename[, location])ActiveXObject 对象语法有这些部分:其中newObj是必选...
分类:编程语言   时间:2015-05-28 17:57:58    阅读次数:242
18页PPT带你深度解读运维自动化【转】
来自地址:【http://www.opsers.org/tech/18-pages-ppt-show-you-depth-interpretation-operations-automation.html】说实话,一个运维团队的运维能力如何,其实看一个自动化管理系统便知!********文章较长,索...
分类:其他好文   时间:2015-05-25 00:46:27    阅读次数:408
SharePoint 2013 中的 PowerPoint Automation Services
简介许多大型和小型企业都将其 Microsoft SharePoint Server 库用作 Microsoft PowerPoint 演示文稿的存储库。所有这些企业在存储、分发和更新演示文稿方面都有其特定的需求。Microsoft PowerPoint Automation Services 是 ...
分类:其他好文   时间:2015-05-21 12:10:57    阅读次数:450
QTP 通过URL地址下载文件到本地(转)
While automation, you may come to situations where you need to need to download a file on clicking a link. This generally involves a lot of User Inter...
分类:Web程序   时间:2015-05-21 10:34:38    阅读次数:105
342条   上一页 1 ... 23 24 25 26 27 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!