码迷,mamicode.com
首页 >  
搜索关键字:salt automation config_manage    ( 1492个结果
Client-Side UI Automation Provider - WinForm Sample
客户器端 UI 自动化提供程序的实现。 winform 示例
分类:Windows程序   时间:2014-09-16 12:36:50    阅读次数:304
PHP常见的加密算法
一:单向加密算法1、md5($str, bool):默认返回32位,为true返回16位的二进制字符;2、crypt($strl, $salt):$salt为干扰串,置于密文前面,有多种格式;3、sha1($str, bool):默认返回40位,为true返回20位的源码格式字符;二:双向加密算法1...
分类:Web程序   时间:2014-09-16 00:15:09    阅读次数:336
Server-Side UI Automation Provider - WinForm Sample
服务器端 UI 自动化提供程序的实现。 winform 示例
分类:Windows程序   时间:2014-09-15 15:45:59    阅读次数:566
UI Automation 简介
转载,源地址: http://blog.csdn.net/ffeiffei/article/details/6637418MS UI Automation(Microsoft User Interface Automation:UIA)是随.net framework3.0一起发布的,虽然在如今这个...
分类:其他好文   时间:2014-09-11 15:20:32    阅读次数:210
salt的api学习记录---minion的启动流程
最近在看minion的启动的源代码,一路曲折啊,经过一番努力,终于理解了流程。现在记录下,方便以后查阅。总体来说流程如下:1、解析命令行参数和minion配置文件,得到options和config字典2、设置日志(salt.log.setup.setup_logfile_logger负责)3、设置pidfile4、根据master参..
分类:Windows程序   时间:2014-09-10 19:39:31    阅读次数:424
Microsoft JScript 运行时错误: Automation 服务器不能创建对象
用js导出EXCEL的时候 如下代码var curTbl = document.getElementById(tableid); var oXL = new ActiveXObject("Excel.Application"); //创建AX对象excel var oWB = oXL.Workboo...
分类:Web程序   时间:2014-09-10 17:39:30    阅读次数:248
AC automation 模板
1 /* 2 1.对n个字符串构造tire树 insertWord(node *root, char *word); 3 2.bfs构造fail指针 makeFail(node *root); 4 3.基于...
分类:其他好文   时间:2014-09-10 12:23:10    阅读次数:373
share point 2013 显示详细错误信息?
Wednesday, April 6, 2011 at 17:40 | Post a CommentSharePoint "Unknown Error": How to Show All theDetailsin Batch Automation / .NET Programmability, Ex...
分类:其他好文   时间:2014-09-05 18:07:01    阅读次数:164
关于SAPI 在 web 上的使用
最近在项目中碰到了TTS,要电脑发音,一直碰到Automation无法创建对象。可是项目在之前一直是正常使用的,后发现我使用的是WIN7系统,然后到XP上运行后,发现可以正常使用。 //script var voice = new ActiveXObject("SAPI.SpVoice...
分类:Windows程序   时间:2014-09-05 18:01:21    阅读次数:396
Delphi编译错误信息一览表
';' not allowed before 'ELSE' → ElSE前不允许有“;”'' clause not allowed in OLE automation section → 在OLE自动区段不允许“”子句'' is not a type identifier → 不是类型标识符'' n...
分类:其他好文   时间:2014-09-05 14:12:11    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!