2018年12月14日
摘要: Shiro学习资源 Shiro官网,http://shiro.apache.org/index.html 学习网站链接,http://blog.java1234.com/blog/articles/45.html 视频资源,我的网盘 > 纸菠萝 > 学习_其他 > 一头扎进(java1234) > 阅读全文
posted @ 2018-12-14 15:21 纸菠萝 阅读(211) 评论(0) 推荐(0) 编辑
摘要: <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.3</version> <scope>test</scope> </dependency> 配置效 阅读全文
posted @ 2018-12-14 14:16 纸菠萝 阅读(298) 评论(0) 推荐(0) 编辑
摘要: Logback官方手册,https://logback.qos.ch/manual/index.html 阅读全文
posted @ 2018-12-14 12:09 纸菠萝 阅读(157) 评论(0) 推荐(0) 编辑
摘要: FastJSON学习资源 FastJosn 教程_w3cschool,https://www.w3cschool.cn/fastjson/ FastJSON使用 添加jar/maven配置即可 <!-- json --> <dependency> <groupId>com.alibaba</grou 阅读全文
posted @ 2018-12-14 10:07 纸菠萝 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 对象的类型 json文本 json数组 json对象 java对象 类型的转换 json文本 转 json对象 JSON.parseObject(str) json文本 转 java对象 JSON.parseObject(s, Weibo.class); json文本 转 json数组 JSON.p 阅读全文
posted @ 2018-12-14 09:38 纸菠萝 阅读(284) 评论(0) 推荐(0) 编辑
摘要: activemq配置jmx 配置activemq中的jmx可以用于监控activemq信息。 activemq.xml配置 修改broker属性 添加节点managementContext <managementContext> <managementContext createConnector= 阅读全文
posted @ 2018-12-14 09:09 纸菠萝 阅读(337) 评论(0) 推荐(0) 编辑