码迷,mamicode.com
首页 >  
搜索关键字:automation    ( 342个结果
HDU ACM 2222->AC自动机模版题(入门题)
题意:预先给你一些单词,然后给你一个字符串,在判断有多少个单词出现在这个字符串中。 分析:使用AC自动机解决。下面是自己写的类模版。可以直接使用。最后记得释放内存。 #include #include using namespace std; #define LETTER_COUNT 26 class AC_Automation { private: struct Node { ...
分类:其他好文   时间:2015-04-24 14:24:29    阅读次数:127
使用SaltStack部署Nginx
规划:1、编译安装nginx2、实现配置文件、服务、用户、日志切割、虚拟主机的自动部署3、针对不同客户端资源配置的不同,利用grains实现可变配置4、利用pillar实现客户端功能区别配置环境:master:192.168.111.129(Hostname:Server2) client:192.168.111.128(Hostname:Server1)(..
分类:其他好文   时间:2015-04-24 01:19:50    阅读次数:274
关于AS
AS(Automation Station)意为自动化站,是工厂自动化的核心部件。西门子认为一台PLC就是一个自动化站,是整个工厂中枢,当然一个工厂可能包含了若干装置,每个装置又包含了若干单元,而每个单元中又包含了若干设备,这种层级关系是程序和画面结构划分的依据。在西门子PCS7的工厂视图中以...
分类:其他好文   时间:2015-04-22 23:35:37    阅读次数:224
Get a snapshot by using phantomJS
Here is the source code about obtain a snapshot of a website by using phantomJS. var webPage = require("webpage"), address, filename, height, width; // generate webPage object var page = webPage.crea...
分类:Web程序   时间:2015-04-16 12:33:11    阅读次数:152
使用UI Automation实现自动化测试--5-7
使用UI Automation实现自动化测试--5 (Winfrom和WPF中弹出和关闭对话框的不同处理方式)在使用UI Automation对Winform和WPF的程序测试中发现有一些不同的地方,而这些不同来自于Winform与WPF的处理机制不同。下面我们通过一个简单的实例来加以说明:实例描述...
分类:其他好文   时间:2015-04-16 01:16:43    阅读次数:261
UI Automation
IntroductionUI Automation是Microsoft .NET 3.0框架下提供的一种用于自动化测试的技术,是在MSAA基础上建立的,MSAA就是Microsoft Active Accessibility。UI Automation在某些方面超过了MSAA,UI自动化提供了Win...
分类:其他好文   时间:2015-04-15 00:50:05    阅读次数:544
The JavaScript World Domination
From browsers to mobile phones, from tablets to tabletops, from industrial automation to the tiniest microcontrollers?—?JavaScript seems to creep into the most unexpected places these days. It’...
分类:编程语言   时间:2015-04-01 13:40:28    阅读次数:189
使用Jenkins进行android项目的自动构建(6)
之前已经介绍过使用Maven做构建,在来介绍一下Gralde的自动化构建。什么是Gralde?官方的解释是Gradle is an open source build automation system. Gradle can automate the building, testing, publ...
分类:移动开发   时间:2015-03-11 18:42:35    阅读次数:142
GitHub如何删除一个repository仓库
GitHub如何删除一个repository仓库首先进入需要删除的repository,比如我想删除azure-linux-automation仓库:可以看到右侧有一个“Settings”选项(图中用红色框标出),点击“Settings”选项进入其设置界面。2. 在打开的设置页面的最下方,可以看到“...
分类:其他好文   时间:2015-03-03 23:22:13    阅读次数:180
SharePoint 2013 文档库中PPT转换PDF
原文:SharePoint 2013 文档库中PPT转换PDF 通过使用 PowerPoint Automation Services,可以从 PowerPoint 二进制文件格式 (.ppt) 和 PowerPoint Open XML 文件格式 (.pptx) 转换为其他格式。例如,您可能需要将...
分类:其他好文   时间:2015-02-16 11:36:03    阅读次数:166
342条   上一页 1 ... 25 26 27 28 29 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!