加载中
nacos cluster installation

nacos cluster action create mysql database CREATE SCHEMA nacos_cluster0 DEFAULT CHARACTER SET utf8mb4 ; CREATE SCHEMA nacos_cluster1 DEFAULT CHARACTER SET utf8mb4 ; CREATE SCHEM...

2020/06/29 11:00
104
[WARNING] Did not find maven server configuration for docker server docker.io

Problems 我们在使用dockerfile maven插件推送项目生成的docker image到docker hub上的时候,会有如下第126行的提示。 lwk@qwfys:~/Public/project/com/qwfys/dragon/dragon-service/user-se...

2020/04/21 09:42
1.6K
docker for theia

Eclipse Theia is an extensible platform to develop multi-language Cloud & Desktop IDEs with state-of-the-art web technologies. docker run --detach \ --restart always \ --name th...

2020/04/10 14:39
908
Installing OpenJDK Manually

https://jdk.java.net/archive/ lwk@qwfys:~$ wget https://download.java.net/java/GA/jdk11/28/GPL/openjdk-11+28_linux-x64_bin.tar.gz -O /tmp/openjdk-11+28_linux-x64_bin.tar.gz lwk@...

2020/03/13 13:33
52
openssl 生成密码

lwk@qwfys:~$ openssl rand -base64 14 P2VBLeecN+Jcz+Jqkj4= lwk@qwfys:~$

2019/08/26 13:15
289
网站运营类指标

1 网站流量类指标 1.1 到达率 1.2 UV   UV即Unique Visitor,又称独立访客。UV是衡量用户“人数”的重要指标,反映了来到网站的用户“数量”。UV定义只跟时间有关。 1.3 Vist   Vist又称...

2019/06/26 02:47
238
SDKMAN! the Software Development Kit Manager

SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. It provides a convenient Command Line Interface (CLI) and API ...

2018/12/06 01:14
167
Install the AWS CLI Using the Bundled Installer (Linux, macOS, or Unix)

On Linux, macOS, or Unix, you can also use the bundled installer to install the AWS CLI. The bundled installer includes all dependencies and can be used offline. Important The b...

2018/12/05 23:39
117
Install Jetbrains Idea 2018.2 to Linux mint 19.0

Install Jetbrains Idea 2018.2 to Linux mint 19.0 启动画面 配置 配置启动项 取消代码折叠 设置字体 设置Console字体 设置文件编码 去掉 No data sources configure 警告 去掉 SQL dialec...

2018/08/08 13:16
222
idea tomcat 远程调试

tomcat 配置 编辑文件${tomcat_home}/bin/catalina.sh,在文件开头添加如下代码。    CATALINA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7829" Idea端配置...

2018/07/21 01:17
64
Git GUI Client

Git GUI Client   这里我们为大家收藏了众多Git的GUI客户端,下载请点击这里

Git
2018/07/21 00:38
125
代码生成利器:IDEA 强大的 Live Templates

代码生成利器:IDEA 强大的 Live Templates

2018/07/19 00:26
97

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部