file

/usr/bin/env: ‘python’: No such file or directory

01、问题 02、解决方法 a、 root@DESKTOP-A31BQ38:/home/software/gatk-4.4.0.0# which python3 ## 确定已经安装python; 或者执行 which python, 输出python可调用路径 /usr/bin/python3 b、 ......
directory python file such usr

tar (child): bzip2: Cannot exec: No such file or directory

01、问题 02、ubuntu系统 root@DESKTOP-A31BQ38:/home/software# lsb_release -a 03、解决方法 root@DESKTOP-A31BQ38:/home/software# apt install bzip2 参考:https://blog.c ......
directory Cannot child bzip2 bzip

Linux shell script read file line by line All In One

Linux shell script read file line by line All In One Linux shell 脚本逐行读取文件 I just want to replace thegrep command, and filter out the real IP address 1 ......
line script Linux shell read

The principle of uploading files with command line tools All In One

The principle of uploading files with command line tools All In One 命令行工具文件上传的原理 / The principle of command line tool file upload demos pip git CDN OS ......
principle uploading command files tools

前端vue使用exceljs、file-saver导出表格文件添加水印

创建createWsSheet.js 安装及引入 exceljs、file-saver /** * * 导出 excel(带水印) 公共方法 * @param header v 为头,k 为对应 data 数据的 name * 例: const header = [ { k: 'region', v ......
水印 前端 file-saver 表格 exceljs

Using base64 encoding and decoding for file transfer in AX 2012

Base64 BinData If you want to transfer small file data using AX and do not want to make use of shared folders or file uploading, sending your file dir ......
encoding decoding transfer Using 2012

Python relative import local package module file All In One

Python relative import local package module file All In One $ tree └── project ├── package1 │ ├── module1.py │ └── module2.py └── package2 ├── __init_ ......
relative package Python import module

IntelliJ Idea设置text file encoding UTF-8;换行符为 Unix 格式

设置text file encoding UTF-8 Transparent native-to-ascii conversion 这个功能会将我们输入的所有字符转换成Unicode序列码保存,避免properties的乱码问题。 Create UTF-8 files选择with NO BOM UT ......
换行符 IntelliJ encoding 格式 Idea

macos Python.运行时,遇到这个问题:ImportError: ('Unable to load OpenGL library', "dlopen(OpenGL, 0x000A): tried: 'OpenGL' (no such file)

问题 安装 https://gitee.com/mirrors/animated-drawings 这个部署时,安装环境出现如下问题: pycharm 下 打开这个文件:python3.9/site-packages/OpenGL/platform/ctypesloader.py 在79行下修改如下 ......
OpenGL 39 ImportError library Python

在linux中如何读取使用tcpdump命令抓取保存的tcpdump capture file类型的数据文件

笔者在之前的文章中,说明了如何在linux使用tcpdump命令进行抓包,以及将抓包结果保存到文件 具体操作,可以参考:https://www.cnblogs.com/5201351/p/17357444.html 如果是使用tcpdump 命令,-w xxxxxx.dump 这种方式保存的文件,我 ......
tcpdump 命令 capture 类型 文件

error: Your local changes to the following files would be overwritten by merge 解决方案

拉取代码出现 error: Your local changes to the following files would be overwritten by merge 解决方案 你团队其他成员修改了某文件并已提交入库。 你在pull之前修改了本地该文件,等你修改完代码再pull时,这时会报错如下 ......

kseq_fastq_base.c:1:10: fatal error: zlib.h: No such file or directory

01、ubuntu系统: (py38) root@DESKTOP-IDT9S0E:/home/software/readfq# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubunt ......
kseq_fastq_base directory fastq error fatal

Eclipse用【 Runnable JAR file】方式打jar包,并用该jar包进行二次开发

转发:https://www.cnblogs.com/zhangchao0515/p/9520827.html 2. eclipse用Export的Runnable JAR file方式打jar包(带jar包的) 右键该项目选择Export,弹出的对话框,选择Java中的Runnable JAR F ......
jar Runnable Eclipse 方式 file

解决Some index files failed to download.They have been ignored, or old ones used instead报错

使用ping www.baidu.com测试一下网络,如果出现:ping: www.baidu.com: Temporary failure in name resolution就是网络问题了 以下是解决办法,修改两处后重启即可,下面详细说明 第一处修改的地方: sudo vim /etc/syst ......
download ignored instead failed index

【c&c++】[Error] iostream.h: No such file or directory的解决办法

直接上错误代码实例 #include <iostream.h> int main() { print('hello, world\n') return 0; } 编译通不过,直接出错 这是C语言转C++的两条经典错误 C++中是没有iostream.h这个东西的(或者一般不会这么使用),正确用法是: ......
directory iostream 办法 Error file

pip 安装库是报错ERROR: Cannot unpack file C:\Users\LX\AppData\Local\Temp\pip-unpack-apk_4xkw\simple

使用 pip 安装python 库的时候出现报错: ERROR: Cannot unpack file C:\Users\LX\AppData\Local\Temp\pip-unpack-apk_4xkw\simple (downloaded from C:\Users\LX\AppData\Loc ......
unpack pip-unpack-apk pip AppData Cannot

oracle 等待事件'Log file sync'

Troubleshooting: 'Log file sync' Waits (Doc ID 1376916.1) ......
事件 oracle 39 file sync

make_ext4fs error: make_file: failed to allocate inode

make_ext4fs error: make_file: failed to allocate inode error: do_inode_allocate_extents: Failed to allocate 1146 blocks make menuconfig Target Images ......
make make_file make_ext allocate failed

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

装了.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 方案

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

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