实用技能:60个常用的Linux命令 ●查看硬件信息相关命令(8个) ifconfig free fdisk ethtool mii-tool dmidecode dmesg lspci ●其它(19个) echo printf rpm yum watch alias unalias date cl ...
分类:
系统相关 时间:
2021-01-06 12:19:17
阅读次数:
0
转自:https://djangostars.com/blog/configuring-django-settings-best-practices/ 一个很不错的实践 This article is intended for engineers who use the Django framewo ...
分类:
其他好文 时间:
2021-01-06 11:38:52
阅读次数:
0
转自:https://blog.csdn.net/hltt3838/article/details/109261334 注意:本人实验室买的是Velodyne VLP-16激光雷和 LOAM 论文中作者用的不一样,在介绍论文之前先介绍一下激光雷达的工作原路,这样更容易理解激光雷达的工作过程,其实物图 ...
分类:
其他好文 时间:
2021-01-05 11:28:45
阅读次数:
0
上篇中说到通过@Value注解获取配置中心的内容进行注入,要想了解这个就要知道spring Environment原理,关于这原理我看了下网上分析的文章:https://blog.csdn.net/topdeveloperr/article/details/88063828 一、Environmen ...
分类:
编程语言 时间:
2021-01-05 11:26:47
阅读次数:
0
miao@openlib:~$ sudo rosdep init ERROR: cannot download default sources list from: https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sourc ...
分类:
其他好文 时间:
2021-01-05 10:38:30
阅读次数:
0
https://blog.csdn.net/u013252047/article/details/80230781 用git命令,想看到自己的操作记录,则可以使用log与reflog,它两个的区别如下: 1.git log 命令可以显示所有提交过的版本信息 例如 如果感觉太繁琐,可以加上参数 --p ...
分类:
其他好文 时间:
2021-01-02 11:30:04
阅读次数:
0
转自: https://blog.csdn.net/qq_25800311/article/details/89810843 微博、微信、LinkedIn 这些社交软件我想你肯定都玩过吧。在微博中,两个人可以互相关注;在微信中,两个人可以互加好友。那你知道,如何存储微博、微信等这些社交网络的好友关系 ...
分类:
微信 时间:
2021-01-02 11:23:11
阅读次数:
0
参考:解决Github网页上图片显示失败的问题 https://blog.csdn.net/qq_38232598/article/details/91346392 现象: 我出现的错误 大部分为ERR_CONNECTION_REFUSED 和上面参考中的错误不一样,但解决方法一致 ,他娘的dns污 ...
分类:
其他好文 时间:
2021-01-02 10:41:03
阅读次数:
0
https://blog.csdn.net/guiqulaxi920/article/details/78823541 fn main() { // Basic Range (exclusive on the right) for i in 1..11 { print!("{} ", i); } p ...
分类:
其他好文 时间:
2021-01-01 12:55:18
阅读次数:
0
转自:https://blog.csdn.net/fan521dan/article/details/104912794 划重点: 1.使用 convertAndSend 方法时的结果:输出时没有顺序,不需要等待,直接运行 2.使用 convertSendAndReceive 方法时的结果:按照一定 ...
分类:
编程语言 时间:
2021-01-01 12:44:05
阅读次数:
0