conda conda-libmamba-solver file libarchive

cmake configure_file函数补充说明。

从[configure_file](https://cmake.org/cmake/help/latest/command/configure_file.html#command:configure_file)中出现了`#cmakedefine`和`#define`用法,看完没有明白实际的区别。 > ......
configure_file 函数 configure cmake file

Too many open files (CLOSE_WAIT过多)的解决方案:修改打开文件数的上限值、调整TCP/IP的参数 (***有点靠谱)

靠谱一点的参考: https://blog.51cto.com/iosre/5686484 解决思路:修改打开文件数的上限值、调整TCP/IP的参数、代码层面及时主动关闭 ​​另外还需要检查程序操作io的流是否在操作完之后关闭,这才是从最更本上的解决。​​ I 问题分析1.1 分析方法​​lsof​ ......
限值 件数 CLOSE_WAIT 过多 解决方案

jupyter notebook和jupyter lab添加conda虚拟环境

## 给虚拟环境添加 ipykernel case 1: 创建环境时直接添加 ipykernel ``` conda create -n 虚拟环境名称 python=版本号 ipykernel ``` case 2: 给已创建好的虚拟环境添加 ipykernel ``` conda install ......
jupyter notebook 环境 conda lab

使用 Docker 部署的 MySQL 启动失败 su: warning: cannot change directory to /nonexistent: No such file or directory

# 使用 Docker 部署的 MySQL 启动失败 报错:su: warning: cannot change directory to /nonexistent: No such file or directory 这种错误一般是 mysql 服务器异常关机导致的[2],解决方案如下: ```s ......
directory nonexistent warning Docker cannot

windows10创建conda环境失败:CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/conda-forge/linux-64/

问题描述 创建新环境时,报错,创建不成功 Collecting package metadata (current_repodata.json): doneSolving environment: done CondaHTTPError: HTTP 000 CONNECTION FAILED for ......

centos7中 configure: error: liblzma development files not found

001、configure: error: liblzma development files not found 002、解决方法 [root@pc1 test01]# yum -y install xz-devel 。 ......
development configure centos7 liblzma centos

centos7中 configure: error: libbzip2 development files not found

001、configure: error: libbzip2 development files not found 002、解决方法 [root@pc1 test01]# yum -y install bzip2-devel 。 ......

centos7中 configure: error: zlib development files not found

001、configure: error: zlib development files not found 002、解决方法: [root@pc1 test01]# yum -y install zlib-devel 。 ......
development configure centos7 centos error

一打开终端就默认进入conda的base环境,取消方法

conda版本:4.10.3 安装conda之后,在使用VSCode的时候,每次在里面使用powershell终端都是默认进入base环境,稍不注意就会用错python解释器,所以考虑取消这一设置。经过查看官方文档和自己尝试,有两种方法。 法一:在终端修改配置conda官方文档中有conda con ......
终端 环境 方法 conda base

docker build过程中遇到错误qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory

```text Removing intermediate container 70af516d5d6b > a69229847153 Step 5/6 : RUN GO111MODULE="on" go get github.com/jsonnet-bundler/jsonnet-bundler/ ......
ld-linux-x directory 64 错误 过程

配置conda虚拟环境,在jupyter内核中使用

1.创建虚拟环境并激活进入 conda create -n '名称' source activate '名称' environment.yml name: ‘名称’ channels: - defaults dependencies: - python=3.6 - numpy - pandas - ......
内核 jupyter 环境 conda

20230517 java.nio.file.Path

## 介绍 - `java.nio.file.Path` - `public interface Path extends Comparable, Iterable, Watchable` - 不推荐使用 `Paths` 工具类,相关方法在 Path 接口中都有静态方法 - 代表系统相关的文件路径, ......
20230517 java file Path nio

conda创建python环境相关命令

# vscode ## 1.常用命令 ```python 1.查看环境 conda info --envs/conda env list/conda info -e ''' # conda environments: # base /home/zxb/miniconda3 opsmanage * / ......
命令 环境 python conda

fatal error: jpeglib.h: No such file or directory

参考: https://blog.csdn.net/yang_xuexi/article/details/123303777 https://blog.csdn.net/u010835747/article/details/108660611 解决: sudo apt-get install lib ......
directory jpeglib fatal error file

XXX has been compiled by a more recent version of the Java Runtime (class file version 61.0)

## maven版本未指定导致编译失败问题 Execution default of goal org.springframework.boot:spring-boot-maven-plugin:3.1.3:repackage faile d: Unable to load the mojo 're ......
version compiled Runtime recent class

Pycharm怎么设置conda虚拟解释器

### 添加虚拟解释器 pycharm左上角File-Settings ![image](https://img2023.cnblogs.com/blog/1144139/202308/1144139-20230828162523823-1037231678.png) 增加解释器 ![image]( ......
解释器 Pycharm conda

linux下vi或vim操作Found a swap file by the name的原因及解决方法--九五小庞

在linux下用vi或vim打开Test.java文件时 [root@localhost tmp]# vi Test.java出现了如下信息: E325: ATTENTION Found a swap file by the name ".Test.java.swp" owned by: root ......
原因 方法 linux Found file

运行命令出现错误 /bin/bash^M: bad interpreter: No such file or directory

在系统上运行一个 Linux 的命令的时候出现下面的错误信息: -bash: ./build.sh: /bin/bash^M: bad interpreter: No such file or directory 这个是在 Windows 作为 WSL 的时候出的错误。 原因和解决 出现问题的原因在 ......
interpreter directory 命令 错误 bash

opencv_contrib编译:fatal error: opencv2/xfeatures2d/cuda.hpp: No such file or directory

在Ubuntu上编译opencv3.4.2源码时,遇到下面的错误,错误1:/home/src/software/opencv-3.4.2/modules/stitching/include/opencv2/stitching/detail/matchers.hpp:52:42: fatal erro ......

How to get the Axios's response file type All In One

# How to get the Axios's response file type All In One > 获取 Axios 请求响应头中的文件类型 ## Axios `API` https://www.npmjs.com/package/axios ## demos ```js import ......
response Axios file type How

Java maven 工程报错:cannot be read or is not a valid ZIP file

原因:这个报错,其实jar包是个异常的jar。我是通过maven下载的后缀.lastupdate,然后我就直接把.lastupdate改成了.jar。 但是其实这个并不是实际意义上的jar包。 解决办法:找到匹配的jar包替换掉这个无效的jar包就可以了 ......
cannot 工程 maven valid Java

jmeter 报告写入文件,选择文件报错see log file

报告选择 新建的jtl文件后报错,如图 在jmeter \bin文件里找到jmeter.log日志,查看报错原因。也可以运行下报告。打开之前新建的jtl文件看下数据。 最后问题定位是 编码有问题,返回的都是无法解析的字符串。 在新建的jtl文件头中添加以下内容,重新在选择下文件。问题已解决。注意 只 ......
文件 报告 jmeter file see

使用gr.inputs.File(type="fille")输入一个zip包,这个zip包是个图片文件夹,解压并提取其中的图片

要在 Gradio 中使用 gr.inputs.File(type="file") 输入一个包含图片的 Zip 文件,并在函数中解压并提取其中的图片,您可以按照以下步骤进行操作: 在您的函数中使用 Python 的 zipfile 模块来解压上传的 Zip 文件。 从解压后的文件夹中获取图像文件,并 ......
图片 quot 文件夹 zip 文件

使用 conda 管理电脑多个 python 版本

## 背景 之前一直使用 python 自带的虚拟环境管理工具(`virtualen` 包),虽然很舒服,可以有不同的软件包环境,但是所有环境都只能基于一个 python 版本。由于历史原因,系统(Ubuntu)升级时给我新增了一个 python3.11,我索性就只保留了这一个版本。 这两天要使用 ......
多个 版本 python 电脑 conda

【GiraKoo】Android Studio编译时,提示java.nio.file.AccessDeniedException

# 【问题解决】Android Studio编译时,提示java.nio.file.AccessDeniedException 在使用Android Studio进行编译时,提示编译错误java.nio.file.AccessDeniedException。原因时当前使用Debug模式,停在断点上。 ......

[Druid-ConnectionPool-Create-1642445703jdbc:hsqldb:file:///opt/tomcat-linux-x64/webapps/webroot/WEB-INF/embed/finedb/db;hsqldb.tx=mvcc]

启动tomcat遇到上述问题,是由于启动多次tomcat,之前启动的进程还存在 解决方法: 首先找出Tomcat的进程:ps -ef |grep tomcat 然后杀死掉对应的tomcat进程:kill -9 26135 最后重启tomcat 进入bin目录输入命令.startup.sh ......

20230626 java.nio.file.Path

## 介绍 - java.nio.file.Path - public interface Path extends Comparable, Iterable, Watchable - 表示的是一个目录名序列,其后还可以跟着一个文件名 ## API ### static - of - `Path o ......
20230626 java file Path nio

20230626 java.nio.file.Files

## 介绍 - java.nio.file.Files - public final class Files - 操作文件、目录、路径的工具类 ## API ### static - newInputStream - newOutputStream - newBufferedReader - new ......
20230626 Files java file nio

2023-08-22 SAS数据集与Excel文件之间的批量转换 Batch File Exchange between SAS and Excel

参考资料:[Batch File Exchange between SAS and Excel - the Magic of Call Execute](https://support.sas.com/resources/papers/proceedings19/3114-2019.pdf) 我们经 ......
Excel SAS Exchange 之间 between

快速新建一个conda环境

场景:遇到一个新的服务器, 需要快速搭建一个conda环境,以及基本的python包,以正常运行代码 搭建miniconda, 参考Miniconda软件安装教程(Linux), 下载conda以及换源等操作 下载python包, 尝试用不同源下载, 哪个快用哪个, 若是遇到需要下载torch-cu ......
环境 conda