Just add line below to Gitlab webhooks
|
|
Just add line below to Gitlab webhooks
|
|
|
|
Docker 的文档 中说到容器会使用 172.17/16 这个段的 IP 连接外部网络。
从文件 /etc/network/interfaces 中的 up route add -net 172.16.0.0 netmask 255.240.0.0 gw 10.172.223.247 dev eth0 可知,这个段的 IP 已经默认被阿里云的内网网卡 eth0 占用了。
|
|
因而需要先注释掉占用 172.16/16 这个段 IP 的配置,再安装 Docker。
|
|
关于 Java 的嵌套类和内部类,网上的说法多种多样。嵌套类、嵌入类、内嵌类、内部类、局部内部类、成员内部类、匿名内部类、静态内部类、静态嵌套类……仔细阅读 Oracle 的文档 后,终于对其有了一个清晰的概念。
To learn the class initialization process of java, I get this article from google. However, when I write the code to a local file and compile it with javac, I get some encoding problem with the output. The same problem happens when I run javap as well.
I can find the solution here and here. This is what I adopt:
|
|
This tutorial explains how to install the Apache Tomcat 6.0.x on Mac OS X 10.5 or 10.6. This document is not tested to work with other versions of Tomcat or Java. For complete details, please consult the specific documentation for those software installations.
用 Brackets 和 Markdown 写完简历后,想到需要将 markdown 文件转为其他格式才能作为简历分发出去。这其他格式,就支持程度来说,自然是 PDF 了。于是乎,google 之,大概有两种思路:
7zManager 没有批量解压的功能,只好通过批处理脚本来完成
|
|
所需的命令行工具可以在 这里 下载到
|
|