# GitLab Server 的搭建 参考 https://about.gitlab.com/installation ## 1. 准备工作 以Centos7为例,准备一台至少内存为4G的机器。 ## 2. 安装依赖软件 ``` sudo yum install -y git vim gcc gl ...
分类:
其他好文 时间:
2018-11-23 15:16:43
阅读次数:
164
原文地址:https://jeffknupp.com/blog/2016/03/07/python-with-context-managers/ Of all of the most commonly used Python constructs, context managers are neck ...
分类:
编程语言 时间:
2018-11-21 17:51:55
阅读次数:
138
We want to use quad trees to store an N x N boolean grid. Each cell in the grid can only be true or false. The root node represents the whole grid. Fo ...
分类:
编程语言 时间:
2018-11-21 16:07:23
阅读次数:
172
传送门:http://poj.org/problem?id=2594 Treasure Exploration Time Limit: 6000MS Memory Limit: 65536K Total Submissions: 9802 Accepted: 3979 Description Hav ...
分类:
其他好文 时间:
2018-11-20 23:00:06
阅读次数:
144
一般崔稿信写法: Dear Editor: Sorry for disturbing you. We’re not sure if it is the right time to contact you to inquire about the status of our submitted man ...
分类:
其他好文 时间:
2018-11-19 21:36:10
阅读次数:
499
Built for Code Ace is an embeddable code editor written in JavaScript. It matches the features and performance of native editors such as Sublime, Vim ...
分类:
其他好文 时间:
2018-11-19 20:17:44
阅读次数:
152
The HO6 insurance Policy is the most common type of policy used to insure town homes and condos in the United States. It is commonly referred to as HO ...
分类:
其他好文 时间:
2018-11-19 14:09:27
阅读次数:
188
Nginx about链接:https://nginx.org/en/ nginx 基本的HTTP服务器功能其他HTTP服务器功能邮件代理服务器功能TCP / UDP代理服务器功能架构和可扩展性经测试的操作系统和平台 备注:以上是下面各个部分内容的小标题 nginx [engine x]是一个HTT ...
分类:
其他好文 时间:
2018-11-18 19:34:32
阅读次数:
187
题目 链接:https://ctftime.org/task/6935 题解 只有两个页面的网站,index.html和about.html index.html页面有一个pdf链接,指向http://foi.uni.hctf.fun/docs/document_001.pdf,看这个命名就觉得很有 ...
分类:
其他好文 时间:
2018-11-18 02:12:58
阅读次数:
191
可能你并不清楚 Docker 是什么,更不了解 Laradock是什么,送上语句自己特别喜欢的一句话 Use Docker First And Learn About It Later 大概意思就是 先去使用它,然后再去学习它, 要求 Git Docker >= 1.12 附带一个安装参考教程 ...
分类:
Web程序 时间:
2018-11-17 19:08:02
阅读次数:
197