客户器端 UI 自动化提供程序的实现。 winform 示例
一:单向加密算法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
服务器端 UI 自动化提供程序的实现。 winform 示例
转载,源地址: 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
最近在看minion的启动的源代码,一路曲折啊,经过一番努力,终于理解了流程。现在记录下,方便以后查阅。总体来说流程如下:1、解析命令行参数和minion配置文件,得到options和config字典2、设置日志(salt.log.setup.setup_logfile_logger负责)3、设置pidfile4、根据master参..
用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
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
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
最近在项目中碰到了TTS,要电脑发音,一直碰到Automation无法创建对象。可是项目在之前一直是正常使用的,后发现我使用的是WIN7系统,然后到XP上运行后,发现可以正常使用。 //script var voice = new ActiveXObject("SAPI.SpVoice...
';' 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