conda conda-libmamba-solver file libarchive

ubuntu创建conda虚拟环境时报错如下:

ubuntu创建conda虚拟环境时报错如下: Fetching package metadata ... CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghu a.edu.cn/anacon ......
时报 环境 ubuntu conda

Linux 删除 No such file or directory

-rw-rw-r-- 1 apps apps 35859 Apr 23 17:10 weblogicdate +%Y%m%d%H%M.log [apps@anvx-8-90 logs]$ rm weblogicdate +%Y%m%d%H%M.log rm: cannot remove ‘weblo ......
directory Linux such file No

运维 —— IMP-00030: failed to create file import_sys for write

IMP-00030: failed to create file import_sys for writeIMP-00000: Import terminated unsuccessfully原因:操作系统用户oracle对dmp文件没有权限drwxr-xr-x 2 root root 42 Feb ......
import_sys failed create import 00030

windows安装opensssh报错: no such file /home/.../.ssh 解决方案

报错详细信息 add know hosts... no such file or directory: /home/\u82\u22/.ssh 原因分析 这是因为openssh不是直接读取的HOME环境变量,而是使用/home/{USERNAME}的形式去找用户根目录。 但msys2没有创建该目录, ......
opensssh 解决方案 windows 方案 file

cpp: read and write utf-8 text file

/*****************************************************************//** * \file geovindu.h * \brief 业务操作方法 * * \author geovindu,Geovin Du * \date 2023- ......
write read file text cpp

Python基础—conda使用笔记

Python基础—conda使用笔记 1. 环境配置 由于用conda管理虚拟环境真滴很方便,所以主要使用conda,就不单独去装Python了。 1.1. Miniconda3安装 Miniconda3官网下载地址:Miniconda Miniconda3清华镜像下载:清华镜像-Miniconda ......
基础 笔记 Python conda

装了.Net 7.0后,工程框架用 net6 的 dotnet watch 出错临时解决方案 Could not load file or assembly 'System.Runtime,7.0.0.0

升级vs或者装了.Net 7.0后, 工程框架用 net6 的 dotnet watch 出错 ‘Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly ‘System.Runtime ......
框架 assembly 解决方案 Runtime 方案

anaconda / conda 环境复制和迁移

环境复制 方法 1:使用 conda create 命令的 --clone 参数可以直接复制一个环境 conda create --name <new_env> --clone <myenv> 方法 2:由于 conda 的环境其实是以一个文件夹的形式存在于 anaconda 的安装路径下,所以也可 ......
anaconda 环境 conda

Writing a file system from scratch in Rust

Writing a file system from scratch in Rust2020-07-27 https://blog.carlosgaldino.com/writing-a-file-system-from-scratch-in-rust.html Data produced by p ......
Writing scratch system Rust file

VSCode连接Jupyter+切换conda内核

VSCode连接本机Jupyter服务器 生成配置文件 jupyter notebook --generate-config 设置密码 from notebook.auth import passwd passwd() 修改配置文件 c.NotebookApp.allow_remote_access ......
内核 Jupyter VSCode conda

Git提交时提示The file will have its original line endings in your working directory的解决方法

同事新建了一个仓库,git add的时候总是会提示 warning: LF will be replaced by CRLF in public/tinymce/README.md.The file will have its original line endings in your workin ......
directory original endings working 方法

File练习

练习1: 代码实现: package File类;import java.io.File;import java.io.IOException;public class 练习1 { public static void main(String[] args) throws IOException { ......
File

gcc: fatal error: cannot execute ‘cc1plus’: execvp: No such file or directory

01、安装 HTSeq软件出现如下报错,编译失败 02、原因是没有c++编译器,解决方法: apt install g++ ## 安装c++编译器 03、再次安装HTseq,报错消失。 ......
directory cc1plus execute cannot execvp

include-file

0X01 前言 这篇文章介绍文件包含漏洞。 0X02 最常见的两个函数的形象解释: 我们知道文件包含最常见的是两个函数 include() require()(这里就不谈他们的亲戚 include_once() 和 require_once() 了) 在php 这个工厂里,include() 是一个 ......
include-file include file

File的概述和构造方法

......
方法 File

使用conda 安装 hisat2 软件

001、系统 root@DESKTOP-IDT9S0E:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.5 LTS Release: 20.04 Code ......
hisat2 conda hisat 软件

打开软件提示api-ms-win-core-file-l2-1-0.dll文件错误解决方式

其实很多用户玩单机游戏或者安装软件的时候就出现过这种问题,如果是新手第一时间会认为是软件或游戏出错了,其实并不是这样,其主要原因就是你电脑系统的该dll文件丢失了或者损坏了,这时你只需下载这个api-ms-win-core-file-l2-1-0.dll文件进行安装(前提是找到适合的版本),当我们执... ......

api-ms-win-core-file-l1-2-0.dll文件问题解决

其实很多用户玩单机游戏或者安装软件的时候就出现过这种问题,如果是新手第一时间会认为是软件或游戏出错了,其实并不是这样,其主要原因就是你电脑系统的该dll文件丢失了或者损坏了,这时你只需下载这个api-ms-win-core-file-l1-2-0.dll文件进行安装(前提是找到适合的版本),当我们执... ......

19c环境,运行DBCA创建CDB时,报错ORA-01519: error while processing file:?/rdbms/admin/dcore.bsq......

1、 同事新搭建的一套19C RAC,补丁为19.10,运行DBCA安装CDB数据库时报错,错误日志如下所示: ORA-01519: error while processing file:?/rdbms/admin/dcore.bsq.....ORA-00604: error occurred a ......
processing 环境 01519 error admin

vue2 xlsx结合file-saver实现JSON导出excel 支持导出多sheet

先安装插件 npm install xlsx -s npm install file-saver -s 在本地封装导出方法,支持// 文件名:Export2MultipleSheetExcel//支持导出多个或者单个sheet import { saveAs } from "file-saver"; ......
file-saver excel saver sheet vue2

linux——file_operations

结构体源码 [[03.file_operations结构体源码]] ![[Pasted image 78.png]] Linux使用file_operations结构访问驱动程序的函数,这个结构的每一个成员的名字都对应着一个调用。 Linux的设备驱动程序工作的基本原理 用户进程利用在对设备文件进行 ......
file_operations operations linux file

npm : 无法加载文件 C:\Program Files\nodejs\npm.ps1,因为在此系统上禁止运行脚本

在新建项目时候遇到一个问题如上图,安装cnpm或者node都会报这个错误找了半天发现解决方法如下(操作如上图)1、打开终端2、在终端执行:get-ExecutionPolicy,显示Restricted(表示状态是禁止的)3、在终端执行:set-ExecutionPolicy RemoteSigne ......
脚本 npm Program 文件 nodejs

How to execute a shell script in the .profiles file All In One

How to execute a shell script in the .profiles file All In One ......
profiles execute script shell file

VC6: LNK 1202 missing debugging info in .pdb file

"fatal error link 1202: Debug\vc60.pdb is missing debugging information for referencing module" 产生原因是:在当前项目中引用了另一个项目的lib库,我将当将项目设置生成PDB type : Con, 但是 ......
debugging missing 1202 info file

Helm模板.Files.Get函数

常规用法 apiVersion: v1 kind: ConfigMap metadata: name: templates binaryData: file1: {{ .Files.Get "files/file1" | b64enc }} file2: {{ .Files.Get "files/f ......
函数 模板 Files Helm Get

java -- File类和递归

File类 java.io.File 类是文件和目录路径名的抽象表示,主要用于文件和目录的创建、查找和删除等操作。File类将文件,文件夹和路径封装成了对象,提供大量的方法来操作这些对象。 静态常量 // 静态常量 static String pathSeparator // 与系统有关的路径分隔符 ......
java File