ns3官网https://www.nsnam.org/wiki/Installation#Installation 安装: Ubuntu/Debian/Mint The following list of packages should be accurate for Ubuntu 19.04 re ...
分类:
系统相关 时间:
2020-01-15 23:17:54
阅读次数:
196
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3183 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem Descripti ...
分类:
移动开发 时间:
2020-01-15 14:15:48
阅读次数:
105
客户端负载均衡器:Rbbion Ribbon是一个客户端负载均衡器,可以让您对HTTP和TCP客户端的行为进行大量控制。 Feign已使用Ribbon,因此如果您使用的是@FeignClient,则此部分也适用。 Ribbon中的一个核心概念是指定客户端的概念.每个负载均衡器都是组件集成的一部分,这 ...
分类:
编程语言 时间:
2020-01-14 09:17:30
阅读次数:
99
1、添加清华大学软件源: 将以下内容写入 /etc/yum.repos.d/CentOS-Base.repo 选择你的 CentOS 版本: # CentOS-Base.repo # # The mirror system uses the connecting IP address of the ...
分类:
其他好文 时间:
2020-01-12 21:46:34
阅读次数:
323
HBuilder X 版本:2.5.1 报错原因:在某个.vue页面没有写<script></script> ...
分类:
移动开发 时间:
2020-01-11 11:47:57
阅读次数:
400
Start a GIT Repository The first step in creating a GIT repository is finding where to actually create it. You can either create the repository on you ...
分类:
其他好文 时间:
2020-01-11 09:59:40
阅读次数:
79
本文转自公众号:Java技术栈微信公众号 1 数据库引擎不支持事务 这里以 MySQL 为例,其 MyISAM 引擎是不支持事务操作的,InnoDB 才是支持事务的引擎,一般要支持事务都会使用 InnoDB。 根据 MySQL 的官方文档: https://dev.mysql.com/doc/ref ...
分类:
编程语言 时间:
2020-01-08 01:10:42
阅读次数:
239
1、使用命令 git checkou -- *时报错: Unlink of file Failed. Should I try again? 原因及解决办法:由于文件正在被其他程序占用,git无法操作。所以先关掉占用文件的程序,比如编辑器,之后再使用git checkout -- *。 2、使用gi ...
分类:
其他好文 时间:
2020-01-07 19:39:54
阅读次数:
103
PEP 20 The Zen of Python Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than compli ...
分类:
编程语言 时间:
2020-01-05 12:06:24
阅读次数:
108
单一职责原则 1. 定义 单一职责原则(SRP:Single responsibility principle)又称单一功能原则,单一职责原则规定:一个类应该只有一个发生变化的原因(There should never be more than one reason for a class to c ...
分类:
其他好文 时间:
2020-01-04 16:23:22
阅读次数:
92