上一页 1 2 3 4 5 6 ··· 22 下一页
摘要: <!-- https://mvnrepository.com/artifact/com.google.zxing/core --> <dependency> <groupId>com.google.zxing</groupId> <artifactId>core</artifactId> <version>3.3.0</version> </dependency> <!-- https://mvn 阅读全文
posted @ 2019-08-07 19:14 也许还年轻 阅读(2092) 评论(0) 推荐(0) 编辑
摘要: https://github.com/lenve/vhr.git Vhr是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。 https://github.com/zhangdaiscott/jeecg-boot 这是一款基于代码生成器的JAVA快速开发平台!提高UI能力的 阅读全文
posted @ 2019-08-06 22:43 也许还年轻 阅读(350) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-07-31 14:39 也许还年轻 阅读(4) 评论(0) 推荐(0) 编辑
摘要: @Data public class Area { private String code; private String name; } @Data public class City { private String code; private String name; private List areaList; } @Data publ... 阅读全文
posted @ 2019-07-16 19:34 也许还年轻 阅读(724) 评论(0) 推荐(0) 编辑
摘要: https://pc.qq.com/detail/0/detail_1300.html 阅读全文
posted @ 2019-07-02 19:18 也许还年轻 阅读(81) 评论(0) 推荐(0) 编辑
摘要: http://idea.lanyus.com/ 阅读全文
posted @ 2019-07-02 18:54 也许还年轻 阅读(450) 评论(0) 推荐(0) 编辑
摘要: http://www.makepic.net/tool/signet.html 在线设计公章 https://www.gaaiho.com/index.php/zh-cn/ 阅读全文
posted @ 2019-06-30 21:43 也许还年轻 阅读(276) 评论(0) 推荐(0) 编辑
摘要: https://maven.aliyun.com/mvn/search 仓库 https://www.bjhjyd.gov.cn/index.html?ran=1257120747 摇号 http://jsonpath.com/ http://intellij.mandroid.cn/ 阅读全文
posted @ 2019-06-28 12:07 也许还年轻 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 在Spring boot开发中,需要在application.yml文件里配置数据库的连接信息,或者在启动时传入数据库密码,如果不加密,传明文,数据库就直接暴露了,相当于"裸奔"了,因此需要进行加密处理才行。 如果使用@SpringBootApplication注解启动的项目,只需增加maven依赖 阅读全文
posted @ 2019-06-26 13:50 也许还年轻 阅读(7170) 评论(0) 推荐(0) 编辑
摘要: $('body').css('background-color', '#fff')$('.keywords').hide()$('#wrap').html($('.resume-box').css('background-color', '#fff'))$('.userinfo-con').css( 阅读全文
posted @ 2019-06-11 15:55 也许还年轻 阅读(405) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 22 下一页