问题描述 JUnit测试报 No socket available 错误 Eclipse进行JUnit测试时,总弹出 No socket available 窗口,导致测试不能进行. 解决方案一: 打开run configurations__让后勾选keep junit running after a test run when debugging ,希望对你有帮助! 解决方案二: Junit占用socket没有正常释放,在cmd中输入以下指令netsh winsock reset重启电脑生效,…
错误 解决方案 Grant types list cannot contain both xx and xx 以下授权类型不能同时存在: Implicit AuthorizationCode Implicit Hybrid AuthorizationCode Hybrid Error processing end session request Invalid request PostLogoutRedirectUris注销后的回调地址配置错误 如果这里没有你需要的,可以到评论中留言.…
[转]SAPI 包含sphelper.h编译错误解决方案 在使用Microsoft Speech SDK 5.1开发语音识别程序时,包含了头文件“sphelper.h”和库文件“sapi.lib”.编译时出错: 1>c:/program files/microsoft speech sdk 5.1/include/sphelper.h(769) : error C4430: missing type specifier - int assumed. Note: C++ does not supp…