DB2 HADR需要额外安装TSA,正常情况下CentOS无法通过安装前验证.会报一个说发行版不支持的错误. 可以通过伪装成RHEL的方式使得正常安装. 修改方式如下 修改/etc/system-release文件将其内容改为 Red Hat Enterprise Linux Server release 6.7 (Final) 另外,在x86_64架构下安装可能会报一个缺少 compat-libstdc++-33 (i686)的错误 可以用如下方法解决 wget ftp://mirror.sw
1.http://docs.seleniumhq.org/ 下载seleium包 2.新建一个C#项目,比如控制台,引用seleium包中的dll using System; using System.Collections.Generic; using System.Text; using OpenQA.Selenium; using OpenQA.Selenium.IE; using OpenQA.Selenium.Chrome; using OpenQA.Selenium.Support.