发布时间:2020-08-13 16:58:27
因为rabbitmq 提供了java对象json序列化的支持,然后出现了,Channel shutdown: channel error; protocol method: #method<channel.close>(reply-code=406, reply-text=PRECONDITION_FAILED - unknown delivery tag 1, class-id=60, method-id=80)因为在点击(此处)折叠或打开@Bean.........【阅读全文】
发布时间:2019-06-21 14:23:22
修改/apache-tomcat-8.5.35/conf的web.xml在</web-app>标签前,添加 <login-config> <!-- Authorization setting for SSL --> <auth-method>CLIENT-CERT</auth-method> <realm-name>Client Cert Users-only Area</realm-name> </login-config> <security-constraint> <!-- Authoriz.........【阅读全文】
发布时间:2018-11-02 16:59:32
使用jad下载地址https://varaneckas.com/jad/ Jad -r -d "D:\log" -s java -8 D:/workspace/mw/**/*.class-8 使用Uniocde编码......【阅读全文】
发布时间:2018-11-02 11:00:55
首先说明必须启动两个进程,使用java的remote模式Prepare "Remote Debug" configurationStart gradle task "appStartDebug" under IntelliJ IDEA.Attention: do not try to start this task under the debugger. Run it in normal mode.Check: you should see "Listening for transport dt_socket at addres.........【阅读全文】