码迷,mamicode.com
首页 >  
搜索关键字:hg up    ( 8017个结果
网络知识---如何查看docker veth pair与宿主机上网卡的对应关系
1. 方法 可以通过iflink 找到对应关系。 在宿主机上执行命令ip link $ ip link ...... 13: veth56ecf40@if12: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue mast er dock ...
分类:其他好文   时间:2020-07-21 01:07:16    阅读次数:183
linux 安装NVIDIA闭源驱动
尝试安装NVIDIA显卡驱动多次,每次安装完重启后黑屏,今天再次baidu了多次,终于安装成功了 1. 禁掉nouveau 在/etc/modprobe.d 新建blacklist.conf blacklist nouveau options nouveau modeset=0 2. sudo up ...
分类:系统相关   时间:2020-07-19 23:13:28    阅读次数:105
scheme :The components of a URL
第一部分是协议(或称为服务方式)。资源的访问方式? A URL for HTTP (or HTTPS) is normally made up of three or four components: A scheme. The scheme identifies the protocol to b ...
分类:Web程序   时间:2020-07-19 00:51:21    阅读次数:95
Warm boot与Cold boot的区别
To perform a cold boot (also called a "hard boot") means to start up a computer that is turned off. It is often used in contrast to a warm boot, which... ...
分类:其他好文   时间:2020-07-18 00:38:36    阅读次数:268
Jmeter压力测试
压测设置 线程数:并发数量,能跑多少量。具体说是一次存在多少用户同时访问 Rame-Up Period(in seconds):表示在多长时间内启动完上述的线程数。 循环次数:这个设置不会改变并发数,可以延长并发时间。总请求数=线程数*循环次数 调度器:设置压测的启动时间、结束时间、持续时间和启动延 ...
分类:其他好文   时间:2020-07-17 19:44:02    阅读次数:87
美语初级 L041:Going Camping 解析
一、Reading Last weekend, my classmates and I went camping. We found a grassy spot beside a river. We put up our tents and made a campfire. Then, we fis ...
分类:其他好文   时间:2020-07-17 14:00:24    阅读次数:60
leetcode148two-sum
Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two n ...
分类:其他好文   时间:2020-07-17 13:33:50    阅读次数:46
如何获取mac的ip地址
一.命令行方式 1.打开命令行 2.输入输入命令:ifconfig en0 3.回车,即可: en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=400<CHANNEL_IO> ether 90 ...
分类:系统相关   时间:2020-07-17 09:34:56    阅读次数:88
.Net Core微服务入门全纪录(完结)——Ocelot与Swagger
Tips:本篇已加入系列文章阅读目录,可点击查看更多相关文章。 前言 上一篇【.Net Core微服务入门全纪录(八)——Docker Compose与容器网络】完成了docker-compose.yml文件的编写,最后使用docker compose的一个up指令即可在docker中运行整个复杂的 ...
分类:Web程序   时间:2020-07-16 11:58:21    阅读次数:130
189. Rotate Array
Given an array, rotate the array to the right by k steps, where k is non-negative. Follow up: Try to come up as many solutions as you can, there are a ...
分类:其他好文   时间:2020-07-16 00:20:51    阅读次数:49
8017条   上一页 1 ... 11 12 13 14 15 ... 802 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!