上一页 1 2 3 4 5 6 ··· 37 下一页
摘要: 查看当前jvm内存情况 jmap -heap <pid> 阅读全文
posted @ 2023-09-19 09:52 浅笑19 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 他们提出了一种简单的方法来只获取下一个命令的代码: curl -s -o /dev/null -I -w "%{http_code}" http://www.example.org/ 阅读全文
posted @ 2023-09-19 09:49 浅笑19 阅读(54) 评论(0) 推荐(0) 编辑
摘要: docker-compose.yml version: '3' services: activemq-master: container_name: activemq-master #使用的镜像 image: webcenter/activemq restart: always #容器的映射端口 p 阅读全文
posted @ 2023-08-31 15:31 浅笑19 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 项目使用的springboot 版本是 2.7.15 全部 pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www. 阅读全文
posted @ 2023-08-30 11:42 浅笑19 阅读(44) 评论(0) 推荐(0) 编辑
摘要: git push --mirror https://gitee.com/cc-cc-1/test.git 阅读全文
posted @ 2023-06-14 19:44 浅笑19 阅读(137) 评论(0) 推荐(0) 编辑
摘要: HttpsURLConnection.setDefaultHostnameVerifier ( (urlHostName, session) -> true ); 阅读全文
posted @ 2023-06-06 13:44 浅笑19 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 验证副本集的写关注 { w: <value>, j: <boolean>, wtimeout: <number> } (1)w选项:确认写入操作的请求已传播到指定数量的mongod实例或具有指定标记的mongod实例。 ①w: majority——写操作传播到数据承载节点的calculated ma 阅读全文
posted @ 2023-04-14 13:53 浅笑19 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 清理工作空间中的目录 node { dir('aaa') { deleteDir() } } 清理工作空间 node { cleanWs() } 清理文件 node { cleanWs patterns: [[pattern: '*.bak', type: 'INCLUDE'], [pattern: 阅读全文
posted @ 2023-04-06 10:37 浅笑19 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 1、创建策略 PUT _plugins/_ism/policies/rollover_policy { "policy": { "description": "Example rollover policy.", "default_state": "rollover", "states": [ { 阅读全文
posted @ 2023-03-31 19:14 浅笑19 阅读(111) 评论(0) 推荐(0) 编辑
摘要: stage('Sign Code') { steps { script { try { pwd() sh "<YOUR SCRIPT HERE>" } catch (err) { unstable(message: "${STAGE_NAME} is unstable") } } } } 阅读全文
posted @ 2023-03-23 19:03 浅笑19 阅读(54) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 37 下一页