码迷,mamicode.com
首页 >  
搜索关键字:should be repaired    ( 4956个结果
Ubuntu上安装NS-3实践
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
HDU-3183 A Magic Lamp--贪心+暴力数组移动
题目链接: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
Spring Cloud Netflix子模块综合整理-Ribbon
客户端负载均衡器:Rbbion Ribbon是一个客户端负载均衡器,可以让您对HTTP和TCP客户端的行为进行大量控制。 Feign已使用Ribbon,因此如果您使用的是@FeignClient,则此部分也适用。 Ribbon中的一个核心概念是指定客户端的概念.每个负载均衡器都是组件集成的一部分,这 ...
分类:编程语言   时间:2020-01-14 09:17:30    阅读次数:99
centos7 yum安装zabbix4.0
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
uni-app运行到手机报错 Component constructors should be called while initialization. A constructor call has been ignored.
HBuilder X 版本:2.5.1 报错原因:在某个.vue页面没有写<script></script> ...
分类:移动开发   时间:2020-01-11 11:47:57    阅读次数:400
Start a GIT Repository Tutorial
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
Spring事务失效的 8 大原因
本文转自公众号:Java技术栈微信公众号 1 数据库引擎不支持事务 这里以 MySQL 为例,其 MyISAM 引擎是不支持事务操作的,InnoDB 才是支持事务的引擎,一般要支持事务都会使用 InnoDB。 根据 MySQL 的官方文档: https://dev.mysql.com/doc/ref ...
分类:编程语言   时间:2020-01-08 01:10:42    阅读次数:239
git 丢弃本地代码时遇到的问题
1、使用命令 git checkou -- *时报错: Unlink of file Failed. Should I try again? 原因及解决办法:由于文件正在被其他程序占用,git无法操作。所以先关掉占用文件的程序,比如编辑器,之后再使用git checkout -- *。 2、使用gi ...
分类:其他好文   时间:2020-01-07 19:39:54    阅读次数:103
python之禅
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
4956条   上一页 1 ... 25 26 27 28 29 ... 496 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!