会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
M号开发者
重复别人所说的话,只需要教育。而要挑战别人所说的话,则需要头脑。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
28
下一页
2019年8月16日
字节流和字符流区别
摘要: https://blog.csdn.net/lwang_it/article/details/78886186
阅读全文
posted @ 2019-08-16 09:47 M号开发者
阅读(125)
评论(0)
推荐(0)
2019年8月14日
Navicat连接Mysql报错:Client does not support authentication protocol requested by server;
摘要: 命令如下: 1、use mysql; 2、alter user 'root'@'localhost' identified with mysql_native_password by '********'; 3、flush privileges;
阅读全文
posted @ 2019-08-14 14:57 M号开发者
阅读(186)
评论(0)
推荐(0)
2019年8月13日
LoRa无线技术介绍
摘要: https://baijiahao.baidu.com/s?id=1606842460149901600&wfr=spider&for=pc 什么是LoRa LoRa是semtech公司创建的低功耗局域网无线标准,低功耗一般很难覆盖远距离,远距离一般功耗高,要想马儿不吃草还要跑得远,好像难以办到。L
阅读全文
posted @ 2019-08-13 15:30 M号开发者
阅读(1679)
评论(0)
推荐(0)
pom中parent和dependency区别以及dependencyManagement区别
摘要: 真的很详细 很感动 1.在同一个pom文件下,如果<dependencies>和<dependencyManagement>中都对该jar做了依赖,以<dependencies>的为准,优先级高于<dependencyManagement>。若前者没有对其依赖,而后者对其有依赖,则以后者为准。<de
阅读全文
posted @ 2019-08-13 11:27 M号开发者
阅读(2754)
评论(0)
推荐(0)
Maven依赖中scope的含义
摘要: 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号开发者
阅读(304)
评论(0)
推荐(0)
Maven中dependencyManagement作用说明
摘要: https://blog.csdn.net/helllochun/article/details/81564921 在Maven多模块的时候,管理依赖关系是非常重要的,各种依赖包冲突,查询问题起来非常复杂,于是就用到了<dependencyManagement>, 示例说明, 在父模块中: <dep
阅读全文
posted @ 2019-08-13 10:55 M号开发者
阅读(321)
评论(0)
推荐(0)
2019年8月9日
springboot底层原理简述
摘要: 1.maven 子父依赖关系,快速整合第三方框架 2.无配置文件 省略了web.xml,spring.xml,springmvc.xml.mybatis.xml。 spring3.0以上提供注解,springboot通过java语言编写springmvc配置初始化,包括访问路径,视图解析器,也初始化
阅读全文
posted @ 2019-08-09 11:32 M号开发者
阅读(764)
评论(0)
推荐(0)
2019年8月4日
intellij idea设置代码提示不区分大小写
摘要: https://blog.csdn.net/csm0401/article/details/86306417
阅读全文
posted @ 2019-08-04 14:24 M号开发者
阅读(755)
评论(0)
推荐(0)
2019年7月31日
linux配置ssh免密钥登录
摘要: 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号开发者
阅读(239)
评论(0)
推荐(0)
2019年7月30日
centos7永久修改主机名
摘要: hostnamectl set-hostname xxx
阅读全文
posted @ 2019-07-30 21:07 M号开发者
阅读(123)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
28
下一页
公告