摘要:
<!-- 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 阅读全文
摘要:
https://github.com/lenve/vhr.git Vhr是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。 https://github.com/zhangdaiscott/jeecg-boot 这是一款基于代码生成器的JAVA快速开发平台!提高UI能力的 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
@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... 阅读全文
摘要:
http://www.makepic.net/tool/signet.html 在线设计公章 https://www.gaaiho.com/index.php/zh-cn/ 阅读全文
摘要:
https://maven.aliyun.com/mvn/search 仓库 https://www.bjhjyd.gov.cn/index.html?ran=1257120747 摇号 http://jsonpath.com/ http://intellij.mandroid.cn/ 阅读全文
摘要:
在Spring boot开发中,需要在application.yml文件里配置数据库的连接信息,或者在启动时传入数据库密码,如果不加密,传明文,数据库就直接暴露了,相当于"裸奔"了,因此需要进行加密处理才行。 如果使用@SpringBootApplication注解启动的项目,只需增加maven依赖 阅读全文
摘要:
$('body').css('background-color', '#fff')$('.keywords').hide()$('#wrap').html($('.resume-box').css('background-color', '#fff'))$('.userinfo-con').css( 阅读全文