README.md 1.9 KB
Newer Older
W
init  
wizardforcel 已提交
1 2 3 4 5 6 7 8 9 10
<p align="center">
    <a href="https://www.apachecn.org">
        <img width="200" src="http://data.apachecn.org/img/logo.jpg">
    </a>
    <br >
    <a href="https://www.apachecn.org/"><img src="https://img.shields.io/badge/%3E-HOME-green.svg"></a>
    <a href="http://home.apachecn.org/about/"><img src="https://img.shields.io/badge/%3E-ABOUT-green.svg"></a>
    <a href="mailto:apache@163.com"><img src="https://img.shields.io/badge/%3E-Email-green.svg"></a>
</p>

布客飞龙 已提交
11
<h1 align="center">Interview——IT 行业应试学知识库</h1>
W
init  
wizardforcel 已提交
12

布客飞龙 已提交
13

布客飞龙 已提交
14 15 16
> 程序员的双手是魔术师的双手,他们把枯燥无味的代码变成了丰富多彩的软件。——《疯狂的程序员》
> 
> 我们重启了简历付费优化业务,请咨询飞龙(🐧562826179,🛰wizardforcel)。
W
init  
wizardforcel 已提交
17

布客飞龙 已提交
18
## 在线阅读
W
init  
wizardforcel 已提交
19 20 21 22

* GitHub Pages(国外): https://interview.apachecn.org
* Gitee  Pages(国内): https://apachecn.gitee.io/interview

W
wizardforcel 已提交
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
## 下载

### Docker

```
docker pull apachecn0/apachecn-interview
docker run -tid -p <port>:80 apachecn0/apachecn-interview
# 访问 http://localhost:{port} 查看文档
```

### PYPI

```
pip install apachecn-interview
apachecn-interview <port>
# 访问 http://localhost:{port} 查看文档
```

### NPM

```
npm install -g apachecn-interview
apachecn-interview <port>
# 访问 http://localhost:{port} 查看文档
```

W
init  
wizardforcel 已提交
49 50
## **协议**

布客飞龙 已提交
51
[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh)
W
init  
wizardforcel 已提交
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72

## 赞助我们

<img src="http://data.apachecn.org/img/about/donate.jpg" alt="微信&支付宝" />

---

<!-- 
> 特别赞助商(欢迎“私聊”赞助)

<table>
      <tbody>
        <tr>
          <td align="center" valign="middle">
            <a href="https://coding.net/?utm_source=ApacheCN&utm_medium=banner&utm_campaign=march2019" target="_blank">
              <img width="1080" src="http://data.apachecn.org/img/SpecialSponsors/CodingNet.png">
            </a>
          </td>
      </tbody>
</table> 
-->