上一页 1 2 3 4 5 6 ··· 19 下一页
摘要: package com.xrh.demo; import java.util.ArrayList; import java.util.List; import org.springframework.context.annotation.Bean; import org.springframewor 阅读全文
posted @ 2021-09-24 09:37 李小加 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 1、在centos7安装docker 1.1 安装依赖包 $ sudo yum install -y yum-utils \ device-mapper-persistent-data \ lvm2 1.2 更换yum源为阿里云 sudo yum-config-manager --add-repo 阅读全文
posted @ 2021-09-18 17:34 李小加 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1、pom.xml引入依赖 <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>3.17.3</version> </dependency> <depe 阅读全文
posted @ 2021-09-13 17:24 李小加 阅读(2885) 评论(0) 推荐(0) 编辑
摘要: delete from tableName where keyName not in ( select keyName from ( select keyName from (select keyName,CONCAT(字段1,字段2,modifyTime) as uam from tableNam 阅读全文
posted @ 2021-08-26 11:08 李小加 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 一、Git linux服务端安装 1、登录linux服务器后,执行以下命令安装git(注:没有yum命令得先安装yum): yum install -y git 2、执行以下命令初始化项目git仓库(在/home/gitdata/git/路径下初始化一个空的仓库gittest) git init - 阅读全文
posted @ 2021-08-24 15:53 李小加 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 1、下载 jks2pfx 解压至C:\jks2pfx 目录; 2、DOS窗口执行以下命令: C:\jks2pfx>keytool -genkey -v -alias fjjxu -keyalg RSA -keystore C:\jks2pfx\fjjxu.keystore -validity 365 阅读全文
posted @ 2021-08-20 09:59 李小加 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1、 iframe页面嵌入Jupyter Notebook跨域处理 采用nginx解决跨域访问问题,nginx.conf配置如下(http://192.168.1.230:9999 为Jupyter Notebook访问地址): upstream localhost { server localho 阅读全文
posted @ 2021-07-20 10:16 李小加 阅读(2042) 评论(1) 推荐(0) 编辑
摘要: 1、访问官方网站 https://docs.tp4a.com/install/ 按照手册下载teleport-server-linux-x64-3.2.2.tar.gz 至Linux服务器上解压安装; 2、下载客户端助手软件 teleport-assist-windows-3.2.2.exe 在本地 阅读全文
posted @ 2021-07-16 09:16 李小加 阅读(1226) 评论(0) 推荐(0) 编辑
摘要: 1、K6 官方地址 https://k6.io/ 2、windows 下载安装包 k6-latest-amd64.msi 安装 DOS 下执行:k6 run D:\testjs\localhost.js >d:\testjs\localhost.txt import check from "k6"; 阅读全文
posted @ 2021-07-12 09:21 李小加 阅读(1056) 评论(0) 推荐(0) 编辑
摘要: 1、pentaho 下载 pdi-ce-9.1.0.0-324.zip 并解压至 D:\data-integration https://sourceforge.net/projects/pentaho/files/ 2、运行 D:\data-integration\Spoon.bat 打开配置界面 阅读全文
posted @ 2021-05-28 10:40 李小加 阅读(3680) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 19 下一页