E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
__filename
Linux基础12-C语言篇之基本结构【入门级】
/*************************************************************************>
FileName
:demo01.c>Author:xxx
kk努力学编程
·
2025-01-28 00:45
linux
c语言
运维
Linux权限命令-修改文件的所属组
语法chgrp命令的基本语法如下:chgrp[-R]groupname
filename
其中,-R为可选参数,表示递归修改指定目录下所有文件的所属组;groupname为要修改成的新的用户组名称;file
李乾星
·
2025-01-27 20:21
Liunx自学笔记
linux
服务器
运维
java实现html转word
publicstaticvoidmain(String[]args){StringhtmlContent="你好这是一个测试文档";String
filename
="测试文档.docx";convertHtmlToWordWithFileChooser
WAZYY0619
·
2025-01-27 03:58
java
html
word
html转word
前端
linux常用命令大全(超详细)
查看文件内容cat
filename
:查看整个文件内容。more
filename
:分页查看文件(按
AI很强
·
2025-01-27 01:42
linux
运维
服务器
嵌入式Linux之文件IO
IO库1.1打开/关闭文件fopen新建fopen_test.c,写入以下内容:#includeintmain(){/*打开文件函数:FILE*fopen(constchar*__restrict__
filename
Gui林
·
2025-01-25 19:46
linux
c++
c语言
Ubuntu 常用解压、压缩命令
.tar文件#仅打包,并非压缩tar-xvf
FileName
.tar#解包tar-cvf
FileName
.tarDirName#将DirName和其下所有文件(夹)打包.gz文件#.gzgunzip
FileName
.gz
PlanOne_A
·
2025-01-25 09:32
Ubuntu
ubuntu
bash
unix
Python 使用 openpyxl 读取表格
Python3.7+openpyxl=3.0.91表格内容(Sheet1和Sheet2)2读取表格数据示例fromopenpyxlimportload_workbookworkbook=load_workbook(
filename
她不喜欢喝咖啡
·
2025-01-25 06:39
#
Python
3
第三方库
openpyxl
python
windows
开发语言
Linux Vim最全面的教程
以下是一个涵盖Vim各个方面的全面教程:1.基础概念-启动和退出:-启动Vim:vim
filename
-普通模式下退出:`:q`(无修改)或:q!
109702008
·
2025-01-25 02:39
编程
#
linux系统
vim
人工智能
Python爬取搜索引擎结果数目
#coding:utf-8importurllibimporturllib2importreimportsysimportsocketimporttimeprint"Startofwork"
filename
Gaia_Pygmalion
·
2025-01-25 00:26
python
adb 命令使用大全
选择设备执行adbconnect"ip地址"adbdisconnect"ip地址"adbshellscreencap-p/sdcard/screenshot.png//截图adbpull/sdcard/
filename
@小张不嚣张
·
2025-01-24 18:45
android小功能
adb
Linux dirname、basename 指令
3021:44:53)转载▼标签:杂谈分类:linux一、dirname指令1、功能:从给定的包含绝对路径的文件名中去除文件名(非目录的部分),然后返回剩下的路径(目录的部分)2、用法:dirname
filename
weixin_30457465
·
2025-01-24 18:09
操作系统
PyPDF2 模块抽取PDF文件部分页面另存新文档
PdfFileWriterdefget_pdf_pages(pdf_file_path,output_fname,start_page,end_page):"""pdf_file_path:字符串,表示pdf文件路径output_fname:outpuf
filename
start_page
stone0823
·
2025-01-24 18:38
Python
PyPDF2
PDF处理
Python库
文件操作
页面提取
python config使用
config.cfg[test]
filename
=C:\\Users\\86188\\Desktop\\study\\configstudy\\fire.png[detect]number=1main.pyimportcv2importconfigparsercfg
Soochow_NJU_Smile
·
2025-01-24 17:06
python
config
Jupyter notebook将指定文件夹中所有word文件导出为PDF文件
importosimportcomtypes.client#遍历指定目录中的Word文件,并导出PDF文件folder_path=r"D:\test"fordirpath,dirs,
filename
sinos.walk
不知何时归家
·
2025-01-24 17:31
word
jupyter
pdf
c++ 与 Matlab 程序的数据比对
+下载https://github.com/BlueBrain/HighFive以及hdf5库在vs中配置库数据保存#includeusingnamespaceHighFive;std::string
filename
1
一路冰雨
·
2025-01-24 03:08
c++
matlab
开发语言
【Postgres_Python】使用python脚本批量导出PG数据库
读取的数据库名需要根据文件名进行拼接importpsycopg2importsubprocessimportosfolder_path='D:/HQ/chongqing_20241112'#获取文件夹下所有文件和文件夹的名称
filename
s
萌小丹Fighting
·
2025-01-23 01:21
Postgres_Python
数据库
vue axios 下载 获取文件名
filename
后端返回
constdownloadRow=(row)=>{importConfigApi.downloadTemplate(row.id,'blob').then((res)=>{console.log(res)//let
fileName
失眠的咕噜
·
2025-01-21 03:58
vue.js
javascript
前端
PHP xml 常用函数整理
————————-DOM函数————————————–1、DOMDocument->load()作用:加载xml文件用法:DOMDocument->load(string
filename
)参数:
filename
請叫我菜鳥
·
2025-01-20 04:14
php
开发语言
音视频开发——FFmpeg 实现MP4转FLV文件 C语言实现
库打开输入文件找到输入文件的流信息打开输出文件并设置输出格式创建输出文件的流初始化解码器和编码器读取输入文件的帧并写入输出文件释放资源关键代码1初始化FFmpeg库:av_register_all();打开输入文件:if((ret=avformat_open_input(&input_format_ctx,input_
filename
Trump. yang
·
2025-01-20 03:28
音视频开发
音视频
ffmpeg
c语言
git 常用命令
1.常用命令gitaddREADME跟踪README文件gitrm--cached
filename
从暂存区、本地库删除
filename
文件gitcommit-m“”fn//把文件提交到仓库(commit
2301_78094384
·
2025-01-19 21:02
git
git
reac 后端接口返回二进制文件流前端导出文件
axios配置在你的请求中加入responseType:'blob'导出函数exportinterfaceDownloadFileOptions{
filename
:string;//文件名称}/***下载二进制文件流
初遇你时动了情
·
2025-01-19 20:25
前端
Emgu.CV 报错 Emgu.CV.Util.CvException: OpenCV
Emgu.CV.Util.CvException:OpenCV:在Emgu.CV.CvInvoke.CvErrorHandler(Int32status,IntPtrfuncName,IntPtrerrMsg,IntPtr
fileName
Echo_Wish
·
2025-01-19 04:37
C#笔记
OpenCV
opencv
计算机视觉
人工智能
使用Python解析pdf、docx等格式文件。
1解析Docx文档1.1获取Docx文档中文本fromdocximportDocument#pipinstallpython-docx#python-docx==0.8.11
filename
='xxx.docx'doc
Shy960418
·
2025-01-18 11:36
Python使用技巧
python
pdf
linux
java代码中使用linux cp带*通配符导致的空文件问题
排查发现在代码中使用了以下代码:Stringcmd="cp"+sourcePath+(prefix
FileName
+"*_"+preDate+".txt")+""+destPath;Runtime.getRuntime
DamonREN
·
2025-01-18 01:19
java
linux
服务器
《Python内置模块010:gzip、zipfile用于处理压缩文件的模块》
(2)常用方法:gzip.open(
filename
,mode):打开一个gzip压缩文件,支持读('r')、写('w')、追加('a')等模式。
大大大钢琴
·
2025-01-17 15:46
#
Python:各类模块(代码)
python
数据库
服务器
open用法 vba_Excel VBA解读(85):用VBA代码打开工作簿 — Open方法
在VBA中,我们可以使用Workbooks对象的Open方法打开工作簿,其语法为:Workbooks对象.Open(
FileName
,[UpdateLinks],[ReadOnly],[F
weixin_39728221
·
2025-01-17 09:55
open用法
vba
【算法练习】IDEA集成leetcode插件实现快速刷
============点击右侧边leetcode->设置->配置地址、用户名、密码、存放目录、文件模板用户名要登录后在账号信息里看模板代码1.code
filename
!
2401_84102892
·
2024-09-16 04:40
2024年程序员学习
算法
intellij-idea
leetcode
golang 实现文件上传下载
=nil{fmt.Println("error",err)}files:=forms.File["
fileName
"]for_,v:=rangefiles{iferr:=ctx.SaveUplo
wangwei830
·
2024-09-16 02:01
go
SharedPreferences
官方示例:String
FILENAME
="hello_file";Stringstring="helloworld!"
hdychi
·
2024-09-14 21:29
golang文件相对路径问题
/data/data.json"_,
fileName
,_,_:=runtime.Caller(1)dataPath:=path.Join(path.Dir(
fileName
),dataFile)fmt.Println
jzpfbpx
·
2024-09-14 07:47
golang
开发语言
后端
golang文件相对路径问题
/data/data.json"_,
fileName
,_,_:=runtime.Caller(1)dataPath:=path.Join(path.Dir(
fileName
),dataFile)fmt.Println
jzpfbpx
·
2024-09-14 07:17
golang
开发语言
后端
VBA ado 把CSV文件当做数据源进行 查询操作
XLibrary'F_Data.csvDimmyConAsNewADODB.ConnectionDimmyRstAsNewADODB.RecordsetDimmyCncAsStringDimmyCmdAsStringDimmy
FileName
AsStringDimiAsLongmy
FileName
weixin_33937913
·
2024-09-13 19:28
数据库
VBA程序xlsm文件另存xlsx不能保存的问题
表达式.SaveAs(
FileName
,FileFormat,Password,WriteResPassword,ReadOnlyRecommended,CreateBackup,AccessMode,
文剑至秦
·
2024-09-13 12:44
编程
excel
2/18作业
/a.out
filename
\n");return-1;}//定义文件指针,以只读的形式打
江阿生_
·
2024-09-13 09:29
java
前端
服务器
Python知识点:如何使用Python进行文件压缩与解压缩
压缩文件importzipfile#压缩文件defcompress_files(zip_
filename
,*file_names):withzipfile.ZipFile(zip
超哥同学
·
2024-09-13 00:59
Python系列
python
开发语言
服务器
编程
面试
使用Python实现多个PDF文件的合并
以下是一个实现PDF合并的Python脚本:importosfromPyPDF2importPdfMergerdefmerge_pdfs(input_dir,output_
filename
):#创建一个
飘逸高铁侠
·
2024-09-12 21:39
工作随笔
python
pdf
开发语言
vue进阶——整合富文本编辑器wangEditor
二、安装wangEditor1.React2.Vue23.Vue34.CDN三、基本使用1.vue22.vue3四、文件上传问题1、前端重点在于editorConfig中
fileName
及server的配置
秋书一叶
·
2024-09-12 16:39
Vue
vue.js
javascript
前端
wangEditor
富文本
soui4实现窗口3D旋转
3D旋转////参考自://
FileName
:Dui3DView.h//Description:SImg3DView//Creator:ZhangZhiBin//#pragmaonce#include"image3d
ceffans
·
2024-09-12 16:07
3d
c++
SOUI控件
windows
ui
算法
Go Gin 实现文件的上传下载
routerrouter.POST("/resources/common/upload",service.UploadResource)servicetype:POSTdata:{“saveDir”:“保存的路径”,“
fileName
五岁小孩
·
2024-09-12 12:09
nodejs清空文件内容
话不多说,直接上代码constfs=require("fs");constpath=require("path");functionclearFile(
filename
){//写入文件是异步过程,需要使用
不cong明的亚子
·
2024-09-12 11:36
前端
小技巧
javascript
前端
node.js
a标签无法下载.txt.png.jpg.pdf等文件解决方案
点击a标签默认会直接打开文件即使配置download属性也无效对于直接打开文件的情况,这里附上我自己的解决办法,可以实现让浏览器不打开文件,直接下载constdownloadFile=(url='',
fileName
冬懂懂动
·
2024-09-12 06:32
pdf
前端
javascript
Linux中的Vim文本编辑器
vim
filename
:打开或创建文件并启动Vim进行编辑。模式切换Vim有三种主要模式:正常模式(NormalMode)、插入模式(InsertMode)
jun778895
·
2024-09-11 18:36
linux
vim
运维
Delphi保存字符串到文本文件
proceduremSaveToFile(const
FileName
:string;sts:string);varMyTextFile:TextFile;//定义变量MyTextFile为文本文件类型begin
龙门吹雪
·
2024-09-11 17:58
C# GDI+发生一般性错误(A generic error occurred in GDI+))
try{image.Save(
filename
,System.Drawing.Imagin
黄同学real
·
2024-09-11 08:00
C#
c#
microsoft
服务器
多进程把文件当做锁使用(python)
#test.pyimportfcntlimportosimporttimedefacquire_lock(
filename
):fd=os.open(
filename
,os.O_RDWR|os.O_CREAT
kuaileXG
·
2024-09-11 00:00
python
开发语言
linux中vim常用命令大全详细讲解
一、Vim基本操作1.启动和退出Vim启动Vim:vim
filename
如果
filename
不存在,Vim会新建一个文件。
程序员小羊!
·
2024-09-10 13:14
软件测试-Linux环境搭建
linux
vim
excel
iOS同时适配iPad横屏和iPhone竖屏
LaunchImage(或者其他的名字),准备iPad横屏、iPhone竖屏的启动页,然后在Finder中打开LaunchImage.imageset找到Contents.json,然后修改内容{"images":[{"
filename
may_he
·
2024-09-10 11:32
IOS
开发
ipad
iphone
ios
屏幕方向
Git工作流程
git工作流程克隆或同步远程仓库使用gitclone命令将本仓库完全镜像一份至本地使用gitpull命令将远程仓库代码同步到本地新建或修改代码文件后,将代码提交到暂存区;(gitadd
filename
)
一只积极向上的小咸鱼
·
2024-09-10 11:31
git
linux压缩解压命令
用法:gzip
filename
#压缩
filename
文件,生成
filename
.gzgunzipfilenam
lonelyhiker
·
2024-09-09 22:24
linux
服务器
运维
gradio音频的初步处理函数
`audio_from_file(
filename
,crop_min=0,crop_max=100)`**功能**:这个函数用于从指定的文件中读取音频,并可以选择性地裁剪音频的某个部分。
小李飞刀李寻欢
·
2024-09-09 20:44
speechdnn
音视频
人工智能
audio
gradio
Audio
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他