- 博客(7)
- 收藏
- 关注

原创 c++计算器
第一个版本:在另一个博客中看到的,那个不是封装在类里边的#include <iostream>#include<cstdio>#include&
2018-05-31 18:36:09
4001
原创 nginx部署vue项目到服务器
参考文章:vue打包部署 vue部署前端页面记录nginx部署vue项目到服务器的经历,windows安装nginx在服务器端输入如下命令:sudo apt-get install nginxsudo service nginx start在浏览器中输入http://服务器ip:端口号,如果是默认80端口,在浏览器输入http://服务器ip,服务器对应的端口要对外开放,但不要和其他的应用的端口冲突。会看到一个默认的页面 welcome to nginx修改nginx配置先在根路径
2020-10-31 11:07:53
889
原创 spring boot 接收前端上传的图片
spring boot 接收前端上传的图片spring boot 接收前端上传的图片,并储存到本地磁盘中,其实我不想存本地磁盘中,感觉很难移植,但是没找到其他方法。参考文章:第一个文章链接,第二个文章链接Controller里的代码:@RestController@RequestMapping("/api")public class UploadDownHandler { /**上传地址*/ @Value("${file.upload.path}") private St
2020-07-31 11:16:07
6589
1
原创 神经网络
神经网络https://cloud.tencent.com/developer/article/1115996(https://mp.csdn.net).写的很好
2019-07-11 14:26:59
177
原创 数字图像处理大作业
数字图像处理的大作业,将图片中瓶盖的部分定位 还好小可爱帮我,还有同学,代码是自己写的(包含百度中的代码)思路不是自己想的,要继续努力呢。 matlabclear;clc;close all;a = imread('C:\Users\Public\Pictures\Sample Pictures\topic1.JPG');hv=rgb2hsv(a); %可以通过下面的程序
2018-01-11 23:25:39
12398
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人