码迷,mamicode.com
首页 >  
搜索关键字:please    ( 3193个结果
git之fatal: Could not read from remote repository
问题背景:在git bash中使用hexo g -d命令进行文章发布 详细错误信息: 错误原因是因为ssh key有问题,连接不上服务器。 于是我参考如下链接,一步一步操作,最终解决了这个问题:git遇到的问题之“Please make sure you have the correct acces ...
分类:其他好文   时间:2019-06-30 22:02:11    阅读次数:1973
内存管理
1.Please compare NRU, NFU, WS, CLOCK with LRU and write down the difference.答:①最近未使用页面置换算法(NRU)算法 找到最久没有使用的页面置换出去,页面被访问时设置R位,修改时设置M位,R位定期清0; 把页面分四类 0类 ...
分类:其他好文   时间:2019-06-30 09:48:59    阅读次数:85
Docker 安装 MySQL
Docker 安装 MySQL 方法一、docker pull mysql 查找 Docker Hub 上的 mysql 镜像: 这里我们拉取官方的镜像,标签为 5.6: 等待下载完成后,我们就可以在本地镜像列表里查到REPOSITORY为mysql,标签为5.6的镜像: 方法二、通过 Docker ...
分类:数据库   时间:2019-06-30 09:38:31    阅读次数:142
进程与线程(1)
1.What is the difference between fork and exec? please use programs to prove your opinion.答:Fork是创建一个新的进程(把进程原样复制一个新的出来),新进程和老进程相同只有进程号不同。但是exec用参数指定的 ...
分类:编程语言   时间:2019-06-30 09:23:08    阅读次数:138
linux 2.6 内核的移植
内核移植过程 下载 linux 内核 从 http://www.kernel.org/pub/linux/kernel/v2.6/linux­2.6.14.1.tar.bz2 下载 linux­2.6.14.1 内核至 home/arm/dev_home/kernel. [root@localhos ...
分类:系统相关   时间:2019-06-29 10:30:07    阅读次数:154
头文件 — 备忘
/** * Youth gives you light please don't let it down. * ▄▄▄▄▄ * ???██████▄▄▄ _______________ * ▄▄▄▄▄ █████████▄ / \ * ????█████▌ ??▄ ??█ | Gotta go... ...
分类:其他好文   时间:2019-06-27 11:10:27    阅读次数:119
Cummins Inline 7 vs Nexiq USB Link 2
I am going to by by adapter for Cummins but I am confused between Inline 7 and NEXIQ USB Link 2….. please any advice and what is the difference betwee ...
分类:其他好文   时间:2019-06-26 13:41:30    阅读次数:82
Cummins Inline 7 vs Nexiq USB Link 2
I am going to by by adapter for Cummins but I am confused between Inline 7 and NEXIQ USB Link 2….. please any advice and what is the difference betwee ...
分类:其他好文   时间:2019-06-26 13:33:08    阅读次数:116
(四)VMware Harbor 配置文件
VMware Harbor 配置文件 :harbor.yml ...
分类:系统相关   时间:2019-06-25 15:19:47    阅读次数:112
mac 安装 swoole 可能会出现的错误
请先看完之后再操作 ==== 一、用pecl安装swoole(没有安装起来) 二、可能出现的报错及解决方法 2.1 fatal error: ‘openssl/ssl.h‘ file not found 2.2 error: Cannot find libpq fe.h. Please confir ...
分类:系统相关   时间:2019-06-23 17:36:56    阅读次数:184
3193条   上一页 1 ... 48 49 50 51 52 ... 320 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!