码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
Convert jupyter notebooks to python files
Install ipynb-py-convert. Note use suitable pypi mirrors. ...
分类:编程语言   时间:2020-01-05 15:24:37    阅读次数:101
Linux shell 指令操作
文档:Linux常用工作命令.链接:http://note.youdao.com/noteshare?id=bda746ca54e83e84659cb0954bff887e&sub=A60A35564EF2481EBB86974B09448C8B 文档:常用检测命令链接:http://note.yo ...
分类:系统相关   时间:2020-01-04 20:10:59    阅读次数:145
依赖倒置原则
1. 定义 依赖倒置原则(Dependence Inversion Principle,DIP)是Object Mentor公司总裁罗伯特·马丁(Robert C.Martin)于1996年在C++ Report上发表的文章。 依赖倒置原则的原始定义:高层模块不应该依赖底层模块,两者都应该依赖抽象; ...
分类:其他好文   时间:2020-01-04 16:16:20    阅读次数:183
one note使用
https://sspai.com/post/46957 ...
分类:其他好文   时间:2020-01-04 12:55:58    阅读次数:64
leetcode 215. Kth Largest Element in an Array
Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element. Example ...
分类:其他好文   时间:2020-01-03 21:27:13    阅读次数:104
[Selenium] Upload File on Remote Node Machines
Problem: In web UI automation testing, we always need to upload files, it will work well on local machines, but doesn't work on remote node machines w ...
分类:系统相关   时间:2020-01-03 13:54:50    阅读次数:86
修改kubelet启动参数
我是用kubeadm安装的k8s,现在通过Aqua扫描出相关配置问题,需要修改kubelet的启动参数; 默认配置文件名为:10-kubeadm.conf #vim /usr/lib/systemd/system/kubelet.service.d/10-kubeadm.conf # Note: T ...
分类:其他好文   时间:2020-01-02 19:00:21    阅读次数:503
Note 3: Commonly used question sentences
1. The collection of Linkun's [1]:1.1 How are you doing.This is a very good habit, to greet my friend on the road, so that you and I will not appear s ...
分类:其他好文   时间:2020-01-01 20:32:43    阅读次数:77
概念与安装
三大核心概念: 镜像(Image):创建Docker容器的基础 容器(Container):运行和隔离应用 Note: 镜像本身是只读的。容器从镜像启动的时候,会在镜像的最上层创建一个可写层。 仓库(Repository):集中存放镜像文件的场所。每个仓库存放一类镜像,通过标签(tag)区分 Not ...
分类:其他好文   时间:2020-01-01 20:16:49    阅读次数:60
你怎么那么饥渴?
你怎么那么饥渴? 最近看到一句话很经典的话:没钱的男生也花心,不物质的女生也没得到爱情。然后送给自己的话是:二零二零年,二十二岁。跟喜欢的人交朋友,和有趣的人一起玩。你问我为什么这么努力,因为我不想跟屌丝打交道。后来又看到一个朋友圈说的是:2020年该走的走,该来的来!瞬间就感觉这个世界不过如此,仅 ...
分类:其他好文   时间:2020-01-01 18:36:18    阅读次数:116
7370条   上一页 1 ... 54 55 56 57 58 ... 737 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!