上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页
摘要: https://blog.csdn.net/lwang_it/article/details/78886186 阅读全文
posted @ 2019-08-16 09:47 M号开发者 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 命令如下: 1、use mysql; 2、alter user 'root'@'localhost' identified with mysql_native_password by '********'; 3、flush privileges; 阅读全文
posted @ 2019-08-14 14:57 M号开发者 阅读(173) 评论(0) 推荐(0) 编辑
摘要: https://baijiahao.baidu.com/s?id=1606842460149901600&wfr=spider&for=pc 什么是LoRa LoRa是semtech公司创建的低功耗局域网无线标准,低功耗一般很难覆盖远距离,远距离一般功耗高,要想马儿不吃草还要跑得远,好像难以办到。L 阅读全文
posted @ 2019-08-13 15:30 M号开发者 阅读(1645) 评论(0) 推荐(0) 编辑
摘要: 真的很详细 很感动 1.在同一个pom文件下,如果<dependencies>和<dependencyManagement>中都对该jar做了依赖,以<dependencies>的为准,优先级高于<dependencyManagement>。若前者没有对其依赖,而后者对其有依赖,则以后者为准。<de 阅读全文
posted @ 2019-08-13 11:27 M号开发者 阅读(2693) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/7145f01ac3ad Maven依赖中scope的含义 整理一下Maven中Scope的详细作用,都是抄的别人内容整理了一下。参考: https://blog.csdn.net/claram/article/details/77646263 h 阅读全文
posted @ 2019-08-13 11:09 M号开发者 阅读(274) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/helllochun/article/details/81564921 在Maven多模块的时候,管理依赖关系是非常重要的,各种依赖包冲突,查询问题起来非常复杂,于是就用到了<dependencyManagement>, 示例说明, 在父模块中: <dep 阅读全文
posted @ 2019-08-13 10:55 M号开发者 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 1.maven 子父依赖关系,快速整合第三方框架 2.无配置文件 省略了web.xml,spring.xml,springmvc.xml.mybatis.xml。 spring3.0以上提供注解,springboot通过java语言编写springmvc配置初始化,包括访问路径,视图解析器,也初始化 阅读全文
posted @ 2019-08-09 11:32 M号开发者 阅读(750) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/csm0401/article/details/86306417 阅读全文
posted @ 2019-08-04 14:24 M号开发者 阅读(749) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xiaoyi23000/article/details/80597516 1、执行命令ssh-keygen -t rsa,生成公钥和私钥 2、会在当前用户的家目录的.ssh/生成公钥和私钥, 3、执行ssh-copy-id -i 将公钥文件传输给远程的主机 阅读全文
posted @ 2019-07-31 09:11 M号开发者 阅读(231) 评论(0) 推荐(0) 编辑
摘要: hostnamectl set-hostname xxx 阅读全文
posted @ 2019-07-30 21:07 M号开发者 阅读(117) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页