上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: mybatis-plus: ## mapper文件位置 mapper-locations: classpath*:/mapper/**/*.xml ## 别名包设置,在mapper.xml中可直接用类名 type-aliases-package: com.xx.xx.entity global-co 阅读全文
posted @ 2020-05-07 12:17 Caesar_the_great 阅读(4076) 评论(0) 推荐(0) 编辑
摘要: 步骤:1 安装pyinstaller -> 2 把第三方库的包复制到xxx.py同目录下 -> 3 pyinstaller -F 待打包文件名 (打包单个py文件) -> 4 check dist目录下生成的xxx.exe 1 install pyinstaller pip install pyin 阅读全文
posted @ 2020-05-06 16:07 Caesar_the_great 阅读(278) 评论(0) 推荐(0) 编辑
摘要: http://pypi.douban.com/simple/http://mirrors.aliyun.com/pypi/simple/https://pypi.tuna.tsinghua.edu.cn/simple 阅读全文
posted @ 2020-05-06 10:12 Caesar_the_great 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1 @JsonIgnore作用:在实体类向前台返回数据时用来忽略不想传递给前台的属性或接口。Eg:User实体中会有字段password字段,当返回用户信息给前台的时候,当然是不希望将password值也一并返回。所以,这个时候可以在password属性上加上注解JsonIgnore或者,可以在Us 阅读全文
posted @ 2020-05-06 09:00 Caesar_the_great 阅读(146) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zhaoxichen_10/article/details/88713799?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-2&depth_1-utm_sourc 阅读全文
posted @ 2020-05-03 18:10 Caesar_the_great 阅读(189) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/ttlx/p/11611086.html https://www.jianshu.com/p/6895384d2b9e 阅读全文
posted @ 2020-05-03 12:38 Caesar_the_great 阅读(136) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Txx318026/article/details/100918375 阅读全文
posted @ 2020-05-03 12:14 Caesar_the_great 阅读(288) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zhaoyan001/p/10332754.html https://blog.csdn.net/qushaming/article/details/96867190 阅读全文
posted @ 2020-05-02 10:03 Caesar_the_great 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 我的version: 2019.3 1 勾选 此选项: 2 建包 结果: 阅读全文
posted @ 2020-05-02 08:35 Caesar_the_great 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 1 ctl + k: 超链接 PS: 持续更新中。。。 阅读全文
posted @ 2020-05-01 19:51 Caesar_the_great 阅读(122) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页