Windows 开栈命令 Linux 开栈命令 ...
分类:
其他好文 时间:
2016-10-29 21:52:31
阅读次数:
161
一、下载docker镜像 前提:docker引擎已经安装好。 docker pull gitlab/gitlab-ce 二、启动应用 docker run -d -h gitlab.zhaojigang.com -p 80:80 -v /etc/gitlab/:/etc/gitlab/ -v /va ...
分类:
其他好文 时间:
2016-10-29 21:45:56
阅读次数:
158
Bomb Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Problem Description There are N bombs needing exploding.Each bom ...
分类:
其他好文 时间:
2016-10-29 19:36:09
阅读次数:
360
1>web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/jav ...
分类:
其他好文 时间:
2016-10-29 19:13:12
阅读次数:
199
Car Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 25 Accepted Submission(s): 12 Problem Descrip ...
分类:
其他好文 时间:
2016-10-29 18:48:04
阅读次数:
223
树莓派系统使用的linux是debian系统,所以树莓派启用root和debian是相同的。 debian里root账户默认没有密码,但账户锁定。 当需要root权限时,由默认账户经由sudo执行,Raspberry pi 系统中的Raspbian 默认主机名是 raspberrypi 默认用户是 ...
分类:
其他好文 时间:
2016-10-29 18:39:23
阅读次数:
283
package com.eaju.util; import java.io.OutputStreamWriter;import java.net.URL;import java.net.URLConnection;import java.security.cert.CertificateExcept ...
分类:
其他好文 时间:
2016-10-29 14:11:03
阅读次数:
206
1. #id : 根据给定的ID匹配一个元素 结果: 这是第一个p标签 这是第二个p标签 2. element : 根据给定的元素标签名匹配所有元素 结果: 这是div标签1 这是div标签2 这是p标签 3. .class : 根据给定的css类名匹配元素 结果: 这是第一个p标签 这是第二个p标 ...
分类:
Web程序 时间:
2016-10-29 02:12:09
阅读次数:
259
一、对于二次排序案例部分理解 二、二次排序示例代码 三、MapReduce join简单理解 四、MapReduce join代码示例 ...
分类:
编程语言 时间:
2016-10-28 19:42:39
阅读次数:
223
grep (GNU grep) 2.26 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. ...
分类:
其他好文 时间:
2016-10-28 07:41:00
阅读次数:
149