随笔分类 - java
java的笔记
摘要:两个不同的Integet是不能比较的 Interger a=1和Interger b=1是不相等的。因为虽然他们值相等但是在内存中的地址是不同的。 另外遇见的一个相关的问题 List<Integer> mulList=new ArrayList<>(); mulList.add(1); mulLis
阅读全文
posted @ 2019-03-05 15:51
远方的人111
摘要:https://bbs.csdn.net/topics/392049342?page=1 https://blog.csdn.net/wjs19930820/article/details/79848531 https://bbs.csdn.net/topics/392325919?page=1 s
阅读全文
posted @ 2019-03-03 21:09
远方的人111
摘要:在shiro中,在登陆时,Subject: 即"用户",外部应用都是和Subject进行交互的,subject记录了当前操作用户,将用户的概念理解为当前操作的主体,可能是一个通过浏览器请求的用户,也可能是一个运行的程序。所以同一个账号密码可以在同一个浏览器上多次登陆。授权是指:授予当前这个主体角色和
阅读全文
posted @ 2019-02-24 23:40
远方的人111
摘要:https://blog.csdn.net/liyunlong0327/article/details/78389042 java运行jar命令提示没有主清单属性: https://jingyan.baidu.com/article/db55b60990f6084ba30a2fb8.html 在id
阅读全文
posted @ 2019-02-18 12:49
远方的人111
摘要:https://blog.csdn.net/BigStupidBear/article/details/72809472
阅读全文
posted @ 2019-02-03 19:28
远方的人111
摘要:https://blog.csdn.net/wanglei1991gao/article/details/79575896 https://blog.csdn.net/yaoohfox/article/details/80223428 https://developers.weixin.qq.com
阅读全文
posted @ 2019-02-03 17:13
远方的人111
摘要:https://blog.csdn.net/qq_41485414/article/details/80899840 https://zhidao.baidu.com/question/543623053.html
阅读全文
posted @ 2019-01-31 11:04
远方的人111
摘要:https://www.cnblogs.com/chenkeyu/p/8482440.html https://www.cnblogs.com/shan-kylin/p/9227575.html https://blog.csdn.net/xuanwugang/article/details/796
阅读全文
posted @ 2018-12-29 22:55
远方的人111
摘要:传入不同参数:比如对象,数组:https://blog.csdn.net/zai_xia/article/details/83790706 地址:https://blog.csdn.net/xzmeasy/article/details/76150949
阅读全文
posted @ 2018-12-23 22:25
远方的人111
摘要:package com.time.test; import java.util.concurrent.Future; import org.springframework.scheduling.annotation.Async;import org.springframework.schedulin
阅读全文
posted @ 2018-12-23 12:04
远方的人111
摘要:pom中加入: <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>0.1.0</version> </depen
阅读全文
posted @ 2018-12-22 00:59
远方的人111
摘要:在insert节点的userGeneratedKeys = true 设置向生成主键,然后keyProperty=”id” 把生成的主键指向属性 <insert id="add" parameterType="org.stm.entity.Student" userGeneratedKeys=tru
阅读全文
posted @ 2018-12-16 20:58
远方的人111
摘要:https://blog.csdn.net/viktoria/article/details/77503266/
阅读全文
posted @ 2018-12-07 15:10
远方的人111
摘要:springboot2整合activiti6会出现问题,activiti6出来时,还没有springboot2,所以会出现不兼容的现象 1报错为下面时 加排除 2报错为下面时 加 3报错为 解决为: https://blog.csdn.net/kq1983/article/details/89158
阅读全文
摘要:右击属性文件 >属性 >resource >text file encoding >选择other utf-8
阅读全文
posted @ 2018-11-24 20:01
远方的人111

浙公网安备 33010602011771号