摘要:
Ansible通过CLI命令行获取所有自定义变量,包括inventory清单和group_vars 1 ansible -i inventory.ini localhost -m debug \ 2 -a 'msg="{% set filtered_var = {} %} {% for key in
阅读全文
posted @ 2025-07-25 01:16
圣上有喜
阅读(7)
推荐(0)
2024年10月31日
摘要:
安装eclipse 2024-06后,打开plug-in工程报错:Invalid classpath container: 'JUnit 4' in project 解决方案一: 在网上搜索一番,找到一篇大佬的解决方案https://aigcdaily.cn/news/b24u9zo1809ojin
阅读全文
posted @ 2024-10-31 10:17
圣上有喜
阅读(119)
推荐(1)
2023年4月18日
摘要:
空行现象: 空行只解析出一个cell,并且type是STRING。与实际列数不符 解决方法: 强制要求从第0列开始判断cell是否为null且type不为BLANK,否则即认为改行为空行并跳过处理 1 /** 2 * 校验是否为空行 3 * 4 * @param row 行 5 * @return
阅读全文
posted @ 2023-04-18 15:35
圣上有喜
阅读(458)
推荐(0)
2023年1月28日
摘要:
光猫型号 硬件版本 软件版本 天邑TEWA-800E V3.0 Tianyi_V3.1.3 一、打开中国联通智能网关登录界面 Google Chrome打开http://192.168.1.1/ 二、获取sessionKey 键盘按下F12,打开开发者工具,在Network标签页中选中loginUs
阅读全文
posted @ 2023-01-28 21:57
圣上有喜
阅读(11462)
推荐(0)
2023年1月12日
摘要:
一、准备 软件 版本 下载地址 PLSQL Developer 12.0.7 https://www.allroundautomations.com/files/plsqldev1207x64.msi PLSQL Developer汉化包 12.0 https://www.allroundautom
阅读全文
posted @ 2023-01-12 11:57
圣上有喜
阅读(1604)
推荐(0)
2023年1月11日
摘要:
以下修改都是基于工程pom.xml的修改,即工程结构为父子模块嵌套,无论执行扫描的是父工程下的所有子模块还是其中某一个子模块,sonar的相关配置都是位于父工程的pom.xml中。 1.添加maven插件 <plugin> <groupId>org.sonarsource.scanner.maven
阅读全文
posted @ 2023-01-11 17:51
圣上有喜
阅读(1657)
推荐(0)
摘要:
! Configuration File for keepalived global_defs { notification_email { root@localhost } notification_email_from root@localhost smtp_server 127.0.0.1 s
阅读全文
posted @ 2023-01-11 17:47
圣上有喜
阅读(113)
推荐(0)
摘要:
# For more information on configuration, see # * Official English Documentation: http://nginx.org/en/docs/ # * Official Russian Documentation: http://
阅读全文
posted @ 2023-01-11 17:13
圣上有喜
阅读(45)
推荐(0)
2023年1月9日
摘要:
一亿像素中国地图.jpg https://www.aliyundrive.com/s/iJV4uhHhRd9 点击链接保存,或者复制本段内容,打开「阿里云盘」APP ,无需下载极速在线查看,视频原画倍速播放。
阅读全文
posted @ 2023-01-09 15:21
圣上有喜
阅读(789)
推荐(0)
2023年1月5日
摘要:
操作系统升级Windows 11后,以前使用的透明任务栏软件StartIsBack也升级为StartAllBack了,由于同时使用了动态主题,有时自动下载的桌面背景的颜色和任务栏图标颜色冲突,导致看不见时间和其他图标。 通过修改注册表来解决: win+r,输入regedit打开注册表,定位到HKEY
阅读全文
posted @ 2023-01-05 10:34
圣上有喜
阅读(9506)
推荐(2)