GO的linux源码包 https://studygolang.com/dl 1.下载 wget https://studygolang.com/dl/golang/go1.14.2.linux-amd64.tar.gz 2.解压到/usr/local/ tar -C /usr/local/ -zx ...
分类:
其他好文 时间:
2020-06-15 12:26:35
阅读次数:
62
一、基本需求: 1. 画出架构图; 2. 把配置文件发出来 (nginx.conf和server.xml); 3. 要求实现session共享。 二、Tomcat的Session共享方法: 1. Tomcat自带的Cluster方式 2. 利用Memcached实现 2.1 Tomcat自带的Clu ...
分类:
其他好文 时间:
2020-06-14 23:38:26
阅读次数:
68
1、修改/root/.bash_profilevim.bash_profile在文件末尾加上HISTTIMEFORMAT="%F%T"2、重新读取文件source.bash_profile3、验证
分类:
其他好文 时间:
2020-06-14 10:46:14
阅读次数:
70
Maven 下载 Maven 下载地址:http://maven.apache.org/download.cgi 解压: # tar -xvf apache-maven-3.6.3-bin.tar.gz -C /usr/local 编辑 /etc/profile 文件 sudo vim /etc/p ...
分类:
系统相关 时间:
2020-06-13 11:11:58
阅读次数:
73
Zookeeper+Kafka集群安装配置 (Linux系统下安装步骤) 依赖环境搭建 安装 Java1.8 (三台机器统一) 1. 把Java的源文件包java_1.8.0_171放入 /opt目录中,编辑>vi /etc/profile 追加以下内容到文件中,保存:wq后退出 JAVA_HOME ...
分类:
系统相关 时间:
2020-06-12 20:20:02
阅读次数:
89
2010年: 李泉林:https://www.researchgate.net/profile/Quan-Lin_Li/publication/265566189_Constructive_computation_in_stochastic_models_with_applications_The_ ...
分类:
其他好文 时间:
2020-06-12 20:03:20
阅读次数:
41
1. 将node npm 删除干净后, 下载 nvm curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash 配置环境变量 : 1| vi ~/.bash_profile 2| export NV ...
分类:
其他好文 时间:
2020-06-11 20:00:54
阅读次数:
63
安装cfssl 7-200 ~]# curl -s -L -o /usr/bin/cfssl https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 7-200 ~]# curl -s -L -o /usr/bin/cfssljson https://pkg.cfs ...
分类:
其他好文 时间:
2020-06-11 13:48:55
阅读次数:
90
Centos里开机自启动Node 服务程序 第一种: vim /data/www/community-5050/start.sh #!/bin/bash . /etc/profile su -c "cd /data/www/community-5050;nohup cnpm run start >> ...
分类:
其他好文 时间:
2020-06-10 17:33:32
阅读次数:
110