Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor. Eclipse中 今天启动Tomcat Debug模式的时候就是启动不了,耽误了不少时间,而Start启动就可以 后来问同事才知道是因为调试的方法名在点击调试后把方法名给改了(参…
问题:用appium进行真机调试后,使用手机的app进行输入时无法调出键盘. 原因:appium调试时,将手机输入法设置成了Unicode IME 解决方法: 方法一,手机设置里修改输入法: 不同的手机型号.系统设置的步骤可能不同,以华为Magic3.1.0为例,设置-->系统和更新-->语言和输入法-->默认-->搜狗输入法 方法二,adb命令切换手机输入法: 首先,获取手机当前可用输入法,命令:adb shell ime list -s 然后,切换成其他输入法,以搜狗输入法为例…