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
scala 加载properties文件
importjava.io.FileInputStreamimportjava.util.PropertiesobjectLoadParameter{//动态获取properties文件可配置参数valprops=newProperties()defgetParameter(s:String,
filePath
Code_LT
·
2023-08-09 03:24
Scala
scala
开发语言
后端
Unity 获取 AB 源文件路径(打包进安装包的)
publicstaticstringGetBundleSourceFile(stringpath,boolforWWW=true){stringfilePath=null;#ifUNITY_EDITORif(forWWW)
filePath
_灯下影子
·
2023-08-09 03:23
Taro保存图片到手机
萌新亚历山大啊,搞了一下午,真多坑Taro.downloadFile({url:res,
filePath
:Taro.env.USER_DATA_PATH+'/xcxcode.jpg',success:res
前端小菜鸟也有人起
·
2023-08-08 07:45
taro
javascript
前端
2022-07-29 epoll与reactor模型
Date:2022-07-2822:14:36*@LastEditors:
[email protected]
*@LastEditTime:2022-07-2900:16:40*@
FilePath
秋天的极光
·
2023-08-08 01:58
走进 Go 语言基础语法 | 青训营 (1)
NEFUAB-IN文章目录走进Go语言基础语法|青训营(1)代码注释代码模板走进Go语言基础语法|青训营(1)代码注释/**@Author:NEFUAB-IN*@Date:2023-08-0609:44:15*@
FilePath
NEFU AB-IN
·
2023-08-07 16:57
Go
BackEnd
golang
开发语言
后端
使用node读取文件内容并且替换文件中的内容
Python;3、使用node的fs模块实现(作为前端,必须用它)实现代码constFS=require('fs');//读取文件,并且替换文件中指定的字符串letreplaceFile=function(
filePath
zyk_520
·
2023-08-07 10:16
Node
fs模块
nodejs替换文件中的字符
node遍历文件夹
Python操作MySQL将数据库表中的数据导出到excel
[email protected]
:2022-08-1804:28:52LastEditors:
[email protected]
:2023-06-2909:35:25
FilePath
你的凯子很吊
·
2023-08-06 07:37
数据库
python
mysql
python 连接oracle pandas以简化excel的编写和数据操作
[email protected]
:2022-08-1804:28:52LastEditors:
[email protected]
:2023-07-0622:12:56
FilePath
你的凯子很吊
·
2023-08-06 04:25
python
oracle
pandas
Qt读写数据流文件(转 CppGuiProgrammingWithQt4)
bool SpreadSheet::readFile(const QString &
filePath
){ QFile file(
filePath
); if ( !
十秒耿直拆包选手
·
2023-08-06 03:07
Qt&Pyside
将Linux下的文件传到Windows(SCP)
配置文件vietc/ssh/ssh_config修改StrictHostKeyChecking后面的ask为no使用以下命令:scp[LinuxUsername]@[Linux_IP]:[Linux_
FilePath
马丁•路德•王
·
2023-08-05 04:49
linux
ssh
iOS巅峰之真机和模拟器下在沙盒存储数据NSSearchPathForDirectoriesInDomains与NSHomeDirectory的差异
写入沙盒的存储路径:NSString*path=[NSHomeDirectory()stringByAppendingString:@"document"];NSString*
filePath
=[pathstringByAppendingString
骑着猪狂飙
·
2023-08-04 09:36
iOS
iOS
NSHomeDirectory
沙盒
Logback
示例${log.pattern}${log.
filePath
}/debug.log保存->保存的文件-->${log.
filePath
}/debug/debug.
歌哥居士
·
2023-08-04 03:21
问题:Objective-C 中 C 类型函数不识别 foundation 中的类
//#importintmain(intargc,constchar*argv[]){@autoreleasepool{//创建一个文件写入流char*
filePath
="file:///Users/coco
「已注销」
·
2023-08-03 15:20
iOS
objective-c
c语言
函数
foundation
HTML模板生成word,pdf文档
(templateName,dataMap);StringexportType="pdf";if(exportType.equals("pdf")){convertToPdf(htmlContent,
filePath
LJiaWang
·
2023-08-03 11:53
学习java之路
html
word
pdf
excel
golang 单例进程
方式监听实现packagesingleimport("bytes""crypto/md5""encoding/hex""errors""net""os""os/exec""os/user""path/
filepath
tonnyzhang
·
2023-08-03 05:11
抽离项目工程中图片2X 3x
,os,sysdefget_dir(path,fileType):#查看当前目录文件列表(包含文件夹)allfilelist=os.listdir(path)forfileinallfilelist:
filepath
豆豆哥哥
·
2023-08-02 20:41
node js 写文件,文件夹不存在则创建
/data/17/1017.md');functionwriteFileByUser(
filePath
){if(fs.existsSync(
filePath
)){console.log('该路径已存在'
guoruijun_2012_4
·
2023-08-02 18:09
node
Kotlin计算文件MD5
privatefuncalculateMD5(
filePath
:String):String{valfile=File(
filePath
)valmd5Digest=MessageDigest.getInstance
mldxs
·
2023-08-02 11:21
kotlin
android
开发语言
iOS批量修改类名
,网上找都是Shell和Python,试了下都不太符合要求,于是用golang写了一个简单的替换方法,代码如下:packagemainimport("fmt""io/ioutil""os""path/
filepath
d2add5a36003
·
2023-08-02 06:12
uniapp微信小程序下载文件并打开
res.statusCode===200){console.log('下载成功');varfilePath=encodeURI(res.tempFilePath);uni.openDocument({
filePath
vanΚon
·
2023-08-01 23:00
uniapp
微信小程序
uni-app
微信小程序
Python中Openpyxl库的读取文件,写入文件,新建文件的方法
笔者做自动化的时候常用的方法openpyxl的执行用例后写入报告importopenpyxl,os#openpyxl执行用例后写入报告defwrite_reporter(
filepath
,content
星星不闪不要钱
·
2023-08-01 22:50
python语法
python
【玩转Python系列【小白必看】Python多线程爬虫:下载表情包网站的图片
文章目录前言1.导入模块和库2.定义函数`download_image(url,
filepath
)`3.定义函数`get_page()`4.主程序入口完整代码运行效果结束语前言本文主要介绍了使用Python
全栈若城
·
2023-08-01 21:06
python案例分析归纳
python
爬虫
开发语言
python多线程
小白必看
记一次Centos7 环境下Python2.7事故
事故现象:python2.7下,脚本执行报错:UnicodeEncodeError:'ascii'codeccan'tencode,代码中所有的print带有非英文的,或字符串连接+带有非英文的,或os.
filepath
D_8270
·
2023-08-01 02:40
python pandas读取数据报错:Traceback (most recent call last):anaconda3/lib/python3.7/site-packages/pandas/i
home/dengfei/anaconda3/lib/python3.7/site-packages/pandas/io/parsers.py",line676,inparser_freturn_read(
filepath
_or_buffer
NLP_小菜鸡
·
2023-07-31 19:35
python
深度学习
机器学习
js获取上传文件大小 兼容各浏览器
varfilesize;if(obj.files){filesize=obj.files[0].size;}else{try{varpath,fso;path=document.getElementById('
filePath
偏执zz
·
2023-07-31 15:58
JavaScript
浏览器Google
javascript
前端
开发语言
帆软 V9 Getshell 漏洞
op=svginit&cmd=design_save_svg&
filePath
=chartmapsvg/../../../../WebRepor
Sword-heart
·
2023-07-30 17:43
漏洞复现
安全
web安全
帆软报表
帆软
finereport
【java】json字符串转json文件
StringjsonString,StringfilePath,StringfileName){//标记文件生成是否成功booleanflag=true;//拼接文件完整路径StringfullPath=
filePath
王佑辉
·
2023-07-30 16:09
java
java
python 上下文管理 / mysql 连接
importpymysqlfromutils.parse_jsonimportJacksonfromconfig.config_file_pathimportFilePathfrompymysql.utilimportbyte2intclassDB:def__init__(self,which_db="testMetaDB",config_file=
FilePath
.db_config
智勇双全的小六
·
2023-07-30 06:14
【WebGIS实例】(10)Cesium开场效果(场景、相机旋转,自定义图片底图)
注释写得应该比较清楚了:/**@Date:2023-07-2816:21:53*@LastEditors:
[email protected]
*@LastEditTime:2023-07-2818:18:34*@
FilePath
ReBeX
·
2023-07-30 05:57
【WebGIS实例】
javascript
CesiumJS
GIS
android Glide加载gif动图和本地视频,Java
StringfilePath="/storage/emulated/0/Pictures/my_video.mp4";Glide.with(context).load(Uri.fromFile(newFile(
filePath
zhangphil
·
2023-07-29 12:14
Android
Java
android
java
Unity 使用UnityWebRequest 读取存档 (IOS只能这样做)
Actionac,stringfilepath=""){UnityWebRequestrequest=UnityWebRequest.Get(PathManger.PlatformSwitchingUrl(
filepath
星渺alone
·
2023-07-29 12:14
unity
ios
游戏引擎
【python基础】python读取文件夹中文件名,并向txt文件中写入信息
记录一下一.核心代码os.listdir(
filePath
)#os.listdir方法返回一个列表对象,参数为文件夹的路径,可以是”相对路径“和”绝对路径“2.在向txt文本文件中写入信息时,有时需要换行写入
SXANG
·
2023-07-29 10:21
python基础
python
list
假设有一个英文文本文件,编写程序读取其内容,并将其中的大写字母变为小写字母,小写字母变为大写字母
English.txt",'r+')asf:s=f.read()print(s)ss=[i.swapcase()foriins]f.seek(0)f.writelines(ss)#第二种方法defuptolow(
filepath
寒雨墨轩
·
2023-07-29 09:59
前端vue点击下载功能,外加获取headers中的fileName
前言:项目实现点击下载功能,通过调一个接口,给后端传一个
filePath
的参数,后端返回fileName(这个fileName就是所要下载的文件名称),response返回的数据就是下载的文件的内容。
Liw J
·
2023-07-28 18:22
Vue点击下载文件
vue
【CesiumJS材质】(2)图片横向移动
:代码/**@Date:2023-07-1911:15:22*@LastEditors:
[email protected]
*@LastEditTime:2023-07-2812:08:58*@
FilePath
ReBeX
·
2023-07-28 14:53
【CesiumJS材质】
材质
javascript
开发语言
cesium
uniapp下载文件
(url){uni.downloadFile({url:url,success:function(res){varfilePath=res.tempFilePathuni.openDocument({
filePath
浮桥
·
2023-07-28 06:08
uni-app
javascript
前端
uniapp下载保存文件
(url){uni.downloadFile({url:url,success:function(res){varfilePath=res.tempFilePathuni.openDocument({
filePath
浮桥
·
2023-07-28 06:08
uni-app
javascript
前端
node 读取出某一个文件夹内的所有文件路径(此处会遍历所有文件夹,如有其他操作看着加就行了)
文件名字能获取(filename),绝对地址也能获取到(
filePath
),咱们需要拼接,所以我们引入path模块进行拼接最
闲鱼_JavaScript
·
2023-07-27 21:50
node
前端架构轮子
javascript
node.js
ant design vue之 下载
封装一个可以打开各种文件格式的js文件getType.js//根据文件路径,返回bole>mime的对应类型//如果不存在,则返回undefinedexportfunctiongetMimeType(
filePath
jiojio在学习勒
·
2023-07-27 20:52
ant
design
vue
vue.js
javascript
python:读取文件内容解码 编码错误 UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0xab in position 2: illegal
gbk'codeccan'tdecodebyte0xabinposition2:illegalmultibytesequencefilepath=(r'C:/Users/Desktop/报文/报文.txt')withopen(
filepath
邻家大爷
·
2023-07-27 14:37
Python学习
python
会捷通云视讯 list 目录文件泄露漏洞
filePath
=../漏洞证明:文笔生疏,措辞浅薄,望各位大佬不吝赐教,万分感谢。免责声明:由于传播或利用此文所提供的信息、技术或方法而造成的任何直接或间接的后
儒道易行
·
2023-07-27 08:50
儒道易行文库
渗透测试
web安全
红队攻防
代码审计
漏洞分析
unreal 读取文件,并上传到aws s3
voidUUploadBPLibrary::Upload(FStringFilePath){FStringFileName=FPaths::GetCleanFilename(
FilePath
);TArrayFileData
Zillionnn
·
2023-07-27 05:38
游戏
unreal
engine
4
unreal
engine
5
unreal
uniapp 微信小程序 预览pdf方法
uni.downloadFile({url:item.link,//文件地址success:function(res){varfilePath=res.tempFilePath;uni.openDocument({
filePath
maoge_666
·
2023-07-26 12:45
uni-app
微信小程序
pdf
使用python提取照片信息
importreimportexifread#获取图片的GPS信息defFindGPSimage(
filepath
):withopen(
filepath
,'rb')asf:tags=exifread.process_file
梦捷者
·
2023-07-25 10:51
分享一个自动化部署jar的sh脚本,包括了拉去源码,切换分支,构建项目,停止和运行
/jars"mvnPath="/opt/maven/apache-maven-3.9.3/bin/mvn"jar_array=($(find"$
filePath
"-typef-name"*.jar"-execbasename
loserbai-
·
2023-07-25 05:14
自动化
jar
运维
vue3+vite自动加载路由
/views/**/*.vue");letautoRoutes:Route[]=[];for(letkeyinmodules){console.log(key);autoRoutes.push({
filePath
码码虎呼
·
2023-07-23 22:52
Go语言:使用zip压缩 文件 / 文件夹
代码实例:packagemainimport("archive/zip""io""os""path/
filepath
""strings")funcmain(){Zip(`C:\打包的路径`,`.zip`
白祤星
·
2023-07-23 01:58
使用video播放视频不支持进度条拖动问题
使用video播放视频不支持进度条拖动问题Filefile=newFile(
filePath
);response.setContentLength((int)file.length());response.setHeader
清秋め
·
2023-07-22 21:51
java
java
28 分析神奇宝贝的变量关系数据
importmatplotlib.pyplotaspltimportnumpyasnpimportseabornassnsimportosimportpandasaspd#比较不同类别的精灵属性值的分布#查看双变量的数据分布
filepath
夏威夷的芒果
·
2023-07-22 17:19
python删除整个目录(目录非空)的代码
importosimportshutildefCleanDir(Dir):ifos.path.isdir(Dir):paths=os.listdir(Dir)forpathinpaths:
filePath
pink_in
·
2023-07-22 15:16
删除目录
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
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
其他