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
function ljLog
functionljLog($data,$logName='DEBUG',$
filePath
='testlog'){//$e=new\Exception();//$trace=$e->getTrace(
linlinlove2
·
2023-11-11 23:33
java
前端
服务器
java实现在线预览----poi操作excel转html及03、07版本兼容问题
html及其兼容问题excel03是读取文件整个内容转为字符串存进html,excel07是读取文件内容拼成字符串存进html/***excel03转html*filename:要读取的文件所在文件夹*
filepath
wy123123000
·
2023-11-11 18:56
java
poi在线预览
java
html
poi
兼容
excel
DCMTK简单应用示例【集锦】
support.dcmtk.org/redmine/projects/dcmtk/wiki/Howto_LoadMetaHeader首先定义状态变量和dicom文件路径OFConditionstatus;constchar*
filepath
Kelvin_Ngan
·
2023-11-10 23:20
医疗设备
dcmtk
后端返回PDF文件流,前端预览
StringfilePath="D:\\file\\1664354031701.pdf";response.setContentType("application/pdf");Filefile=newFile(
filePath
木曙
·
2023-11-10 08:34
java
前端
yaml文件操作
准备://创建YAML文档对象YAML::NodeyamlDoc;std::stringfile=
filePath
.toStdString();//加载YAML文件yamlDoc=YAML::LoadFile
djykkkkkk
·
2023-11-10 05:57
Linux
linux
poi的shiftRows方法解释
我想把表格除了第一行以外的内容都清空publicvoiddeleteRow(StringfilePath){//只支持Excel2007/2010try{FileInputStreamis=newFileInputStream(
filePath
腾云驾龙的兔子
·
2023-11-09 13:02
java学习
poi
shiftrows
local variable ‘classLabel‘ referenced before assignment Python机器学习_决策树DecisionTree中一个报错解决方法
defreadDataSet(
filePath
):"""函数说明:读取数据集parameters:
filePath
-数据集文件路径returns:dataSet-数据集labels-分类属性"""#初始化数据集
wait021
·
2023-11-09 01:30
python
java 视频 缩略图_Java截取视频文件缩略图
StringfilePath,StringfileName,intwidthdist,intheightdist)throwsFrameGrabber.Exception{FiletargetDir=newFile(
filePath
梦想是世界和平
·
2023-11-08 13:31
java
视频
缩略图
读写float32类型的cv::Mat bin文件
voidread_float32_bin(constchar*
filePath
,cv::Mat&mat){FILE*pFile=fopen(
filePath
,"rb");if(pFile){intmat_bytes
YoungHong1992
·
2023-11-08 09:19
vscode
ide
编辑器
在vue中实现excel表格导入
中的变量config是接口地址showImport:false,formData:'',templatePath:config.baseurl+'/'+'Upload/import/导入模板.xlsx',
filePath
poguanba
·
2023-11-08 04:41
javascript
前端
vue.js
微信小程序文件上传wx.uploadFile
token=${wx.getStorageSync('token')}`,//仅为示例,非真实的接口地址
filePath
:files[0].url,name:'file',formData:{secretFlag
小美元
·
2023-11-07 14:55
微信小程序
小程序
Python 实现Excel 转 JSON
转JSON代码:importxlrd#需要1.2.0版本的,2.0以上的版本只能读取.xls类型的文件importcsv#读取文件(.xlsx.xls.csv)然后返回字典数据defreadFile(
filePath
鑫鑫点点
·
2023-11-07 11:57
python
python
Python实现Excel(.xlsx) 转Json
importjsonimportosfromopenpyxlimportload_workbookdefconversion_json(excel_path,sheets_names:list=None,storage_
filepath
扶摇猫
·
2023-11-07 11:26
tool
json
excel
python
刺猬教你量化投资(十四):量化编程中的常用Pandas技巧
image.png常用pandas知识点回顾1、读取csv文件,用pd.read_csv()即可,参数值有:
filepath
_or_buffer=‘文件的路径’sep=',',文件中列与列之间的分隔符,
刺猬偷腥
·
2023-11-06 18:37
Java调用打印机两种方式(无驱/有驱)
Stringip="192.168.2.240";//打印机ipIntegerport=9100;//打印机端口Integertimeout=3000;//连接超时时间Filefile=newFile(
filePath
随风不说话
·
2023-11-05 21:32
java
开发语言
spring
boot
Qt学习笔记(十)单文档界面
(){QStringfilePath=QFileDialog::getOpenFileName(this,QString::fromLocal8Bit("打开文件"));stringfilename=
filePath
.toStdString
行走行囊
·
2023-11-05 19:46
QT 启动与关闭外部程序
启动QStringfilepath=QDir::currentPath();QStringfullpath=
filepath
+"\\pp\\dist\\start";QStringtitle=fullpath
听取哇声一片_11c4
·
2023-11-05 16:35
【QT】QFileInfo文件信息读取
基于上节:【QT】文件读写-CSDN博客//文件信息类QFileInfoinfo(
filePath
);qDebug()#include#include#include#include#include#include
StudyWinter
·
2023-11-05 15:32
QT
qt
keep
studying
'gbk' codec can't decode byte 0x8c in position 8: illegal multibyte sequence
python读取txt文件的时候出现下面错误这是因为我们的txt文件里面的内容编码格式不是'gbk',我们需要打开文件的时候设置它的编码格式解决办法:把fr=open(
filePath
,'r+')改为fr
寒丶酥
·
2023-11-05 15:12
更改xml格式节点内容c#
需求:需要将文件中的“旧格式”内容转换成“新”的内容旧格式:张三7620%176新格式:张三7645176实现代码如下://
filePath
="D:\Test.tmp"或者
filePath
="D:\Test.xml
feitiandezhu1399
·
2023-11-05 04:38
c#
c#
xml
任意文件上传与下载(文件下载)
file=2、包含参数&Src=&Inputfile=&
Filepath
=&Path=&Data=下载图片复制
囡琪琪
·
2023-11-05 04:12
image_写入多张图片
packagemainimport("errors""flag""image""image/color""image/draw""image/jpeg""image/png""os""path/
filepath
@myz
·
2023-11-05 00:21
简易工具
MATLAB编程技巧:文件批量重命名
下面是函数的主要代码:%%FileContentclcclear%路径
FilePath
='C:\Users\zengf\Desktop\Fig';cd(
FilePath
)%获得工作目录下所有文件信息,
小曾&同学
·
2023-11-04 20:50
Matlab编程技巧
matlab
python按行匹配文本内容
importos#类似于grep,可以筛选出一行来defsimilarGrep():
filePath
=input("pleaseinputapath:")desStr=input("pleaseinputdestinationstring
冯诺依曼01
·
2023-11-04 14:57
python和运维
python
shell之lsof的用法
2)查看谁正在使用某个文件:lsof/
filepath
/file。3)递归查看某个目录的文件信息:lsof+D/
filepath
/
filepath
2/。
付宇利
·
2023-11-04 10:55
linux
shell
powershell 如何读取 ini 文件?
#定义参数param([String]$
filePath
,[String]$section,[String]$key)#WindowsAPI函数声明$ini=Add-Type-memberDefinition
dbyoung
·
2023-11-04 08:13
powershell
cmd
ini
windows
api
通用MultipartFile 文件上传下载、前端页面显示、下载在浏览器左下角显示
@Slf4j@ServicepublicclassCommonServiceImplimplementsCommonService{@Value("${upload.
filePath
}")privateStringfilePath
Dotclv
·
2023-11-04 06:57
个人笔记
Java
java
spring
boot
dart实现回溯解决leetcode39、40、46、47、78、90
leetcode-cn.com/problems/combination-sum/1.2代码//////Author:
[email protected]
///Date:2020-11-2308:44:26///
FilePath
锦鲤跃龙
·
2023-11-04 05:32
小程序上传文件
consttempFilePaths=res.tempFilePathswx.uploadFile({url:'https://example.weixin.qq.com/upload',//仅为示例,非真实的接口地址
filePath
Hello.鑫
·
2023-11-03 19:59
小程序
OpenCV编译参数一览
全部参数一览://Pathtoaprogram.ANT_EXECUTABLE:
FILEPATH
=D:/apache-ant-1.10.1/bin/ant.bat//BuildCUDAmodulesstubswhennoCUDASDKBUILD_CUDA_STUBS
SeventhBlue
·
2023-11-03 16:31
opencv
Java读取txt文件和覆盖写入txt文件和追加写入txt
//构造函数中的第二个参数true表示以追加形式写文件FileWriterfw=newFileWriter(
filePath
,true);
Seachal
·
2023-11-03 09:22
Android Java webview 加载本地html
方法一:直接加载文件finalStringfilePath="file:///android_asset/privacy_terms/privacy.html";webView.loadUrl(
filePath
LovelyYilia
·
2023-11-03 09:07
python连接clickhouse (CK)
[email protected]
:2023-11-0111:28:58LastEditors:
[email protected]
:2023-11-0111:36:25
FilePath
你的凯子很吊
·
2023-11-03 02:33
clickhouse
vscode for mac中无法安装code命令
弹出提示框并报错Error:EACCES:permissiondenied,unlink'/usr/local/bin/code'解决方案打开终端面板,运行一下命令sudochown-R[username][
filePath
Coder__T
·
2023-11-02 18:31
【MongoDB】Windows 安装MongoDB 6.0
解压这里我将压缩包解压到了D盘,并重命名成了mongodb,解压后的目录如下:2、创建配置文件在D:\mongodb下新建conf目录,并创建mongod.conf配置文件:systemLog:destination:
filepath
Mointor
·
2023-11-02 16:12
MongoDB
mongodb
数据库
C# 绘制EMF图片
intheigth){try{Bitmapbmp=newBitmap(width,heigth);Graphicsgs=Graphics.FromImage(bmp);Metafilemf=newMetafile(
filePath
TerraJuly
·
2023-11-02 14:37
c#
开发语言
mongo常用操作
etc/mongod.conf3、/usr/local/etc/mongod.conf:所有数据保存的位置、日志信息都在此文件中、端开口号配置等都在这里记录systemLog:destination:
filepath
Mikaelemmmm
·
2023-11-02 08:39
mongo
android java 写入文件夹_Android 建立文件夹、生成文件并写入文本文件内容
privatevoidinitData(){StringfilePath="/sdcard/Test/";StringfileName="log.txt";writeTxtToFile("txtcontent",
filePath
weixin_39677027
·
2023-11-02 05:01
android
java
写入文件夹
2019-02-07 利用面向对象依次打开文件
每日散记importosos.chdir(r'
filepath
')classxia:def__init__(self):self.i=0self.file_data=os.listdir('.')defrun
快乐的夏天_eaf9
·
2023-11-02 00:32
关于readline方法使用的一个中文乱码引发的思考
BufferedReaderreader;try{reader=newBufferedReader(newFileReader(
filePath
));Stringline=reader.readLine
蓝奕世
·
2023-11-01 15:40
windows
linux
java
python
pythonimportnumpyasnpimportpandasaspdfromsklearn.clusterimportKMeansimportmatplotlib.pyplotaspltimportseabornassnsdefloadData(
filePath
璞玉牧之
·
2023-11-01 10:32
深度学习
Python 编码转换问题(gbk->utf-8)
#
filepath
--原文件路径#savefilepath--转换后文件存储路径(默认=原文件路径)#oldencoding--原文件的编码格式#newencoding--转换后文件的编码格式importosimporttimedefconvert_xml_encoding
CN.LG
·
2023-11-01 08:09
python
服务器
EasyExcel - 动态头多Sheet示例记录
(StringfilePath,ListsheetNames,Map>>headMap,Map>>contentMap){ExcelWriterexcelWriter=EasyExcel.write(
filePath
怪瘦丶
·
2023-11-01 00:25
个人记录
java
微信小程序上传图片
reject)=>{lettoken=uni.getStorageSync(keys.token);uni.uploadFile({url:‘oss上传图片地址’,name:'file',file:file,
filePath
KAGHQ
·
2023-10-31 06:28
小程序
微信小程序
小程序
QT+Win平台,打开文件所在路径文件夹,并高亮选中文件
voidWidget::openFile(constQString&
filepath
){//
filepath
文件路径constQStringexplorer="explorer";QStringListparam
逆风的雲
·
2023-10-31 05:57
QT
C++
qt
开发语言
golang api获取客户端地址
/**@Author:lmy*@Date:2023-10-3010:24:11*@LastEditors:lmy*@LastEditTime:2023-10-3015:28:27*@
FilePath
:\
lmy_loveF
·
2023-10-30 17:15
golang
开发语言
后端
ios视频播放
//本地资源文件NSString*
filePath
=[[NSBundlemainBundle]pathForResource:@"111.mp4"ofType:nil];//创建视频播放控制器AVPlayerViewController
傻人有傻福i
·
2023-10-30 14:49
使用python将ppt文件批量转为pptx、批量提取ppt中的文字保存
importosfrompptximportPresentationfromdocximportDocumentimportos.pathimportwin32com.clientclassPPT2Word(object):"""将
filepath
手撕易拉罐
·
2023-10-30 05:26
python
Python shelve模块保存变量
将变量写进文件中,shelfFile就像一个字典importshelveshelfFile=shelve.open(
filePath
)color=['blue','red','green']shelfFile
守望者_4036
·
2023-10-30 02:05
OpenCV中cv2的常见用法
一、读入图像使用函数cv2.imread(
filepath
,flags)读入一副图片
filepath
:要读入图片的完整路径flags:读入图片的标志cv2.IMREAD_COLOR:默认参数,读入一副彩色图片
Edenms
·
2023-10-30 01:37
opencv
python
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他