- 博客(15)
- 收藏
- 关注
原创 Centos7 安装pytorch环境并部署yolov5
opencv-python的包使用默认pip安装时,会下载最新版本,与当前环境不匹配,需要手动下载当前python版本对应的opencv-python对应版本。使用pip下载 opencv-python-headless 失败,尝试使用.whl安装包手动安装。1、查看自己的python版本,然后下载对应的安装包,建议使用.whl离线安装。2、安装opencv-python-headless报错。,注意python3.6、linux、x86_64。1、安装opencv-python 报错。
2023-03-29 19:56:44
1833
原创 Error setting value #19 [Boolean] on prepared statement2问题
问题描述:在由SQLServer向Oracle导入数据时,报出如下错误,第19个字段需要一个Boolean类型字段原数据内容为null和N,使用Kettle自动导入Oracle数据库中自动转变为char(1)类型,造成数据类型不匹配,但由于Oracle并不含有Boolean类型,所以这里采用一种折中的办法,将SQL server表输入时的null、N数据在输出时改为0、1数字类型,这样就可以在Oracle中进行保存。-- 原查询语句SELECT booleandataFROM Example
2022-05-24 13:39:35
1611
原创 使用git提交代码及撤销命令总结
初始化git initgit add -Agit remote add origin https://gitee.com/xxx/xxxx.git 下载更新主支git add -Agit commit -m '描述'git pullgit push -u origin master下载更新分支git add .git commit -m 'competition'git pullgit push origin Develop撤销误操作Marstin@DESKTOP-UKT
2022-05-13 11:09:21
335
原创 React项目入门
基础知识1、用三天时间看一下html、css、javascript,一个一天,可以从b站大学看黑马的前端,了解即可;2、用两天时间在b站大学看下react基础语法React入门重点 3、b站大学学习 dva和umi 项目入门实践 宝藏教程课程链接...
2022-01-19 12:36:19
580
原创 Module parse failed: Unexpected token(双问号无法识别)
问题:error in ./node_modules/@react-leaflet/core/esm/path.jsModule parse failed: Unexpected token (10:41)You may need an appropriate loader to handle this file type, currently no loaders areo process this file. See https://webpack.js.org/concepts#loader
2022-01-05 19:28:28
17585
2
原创 error @geoman-io/leaflet-geoman-free@2.11.4: The engine “node“ is rsion “>=16.13 <17“. Got “16.5.0“
原因:node版本低解决:去官网下载新版本nodeNode.js (nodejs.org)
2022-01-05 18:54:05
1381
原创 7-9问题记录
目录React antd Dva Umi项目部署启动问题Kettle连接hive过程问题:(Windows本地)解决Windows下Hadoop中的yarn和nodejs中yarn冲突的问题npm install报错问题解决React antd Dva Umi项目部署启动问题1、安装依赖时出现问题解决:采用yarn add 加依赖安装2、yarn加载完后启动出现问题将对应文件的??改为change(a,b)functionchange(...
2021-10-19 09:26:45
198
转载 使用优快云-markdown编辑器
这里写自定义目录标题欢迎使用Markdown编辑器新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入欢迎使用Markdown编辑器你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Mar
2021-04-23 23:10:53
396
原创 React遇到问题
React遇到问题1、npm start报missing script:start错误解决办法其中一个原因:检查当前所在目录,要切换到项目工程目录。PS D:\Code\React\React-Router-demo> npm startnpm ERR! missing script: startnpm ERR! A complete log of this run can be found in:npm ERR! D:\nodejs\node_cache\_logs\20
2021-04-23 22:57:30
2317
原创 杭电ACM 1071题
Problem DescriptionIgnatius bought a land last week, but he didn't know the area of the land because the land is enclosed by a parabola and a straight line. The picture below shows the area. Now given...
2018-02-26 17:58:06
501
原创 杭电ACM 1001题
Problem DescriptionHey, welcome to HDOJ(Hangzhou Dianzi University Online Judge).In this problem, your task is to calculate SUM(n) = 1 + 2 + 3 + ... + n.InputThe input will consist of a series of inte...
2018-02-26 17:41:38
388
原创 杭电ACM 1000题
Problem DescriptionCalculate A + B.InputEach line will contain two integers A and B. Process to end of file. OutputFor each case, output A + B in one line.Sample Input1 1Sample Output2我的答案:include<...
2018-02-26 17:15:19
2931
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人