最近需要用到MySQL,从官网上下载了一个安装文件,但是安装时一直弹出如下提示信息: Configuration of MySQL Server 5.7 is taking longer than expected. Do you Want to continue waiting or cancel the configuration? If you keep waiting you may get this message again. 纠结许久,终于根据某位高人的方法,问题得以解决,具体解决…
原文地址: http://blog.csdn.net/achang21/article/details/45096003 The web browser doesn't show while run selenium test via jenkins 原因:因为jenkins是用windows installer 安装成 windows的服务了,那么jenkins是一个后台服务,所以跑selium cases 的时候不显示浏览器 解决办法: Step 1. Control Panel(控制面板)…