08 2021 档案
摘要:参考链接 https://zhuanlan.zhihu.com/p/49494990 https://blog.csdn.net/qq_26566331/article/details/88185652 对称加密用的是一把钥匙 非对称加密用的是两把钥匙,一个是自己的私钥,另一个是基于私钥生成的公钥,
阅读全文
摘要:https://blog.csdn.net/uiguion/article/details/119246865
阅读全文
摘要:https://blog.csdn.net/liupeifeng3514/article/details/80236827
阅读全文
摘要:定义两部分: 对于常用的但是不是每一个模块必须引入的,可以使用依赖管理标签,对版本进行管理,子pom只需要引入相关依赖不需要引入相关版本号 对于子项目必须用的依赖,可以在父pom中引入相关依赖,子pom可以直接继承 总结:一个是版本管理,一个是直接在父pom中引入
阅读全文
摘要:git clone 项目地址 用idea打开自动识别git地址 写代码 每天到公司先pull一下 如果pull 失败,可以先stash一下,pull完之后在unstash git commit 解决冲突(选择一个自认为合适的版本,一般是留别人的版本) git commit git push
阅读全文
摘要:device-mgt-service: ribbon: listOfServers: localhost:8801, localhost:8802 NIWSServerListClassName: com.netflix.loadbalancer.ConfigurationBasedServerLi
阅读全文
摘要:https://blog.51cto.com/u_15275035/2924508
阅读全文
摘要:第一范式:表中每一列必须是原子性的(不可再分割,方便后期查询) 第二范式:表中每列必须完全依赖主键(组合主键可能会导致部分依赖) 第三范式:表中字段必须和主键之间相关,不能间接相关
阅读全文
摘要:<plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <excludes> <exclude>
阅读全文
摘要:https://www.jianshu.com/p/253642121891
阅读全文
摘要:https://my.oschina.net/u/4376671/blog/4338411 https://www.cnblogs.com/lpxdbk/p/9712935.html
阅读全文
摘要:@Configuration(proxyBeanMethods = false)@ConditionalOnProperty(prefix = "spring.mail", name = "host")class MailSenderPropertiesConfiguration { @Bean @
阅读全文
摘要:需求分析 概念分析:er关系图 逻辑分析:表 物理分析:在dbms中插入表 uml: 类图:类之间的关系 用例图:站在用户角度分析系统存在哪些功能 时序图:程序的调用过程
阅读全文
摘要:https://blog.csdn.net/idomyway/article/details/78658931
阅读全文
摘要:https://www.cnblogs.com/itjeff/p/11578721.html
阅读全文
摘要:https://blog.csdn.net/csdnluolei/article/details/86488461
阅读全文
摘要:https://www.cnblogs.com/xdot/p/13600406.html
阅读全文
摘要:https://segmentfault.com/a/1190000012479448
阅读全文

浙公网安备 33010602011771号