2025-01-22 Log4j2使用和配置 javaloglog4j2 编程语言 Java Maven依赖1234567891011121314151617181920212223242526<!-- log配置:Log4j2 + Slf4j --><dependency> <groupId&g
2025-01-22 Jupyter安装和配置 jupyterpython 编程语言 Python 安装1pip install jupyter jupyter_contrib_nbextensions jupyter_nbextensions_configurator 配置常用命令123456789# 生成配置文件jupyter no
2025-01-22 logging配置 jupyterpython 编程语言 Python 常用代码片段临时打印123456789101112131415import logging# 控制台输出logging.basicConfig( level=logging.INFO, format='[%(ascti
2025-01-22 pip常用命令 pippython 编程语言 Python 常用命令查看1234567891011# 查询当前环境安装的所有软件包pip list # 在pypi上搜索软件包pip search pkg_name# 查询当前环境中可升级的包pip list --outdated# 查看包的详细内容