读好书,交益友
发布时间: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.........【阅读全文】
发布时间:2018-10-30 13:47:57
发现做了一个DataSourceConfig中Environment,仔细检查配置后,发现丢失 @EnableTransactionManagement所致,奇葩的错误。@EnableTransactionManagement@EnableTransactionManagement@EnableTransactionManagement@EnableTransactionManagement......【阅读全文】
发布时间:2018-10-19 14:34:25
在ubuntu 16.04上准备安装pyzmq运行sudo pip install pyzmq发现需要升级pip pip install --upgrade pip升级pip后,出现ImportError: cannot import name 'main'重新做一下软连接sudo ln -sf $( type -P pip ) /usr/bin/pip......【阅读全文】
发布时间:2018-06-23 20:17:10
1 log4j配置文件#mybatis部分 log4j.logger.com.ibatis=DEBUG log4j.logger.com.ibatis.common.jdbc.SimpleDataSource=DEBUG log4j.logger.com.ibatis.common.jdbc.ScriptRunner=DEBUG log4j.logger.com.ibatis.sqlmap.engine.impl.SqlMapClientDelegate=DEBUG &nb.........【阅读全文】
发布时间:2018-04-25 14:52:20
Also look at CURLOPT_SSL_VERIFYHOST: 1 to check the existence of a common name in the SSL peer certificate. 2 to check the existence of a common name and also verify that it matches the hostname provided.......【阅读全文】