12 2019 档案
摘要:这个异常遇到了才知道坑这么大,坑爹的方法。 private String[] otherUserFromArray = new String[]{“3”, “4”, “发放”}; List<String> userFromList = Arrays.asList(otherUserFromArray
阅读全文
摘要:thymelef模板里面是不能实用&符号的 要用&转义符代替,官网也有文档说明可以用官方的通配符代替, 官方文档 http://www.thymeleaf.org/doc/tutorials/2.1/usingthymeleaf.html
阅读全文
摘要:– zookeeper is not a recognized option主要原因是 Kafka 版本过高,命令不存在。 使用新版本: ./bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic test --
阅读全文
摘要:mybatis 嵌套查询子查询column传多个参数如下: 2、代码示例 备注:注意,相同颜色的单词都是有关联的 <resultMap id="blogResult" type="Blog"> <association property="author" column="{id=author_id,
阅读全文