logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ERROR: Failed to parse POMs org.apache.maven.project.ProjectBuildingException: Some problems were en

问题:ERROR: Failed to parse POMsorg.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:[FATAL] Non-resolvable parent POM for com.hhy.taobao.api.order

#centos#服务器#ssh
python 数据集txt转换为CSV格式

import csvcsvFile = open("/home/hanqing/SSD-Tensorflow-master/VOC2019/ImageSets/Main/csv/label.csv",'w',newline='',encoding='utf-8')writer = csv.writer(csvFile)csvRow = []f = open("/home/hanqing...

计算网站并发量标准

你想建设一个能承受500万PV/每天的网站吗? 500万PV是什么概念?服务器每秒要处理多少个请求才能应对?如果计算呢?PV是什么:PV是page view的简写。PV是指页面的访问次数,每打开或刷新一次页面,就算做一个pv。计算模型:每台服务器每秒处理请求的数量=((80%总PV量)/(24小时60分60秒40%)) / 服务器数量 。其中关键的参数是80%、40%。表示一天中有80%的...

status: 401 Unauthorized and ‘parent.relativePath‘ points at no local POM @

jenkins中mvn(maven)执行任务报错:status: 401 Unauthorized and 'parent.relativePath' points at no local POM @解决:不要多想肯定是密码配置问题,检查是不是那个ip没有配置密码(基本这个问题)或者搜索“nexus3下 RealmsManage the active security realms and the

#maven
ModuleNotFoundError: No module named 'pycocotools'

pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI

python 批量excel导入到mysql中

场景:文件夹下有N多excel,每个excel中有1个sheet,sheet页中首行为表格的列头名实现:将以上所有表格导入到mysql中去,以文件名命名为表名,以列头名命名为字段名细节:将所有字段处理成字符串,其中半角"处理成了全角”等不足:……#!/usr/bin/python# -*- coding: UTF-8 -*-import xlrdimport stringi...

Got timeout reading communication packets解决方法

Got timeout reading communication packets解决方法http://www.th7.cn/db/mysql/201702/225243.shtml[Note] Aborted connection xxxx to db:问题现象:在tail -f/data/logs/mysql/error.log日志中出现大量的如下信息(web用的是Zabbi...

android报 Caused by: java.lang.OutOfMemoryError: Java heap space

使用Windows操作系统。我通过将_JAVA_OPTIONS更新为'-Xmx1024m'解决了此问题点击“我的电脑”属性选择“高级系统设置”选择“环境变量”创建/编辑名为“ _JAVA_OPTIONS”的变量将变量值更新为-Xmx1024m...

到底了