1. Run a few randomly-generated problemswith just two jobs and two queues; compute the MLFQ execution trace for each. Make your life easier by limitin ...
分类:
其他好文 时间:
2020-06-26 16:17:45
阅读次数:
78
1、在pom.xml中如果要打war包,必须加上该行代码。 <packaging>war</packaging> 2、pom.xml中继续加入以下代码:该代码用于spring boot中内嵌的tomcat包依赖排除,不然会产生冲突。 <exclusions> <exclusion> <groupId ...
分类:
编程语言 时间:
2020-06-26 14:28:44
阅读次数:
88
Game of Life (M) 题目 According to the Wikipedia's article: "The Game of Life, also known simply as Life, is a cellular automaton devised by the British ...
分类:
其他好文 时间:
2020-06-26 10:53:37
阅读次数:
48
引用自 https://www.cnblogs.com/linuxws/p/9307187.html 补充:https://blog.csdn.net/hello_new_life/article/details/75099249 一、文件/文件夹管理ls 列出当前目录文件(不包括隐含文件)ls - ...
分类:
系统相关 时间:
2020-06-25 21:44:20
阅读次数:
61
jenkins:是开源,可扩展的持续集成、交付、部署的平台。CI/CD:持续集成/持续交付持续集成:不同开发人员将提交代码整合到系统上。持续交付:将集成后的代码部署到更贴近真实运行环境中。pipeline:管道,在管道脚本中控制服务构建的流程, 可能包括checkstyle,findbugs,dep ...
分类:
编程语言 时间:
2020-06-21 12:14:05
阅读次数:
117
https://www.bilibili.com/video/av3404845/?p=18 Perfect love is rare indeed – for to be a lover will require that you continually have the subtlety微妙;敏 ...
分类:
其他好文 时间:
2020-06-20 21:33:21
阅读次数:
124
format("I have %.2f bugs to fix", 128.190902); 这里 % 的位置,是129.190902的位置, .2f 代表改参数要使用的格式 数值的精确度会有所损失, 这样只会保留 2位小数 f或d 这样的type都是格式化指令 6.1f 表示 保留6位数字 小数点 ...
分类:
编程语言 时间:
2020-06-19 00:42:56
阅读次数:
51
- 起源 - TCC概念由Pat Helland于2007年发表的一篇名为《Life beyond Distributed Transactions:an Apostate’s Opinion》的论文提出, 在该论文中,TCC还是以Tentative-Confirmation-Cancellatio ...
分类:
其他好文 时间:
2020-06-16 18:08:36
阅读次数:
45
UIViewController 的 生命周期 #pragma mark life circle // 非storyBoard(xib或非xib)都走这个方法 - (instancetype)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBun ...
分类:
其他好文 时间:
2020-06-15 12:12:01
阅读次数:
64
这篇文章是来给大家普及Jenkins知识的, Jenkins能解决什么问题, 有哪些应用场景, 为何要掌握Jenkins, 掌握Jenkins后有哪些好处, 弄懂Jenkins需要掌握哪些知识 不知道的,认真看看, 知道的,温故而知新, 有不同见解的,底部直接评论留言, 好了,正文: Jenkins ...
分类:
其他好文 时间:
2020-06-13 17:27:14
阅读次数:
81