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
filePath
上传图片过大压缩图片
$("#good_img").on('change',function(){varfilePath=$(this).val(),//获取到input的value,里面是文件的路径fileFormat=
filePath
.substrin
小羊子简述
·
2023-09-27 21:59
uni-app 在微信小程序端预览文件时文件名是一串乱的字符串
原方法uni.downloadFile({url:pdfURL,//文件原本URL地址success(res){if(res.statusCode===200){uni.openDocument({
filePath
UserGuan
·
2023-09-26 05:09
uni-app
uni-app
微信小程序
小程序
python抓取网站图片
importurllib.requestfromhtml.parserimportHTMLParserimportreimportosimportshutilimporttime#设置url和存储路径url="http://www.douban.com/"
filePath
流星一剑
·
2023-09-26 02:07
微信小程序写一个将图片对象转成base64字符串的函数
imageToBase64(image){returnnewPromise((resolve,reject)=>{constfilePath=image.path;//获取图片文件大小wx.getFileInfo({
filePath
深圳市有德者科技有限公司-耿瑞
·
2023-09-25 19:25
微信小程序
小程序
Mac使用Python批量替换文件名中的部分字符串
importosimportsys#递归遍历文件夹,筛选符合要求的文件,并执行替换重命名defreplaceFileName(rootDir,oldStr,newStr):fordirinos.listdir(rootDir):
filepath
Tom23
·
2023-09-25 11:55
uni-app图片保存到手机
uni.saveImageToPhotosAlbum(OBJECT)官网地址uni.chooseImage(OBJECT)|uni-app官网注意
filePath
不能是网络图片路径,如果我们是网络图片路径需要先下载文件资源到本地
加油吧少年时代
·
2023-09-25 05:41
uni-app
前端
javascript
微信小程序
前端「N皇后」递归回溯
/*@Author:yang@Date:2021-09-2719:40:34@LastEditors:yang@LastEditTime:2021-10-1919:57:43@
FilePath
:\demo
HappyCodingTopOne
·
2023-09-25 00:34
算法
数据结构
Python os.walk() 应用
目标是遍历文件夹,输出不含目标文件类型的文件夹路径;使用os.walk()函数Windows系统中使用os.path.join(),出现\\,使用Path(
filePath
).as_posix()来处理
莫尛莫
·
2023-09-24 12:39
kubernetes : client-go 使用demo
kubeconfig文件代码packagegetResourceimport("flag"v1"k8s.io/apimachinery/pkg/apis/meta/v1""k8s.io/klog""os""path/
filepath
大鹏blog
·
2023-09-24 04:49
kubernetes
uniapp图片上传制作
示例代码:uni.chooseImage({success:function(chooseImageRes){uni.uploadFile({url:'http://example.com/upload',
filePath
&ACE&
·
2023-09-24 01:47
uni-app
判断文件是否存在(或是否具备WRX权限)
#includeboolfileExists(constchar*
filePath
,intmode){return(access(
filePath
,mode)==0);}access函数参数:
filePath
阿春_abcdlcq
·
2023-09-23 14:38
python利用win32com实现doc文档转为pdf文档的功能
pipinstallpypiwin32,接下来是主要代码:importwin32com.clientimportpythoncomclassWord_2_PDF(object):def__init__(self,
filepath
林茕夜
·
2023-09-23 11:10
python
Python学习笔记
win10 系统下 python3.8 word文档转为txt
word文档信息提取'''importos,fnmatchfromwin32comimportclientaswcfromwin32com.clientimportDispatchdefword2txt(
filepath
Johnston_man
·
2023-09-23 11:09
python
python
word转txt
PC微信逆向-发送图片(版本3.0.0.47)
===========================发送图片=======================================//参数wchar_t*wxid微信ID//wchar_t*
filepath
八爪鱼keepmoving8
·
2023-09-23 06:39
微信HOOK
微信逆向
OpenCV(四十八):读取视频和保存视频
1.读取视频:在OpenCV中我们要获取一个视频,需要创建一个VideoCapture对象,指定你要读取的视频文件:创建读取视频的对象cap=cv.VideoCapture(
filepath
)参
Hdnw
·
2023-09-23 05:16
Android之OpenCV
opencv
人工智能
C++
Aspose将word,excel,ppt等转为PDF
//////文件全名称///stringprivatestaticstringGetFileExt(string_
filepath
){if(string.IsNullOrEmpty(_
filepath
)
diaoxie2012
·
2023-09-23 05:03
c#
SAS编程:如何读入外部文档数据?
以以下路径内容进行演示:
Filepath
1.Fopen系列函数在之前文章中介绍过,通过Fopen系列函数获取文
野藤_
·
2023-09-23 04:30
Kotlin文件遍历FileTreeWalk filter
valfile=File(
filePath
)valfileTree:FileTreeWalk=file.walk()fileTree//.maxDepth(1)//遍历层级1,不检查子目录.filter
zhangphil
·
2023-09-22 23:34
kotlin
kotlin
golang 获取文件名
="E:\f\departmentfile\86\1035492900\测试添加5_V1_20220914143637_78Ve.pdf"//获取文件名称带后缀fileName:=path.Base(
filePath
lmy_loveF
·
2023-09-21 01:53
Golang
go
gin+vue 上传 下载文件
downloadFile通用API,比如,下载文件,大家都可以调用这个api*/funcdownloadFile(c*gin.Context){fmt.Println(c.Request.URL)//
filePath
lmy_loveF
·
2023-09-21 01:22
VUE
Golang
go
golang 自动生成文件头
","Date":"Donotedit",//文件创建时间(不变)//文件最后编辑者"LastEditors":"lmy","LastEditTime":"Donotedit",//文件最后编辑时间"
FilePath
lmy_loveF
·
2023-09-21 01:20
Golang
golang
java
服务器
unity中读取本地文件
方法读取文本文件:usingSystem.IO;stringfilePath=Application.dataPath+"/file.txt";stringfileContent=File.ReadAllText(
filePath
BIG-HO
·
2023-09-20 10:03
unity
游戏引擎
Windows 批处理(bat) 简单修改替换文件内容
\multi_716d\.redirect_tools::ifexist查看该文件是否存在ifnotexist%
filePath
%(echo文件路径不存在pa
up up day
·
2023-09-20 07:23
bat指令和脚本
经验分享
python报错—为什么用apply方法使用.replace()方法报错TypeError: str.replace() takes no keyword arguments
导入数据及查看数据情况importosimportpandasaspdimportnumpyasnp#读取文件defread_file(
filepath
):os.chdir(os.path.dirname
sodaloveer
·
2023-09-20 00:20
python报错
python
开发语言
python报错—使用.str.contains()方法替换某一列报错:AttributeError: ‘str‘ object has no attribute ‘str‘及解决方案
导入数据及查看数据情况#导入数据importosimportpandasaspdimportnumpyasnpdefread_file(
filepath
):os.chdir(os.pat
sodaloveer
·
2023-09-20 00:50
python报错
python
开发语言
python大文件处理
或者file那一套,打开关闭,读取写入,但是如果涉及的文件过于大了,直接read可能就直接将内存撑爆了,所以这里也给大家提供一些方案来处理1.Chunks——分块处理defread_in_chunks(
filePath
MA木易YA
·
2023-09-19 18:38
旋转图像操作(90°、180°、270°)+ jpg 和png相互转换、resize尺寸大小 + padding 补黑边-长方形保持长宽比
1.旋转图像操作(90°、180°、270°)#-*-coding:UTF-8-*-fromPILimportImageimportos#获得文件夹下所有文件
filePath
='F:/1213bag/test_transforms
blue_lala
·
2023-09-19 09:52
python
Kotlin File useLines nameWithoutExtension extension
KotlinFileuseLinesnameWithoutExtensionextensionimportjava.io.Filefunmain(args:Array){valfilePath="myfile.txt"valfile=File(
filePath
zhangphil
·
2023-09-18 00:04
kotlin
kotlin
xamarin.android 获取手机存储路径或文件
Android.OS.Environment.ExternalStorageDirectory.AbsolutePath+"/hcvideo";string[]items=System.IO.Directory.GetFiles(
filepath
icedoolin_wzh
·
2023-09-17 19:08
xamarin.android
文件
uni-app上传文件
success:function(res){vartempFilePaths=res.tempFilePaths;uni.uploadFile({url:'https://example.com/upload',
filePath
&ACE&
·
2023-09-17 16:35
uni-app
前端
javascript
激活office2019 专业增强版
un=echo&fr=pb&ie=utf-8)off(cd/d"%~dp0")&&(NETFILE||(powershellstart-process-
FilePath
'%0'-verbrunas)&&
Jabes
·
2023-09-17 15:23
JS图片上传前压缩
一个类imgCompress.js,压缩图片和响应:photoCompress=function(){varxhr;this.uploadFieldID="";this.
filePath
="";varthat
Magicdata大数据
·
2023-09-17 10:08
编程开发
任意文件下载
filename=或者包含参数:&Src=&Inputfile=&
Filepath
=&Path=&Data=下载漏洞可以用../返回上级目录,../../是上两层目
arissa666
·
2023-09-15 15:33
it
安全
web安全
GO语言篇之文件操作
GO语言篇之文件操作文章目录GO语言篇之文件操作前言使用总结前言Go语言提供了丰富的操作文件的函数,这为我们开发者减少了不少负担使用//打开文件file,err:=os.Open("
filepath
")
陈序缘
·
2023-09-15 15:02
Go
golang
开发语言
后端
Kotlin File BufferedOutputStream write ByteArray
/myfile.txt"valfile=File(
filePath
)valbos=file.outputStream().buffered()valbytes:ByteArray="hello,world
zhangphil
·
2023-09-15 01:54
kotlin
kotlin
C# 读写TXT文件
首先引入命名空间usingSystem.IO;读TXT文件://读取TXT文件stringfilePath=@"C:\path\to\file.txt";if(File.Exists(
filePath
)
l198738655
·
2023-09-14 16:10
c#
开发语言
[UE虚幻引擎插件介绍] DTSQLite 插件说明 :蓝图操作SQLite3文件,执行SQL语句。
FilePath
:文件绝对路径SQL:需要执行的语
阿六_Dexter
·
2023-09-14 06:45
UE
虚幻
sqlite
sql
node.js实现将图片转化为base64形式
'fs');第二步:写好将图片转化为base64的方法functionparse(file){letfilePath=path.resolve(file);//原始文件地址//letfileName=
filePath
.split
实习小子
·
2023-09-13 14:55
node.js
javascript
前端
node.js
例如:fs.readFile(
filePath
,function(err,data){if(err){//handletheerror}//usethedataobject});2.如何避免回调地狱模块化
Love大猪蹄子嘚MM
·
2023-09-13 06:14
【CesiumJS入门】(10)绘制多边形(动态实时画面)
直接上代码了/**@Date:2023-07-1218:47:18*@LastEditors:
[email protected]
*@LastEditTime:2023-09-1215:13:19*@
FilePath
ReBeX
·
2023-09-13 06:33
【CesiumJS入门】
CesiumJS
Kotlin File.reader BufferedReader readLine
/myfile.txt"valfile=File(
filePath
)valreader=BufferedReader(file.reader())varstrin
zhangphil
·
2023-09-13 03:12
kotlin
kotlin
java s3,使用Java进行AWS S3文件搜索
WeareusingajavaclasstodowloadafilefromAWSs3bucketwiththefollowingcodeinputStream=AWSFileUtil.getInputStream(AWSConnectionUtil.getS3Object(null),"cdn.generalsentiment.com",
filePath
王大明白
·
2023-09-13 02:55
java
s3
打包Google扩展程序
1、chrome://version/2、
filePath
.png进入该目录选择Extensions文件夹,在Extensions文件夹中找到要打包的扩展程序3、extension.png4、将上图目录拖到终端显示全部路径
芥末味儿
·
2023-09-13 01:18
前端下载文件几种方式记录
1、使用a标签eg:2、winddow.openeg:window.open(url)3、form表单模拟ajax请求functiondownFile(url,
filePath
){...vardata=
msyrrr
·
2023-09-12 21:14
Qt 图像缩放, 旋转
//渲染图片的文件文件路径QStringfilePath;QPixmappix(
filePath
);//渲染图片的尺寸大小QSizesize;//比例缩放,缩放到size最大矩阵QPixmapdest=
陈序缘
·
2023-09-12 05:21
C/C++
qt
开发语言
Kotlin File readText readLines readBytes
/myfile.txt"valfile=File(
filePath
)valtexts=file.readText()println(texts)v
zhangphil
·
2023-09-12 04:37
kotlin
kotlin
C# Emgu.CV+Tesseract实现识别图像验证码
拉跨懒得写讲解了,全部源码直接上吧//////验证码识别///publicpartialclassFrmCodeIdentify:FrmBase{privatestring_
filePath
;//原图像
游子吟i
·
2023-09-11 14:08
c#
开发语言
Python读取CSV文件,添加列名
importpandasaspd#加'header=None',这样读进来的列名就是系统默认的0,1,2...序列号:#一、读数进来后添加标题df_example_noCols=pd.read_csv(
filePath
一只小傲娇
·
2023-09-11 13:15
Python语法
python
csv
获取指定路径下的所有文件(夹)名、文件是否存在、获取Windows系统所有盘符
PostMapping(value="/file/filenames")publicResultgetFileNames(@RequestBodyFilePathReqfilePath){Stringfilepath=
filePath
.getFilePath
Be_insighted
·
2023-09-11 10:51
Java
java
在web环境中XSSFWorkbook报错NoClassDefFoundError
XSSFWorkbook类读表格文件,关键代码如下://读取excelpublicstaticWorkbookreadExcel(StringfilePath){Workbookwb=null;if(
filePath
amcomputer
·
2023-09-11 05:30
JavaWeb
后端
软件解决方案
NoClassDefFound
XSSFWorkbook报错
web环境XSSFWork报错
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他