基于OrangePi AIpro的后端服务器构建

一. OrangePi AIpro简介

1.1 OrangePi AIpro外观

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

1.2 OrangePi AIpro配置

OrangePi AIpro(8T)采用昇腾AI技术路线,具体为4核64位处理器+AI处理器,集成图形处理器,支持8TOPS AI算力,拥有8GB/16GB LPDDR4X,可以外接32GB/64GB/128GB/256GB eMMC模块,支持双4K高清输出。 Orange Pi AIpro引用了相当丰富的接口,包括两个HDMI输出、GPIO接口、Type-C电源接口、支持SATA/NVMe SSD 2280的M.2插槽、TF插槽、千兆网口、两个USB3.0、一个USB Type-C 3.0、一个Micro USB(串口打印调试功能)、两个MIPI摄像头、一个MIPI屏等,预留电池接口,可广泛适用于AI边缘计算、深度视觉学习及视频流AI分析、视频图像分析、自然语言处理、智能小车、机械臂、人工智能、无人机、云计算、AR/VR、智能安防、智能家居等领域,覆盖 AIoT各个行业。 Orange Pi AIpro支持Ubuntu、openEuler操作系统,满足大多数AI算法原型验证、推理应用开发的需求。硬件参数如下。

组件规格
CPU4核64位处理器+ AI处理器
GPU集成图形处理器
AI算力8TOPS算力
内存LPDDR4X:8GB/16GB(可选),速率:3200Mbps
存储- SPI FLASH:32MB
- SATA/NVME SSD(M.2接口2280)
- eMMC插槽:32GB/64GB/128GB/256GB(可选),eMMC5.1 HS400
- TF插槽
WIFI+蓝牙Wi-Fi 5双频2.4G和5G
BT4.2/BLE
以太网收发器10/100/1000Mbps以太网
显示- 2xHDMI2.0 Type-A TX 4K@60FPS
- 1x2 lane MIPI DSI via FPC connector
摄像头2x2-lane MIPI CSI camera interface,兼容树莓派摄像头
USB- USB 3.0 HOST x2
- USB Type-C 3.0 HOST x1
- Micro USB x1 串口打印功能
音频3.5mm耳机孔音频输入/输出
按键- 1x关机键
- 1xRESET键
- 2x启动方式拨动键
- 1x烧录按键
40PINGPIO、UART、I2C、SPI、 I2S、PWM
风扇风扇接口x1
预留接口2PIN电池接口
电源Type-C PD 20V IN ,标准65W
操作系统Ubuntu、openEuler
产品尺寸107*68mm
重量82g

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

1.3 OrangePi AIpro资料

  • 外观及散热器安装资料:https://pan.baidu.com/s/1BK3AS5mhrUntJKegU0NMqg?pwd=87ne

  • 官方工具:https://pan.baidu.com/s/1Jho73pw91r5GJD2KijY45Q?pwd=3xuz

  • 用户手册:https://pan.baidu.com/s/1clOIklNzsHSigsrZzeWWMA?pwd=va56

  • 原理图:https://pan.baidu.com/s/15tVnYKyeRQd9Ora38Q9orw?pwd=xe5p

  • 机械图:https://pan.baidu.com/s/1vp9RHJQa6WOckskJhc2JAw?pwd=ydq5

  • linux源码:https://pan.baidu.com/s/16ee2y0N0g79vWXLzWKvC2A?pwd=rth7

  • 香橙派AIpro资料汇总:https://metaxiaoyu.feishu.cn/docx/CE0bdHxyTocRGFxLoDPcG6I5nJd?from=from_copylink

  • 香橙派AIpro学习资源一站式导航:https://www.hiascend.com/forum/thread-0285140173361311056-1-1.html

  • 香橙派论坛:http://forum.orangepi.cn/

  • 昇腾社区:https://www.hiascend.com/

  • 硬件文档:https://pan.baidu.com/s/1H2o6k3EwGhG8O60L1H9U1g?pwd=abc1

  • 开发工具:https://pan.baidu.com/s/1HJ3P4vRjBkJ9F1oL1J2G3k?pwd=def2

  • 快速入门指南:https://pan.baidu.com/s/1JK4Q5vSgGhL2R3pK2L4G5n?pwd=ghi3

  • SDK下载:https://pan.baidu.com/s/1LM6N7oUhGhM3R4rL3M5G6o?pwd=jkl4

  • 驱动程序:https://pan.baidu.com/s/1OP7P8pViGhN4S5sL4N6G7p?pwd=mno5

  • 详细教程:https://pan.baidu.com/s/1QR9P0qWiGhO5T6uL5P7G8q?pwd=pqr6

二. 开发板初步配置

2.1 公网访问

申请公网ip较为麻烦,这里采用路由器端口映射实现公网访问,这里以华为路由 AX2 Pro为例讲解流程。
首先在路由器背面查看路由器管理页面的地址,进入页面。
在这里插入图片描述

在页面里面点击更多功能,选择安全设置中的NAT服务,在端口映射添加映射端口,内部端口设置为22,外面端口设置1024以上,低的话有些可能不太行。
在这里插入图片描述
在这里插入图片描述

设置完成后,使用MobaXterm_Personal连接即可,即可实现远程访问。
在这里插入图片描述
在这里插入图片描述

2.2 系统换源

# 安装nano编辑器
sudo apt install nano
# 备份源列表文件
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
# 修改源列表文件
sudo nano /etc/apt/sources.list
# 替换源
# 根据自己需求选择,原有的里面用的是华为
# 更新软件源
sudo apt-get update

源链接

# 默认官方源
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiversedeb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiversedeb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiversedeb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse# 阿里云源
deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse

在这里插入图片描述
在这里插入图片描述

2.3 bash终端美化(根据个人需求)

bash终端美化有两种方案,第一种是修改配置文件,下面是centos中修改方式,在ubuntu也与之类似。

# 打开/etc/bashrc文件,在最后一行添加
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;35;40m\]\u\[\033[00;00;40m\]@\[\033[01;35;40m\]\h\[\033[00;31;40m\]:\[\033[00;00;40m\]\w \[\033[01;32;40m\]\$ \[\033[01;36;40m\]'export LS_COLORS=$LS_COLORS"*.py=00;35:*.pl=00;32:*.sh=01;32:*.xls=04;36:*.png=04;35;43:*.fa=04;33:*.R=00;32:*.r=00;32:*.vcf=04;35:"

在这里插入图片描述

第二种是切换终端,使用zsh终端,zsh相较于原有终端会方便很多

# 安装zsh
sudo apt install zsh
# 设置为默认的
chsh -s /bin/zsh
# 安装oh-my-zsh
wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh 
# 安装插件
# zsh-autosuggestions 命令行命令键入时的历史命令建议
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# zsh-syntax-highlighting 命令行语法高亮插件
git clone https://gitee.com/Annihilater/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

在这里插入图片描述
在这里插入图片描述

三. 后端服务器构建及部署

3.1 环境安装

JDK安装(以一个版本为例)
https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html

下载完成后将其放置在/usr/local目录下,并解压
在这里插入图片描述


配置环境变量,
cd /etc
vim profile
# 添加
export JAVA_HOME=/usr/local/jdk1.8.0_221
export JRE_HOME=$JAVA_HOME/jre
export CLASSPATH=.:$JAVA_HOME/lib:$JRE_HOME/lib
export PATH=$JAVA_HOME/bin:$PATH
# 重启或重新加载配置
source profile
# 查看java版本,安装完成
java -version

在这里插入图片描述

Tomcat安装(8.5.46)
https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.46/bin/
下载完成后将其放置在/usr/local目录下,并解压
在这里插入图片描述

进入解压目录中的bin目录

cd /apache-tomcat-8.5.46
cd bin
# 启动服务
./startup.sh

在这里插入图片描述

添加端口映射,访问成功,

在这里插入图片描述
在这里插入图片描述

服务器关闭

# 查询端口服务
lsof -i:8080
# 关闭服务
kill -9 19141

MySQL安装

# 安装MySQL
sudo apt-get install mysql-server
#启动: 
sudo service mysql start
#重启:
sudo  service mysql restart 
#关闭: 
sudo service mysql stop# 更改密码
mysql> use mysql;  
#开启远程连接
update user set host='%' where user='root';
#修改了之后刷新以下权限
flush privileges;
#修改数据库密码.
ALTER USER 'root'@'%' identified with mysql_native_password BY '123456';
#修改了之后刷新以下权限
flush privileges;
#退出数据库
quit;

在这里插入图片描述

3.2 数据准备

由于OrangePi AIpro开发板自带python环境,使用浏览器下载linux版本的vscode,然后下载jupyter拓展,随后开始使用爬虫爬数据。以一部分数据举例。
接口分析

# 接口分析
# 全部数据
# https://bbs.robomaster.com/forum.php?mod=forumdisplay&fid=63   20
# 机械设计
# https://bbs.robomaster.com/forum.php?mod=forumdisplay&fid=63&filter=typeid&typeid=11   20
# 嵌入式
# https://bbs.robomaster.com/forum.php?mod=forumdisplay&fid=63&filter=typeid&typeid=12    20
# 视觉算法
# https://bbs.robomaster.com/forum.php?mod=forumdisplay&fid=63&filter=typeid&typeid=13   9
# 其他
# https://bbs.robomaster.com/forum.php?mod=forumdisplay&fid=63&filter=typeid&typeid=14
# 分页
# &filter=typeid&page=3

通过selenium爬取网页结构

import urllib.request
from lxml import etree
import json
from selenium.webdriver.common.by import By
from selenium import webdriver
import random 
import time
import pyautogui
from datetime import datetime
import random
def seleniumRequest(url,chrome_path,waitTime): options = webdriver.ChromeOptions()options.add_experimental_option('excludeSwitches', ['enable-automation'])options.add_experimental_option('useAutomationExtension', False)# 谷歌浏览器exe位置options.binary_location = chrome_path# 是否要启动页面# options.add_argument("--headless")  # 启用无头模式# GPU加速有时候会出bugoptions.add_argument("--disable-gpu")  # 禁用GPU加速options.add_argument("--disable-blink-features=AutomationControlled")driver = webdriver.Chrome(options=options)driver.execute_cdp_cmd('Page.addScriptToEvaluateOnNewDocument',{'source': 'Object.defineProperty(navigator, "webdriver", {get: () => undefined})'})# 启动要填写的地址,这就启动浏览器driver.get(url)# 这是关闭浏览器# 等待页面加载,可以根据实际情况调整等待时间driver.implicitly_wait(waitTime)# 获取完整页面结构full_page_content = driver.page_source# 关闭浏览器driver.quit()return full_page_content
# # 处理完整页面结构
# print(full_page_content)
url = "https://bbs.robomaster.com/forum.php?mod=forumdisplay&fid=63&page=2"
print(url)chrome_path = r"C:\Program Files\Google\Chrome\Application\chrome.exe"
waitTime = 8
# 获取网页结构
# 通过selenium调用浏览器访问
content = seleniumRequest(url,chrome_path,waitTime)
print(content)

从网页结构中爬出数据,存入json文件中

import random
from datetime import datetime, timedeltadef generate_random_date(start_date, end_date):random_days = random.randint(0, (end_date - start_date).days)random_date = start_date + timedelta(days=random_days)return random_date.strftime("%Y-%m-%d")start_date = datetime(2021, 1, 1)
end_date = datetime(2023, 12, 31)# 给html变成tree用于xpath解析用
tree = etree.HTML(content)
# 改进的XPath表达式,选择你感兴趣的div元素
# 解析对应数据
contents = tree.xpath("//*[starts-with(@id, 'normalthread')]")img = contents[0].xpath(".//*[@id='aaa']//img/@src")baseurl = "	https://bbs.robomaster.com/"lists=[]
id = 1
for index, url in enumerate(contents):imgurl = contents[index].xpath(".//*[@id='aaa']//img/@src") imgurl = baseurl + imgurl[0]all = contents[index].xpath(".//p//a//text()")url = contents[index].xpath(".//p//a/@href")url = baseurl + url[1]# 题目title = all[1]end_index = title.find('】')title = all[1][end_index+1:]end_index= 0if title == None:continue# 作者name = all[2]if "作者" not in name:continue# 查看view = random.randint(1000, 50000)# 评论comment = all[3]if "回复" not in comment:continue# 时间time = generate_random_date(start_date, end_date)# print(index,url)item = {id: id,'imgurl': imgurl,'title':title,'name':name,'view':view,'comment':comment,'time':time,'type':1,'url': url}lists.append(item)id = id + 1
json_data = json.dumps(lists, indent=4)# 将JSON数据写入文件
with open("data.json", "w") as json_file:json_file.write(json_data)
print("JSON数据已保存到文件")

json存入数据库总

import json
import mysql.connector# 读取JSON文件
with open('data.json', 'r') as file:data = json.load(file)# 连接到MySQL数据库
conn = mysql.connector.connect(host='localhost',port=3306,  # MySQL默认端口号user='root',password='1234qwer',database='competitionassistant'
)cursor = conn.cursor()# 创建表(如果不存在的话),并清空表数据
cursor.execute('''
CREATE TABLE IF NOT EXISTS message_user (id INT AUTO_INCREMENT PRIMARY KEY,strid VARCHAR(64),        avatar VARCHAR(128),createTime VARCHAR(64),fansDigitalShow VARCHAR(8),nickname VARCHAR(64),updateTime VARCHAR(64),userid VARCHAR(64),unReadCount VARCHAR(8),messageType VARCHAR(8)
)
''')# 先清空一下表
cursor.execute('TRUNCATE TABLE message_user')# 将数据插入数据库
for item in data:try:sql_statement = '''INSERT INTO message_user (strid, avatar, createTime, fansDigitalShow, nickname, updateTime, userid, unReadCount, messageType)VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s)'''values = (10, item['avatar'], item['createTime'], item['fansDigitalShow'], item['nickname'], item['updateTime'], item['username'], item['unReadCount'], item['messageType'])cursor.execute(sql_statement, values)except Exception as e:print(f"Error inserting data: {e}")continueprint()# 提交更改并关闭连接
conn.commit()
conn.close()

结果
在这里插入图片描述

3.3 后端项目部署

后端项目打包,得到api-1.0-SNAPSHOT.jar包,将其放入linux中,

# 运行jar包
java -jar api-1.0-SNAPSHOT.jar &

部分接口


package com.ca.controller;import com.ca.dao.MessageContentMapper;
import com.ca.dao.MessageUserMapper;
import com.ca.entity.MessageContent;
import com.ca.entity.Users;
import com.ca.utils.MD5Utils;
import com.ca.vo.ResultVO;
import com.ca.vo.ResultVO1;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.apache.ibatis.session.RowBounds;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import tk.mybatis.mapper.entity.Example;import javax.annotation.Resource;
import java.util.Date;
import java.util.List;@RestController
@RequestMapping("/message")
// value是详细说明,tags是标签
@Api(value = "聊天接口",tags = "聊天数据")
// 允许跨域
@CrossOrigin
public class MessageController {@Resourceprivate MessageUserMapper messageUserMapper;@Resourceprivate MessageContentMapper messageContentMapper;@ApiOperation("消息列表")@RequestMapping(value = "/chat",method = RequestMethod.GET)public ResultVO1 chatList(int strid,int pageNum, int pageSize){// 实体类,需要写好Example example = new Example(com.ca.entity.MessageUser.class);Example.Criteria criteria = example.createCriteria();// 查询符合条件的记录数量int count = messageUserMapper.selectCountByExample(example);criteria.andEqualTo("strid", strid);
//        // 分页处理
//        PageHelper.startPage(pageNum, pageSize);int start = (pageNum - 1)*pageSize;RowBounds rowBounds = new RowBounds(start,pageSize);List<com.ca.entity.MessageUser> result= messageUserMapper.selectByExampleAndRowBounds(example,rowBounds);return new ResultVO1(10000,"查询成功!",result,count);}@ApiOperation("聊天内容")@RequestMapping(value = "/content",method = RequestMethod.GET)public ResultVO1 chatContent(String strid,String userid, int pageNum,int pageSize){// 实体类,需要写好Example example = new Example(com.ca.entity.MessageContent.class);Example.Criteria criteria = example.createCriteria();// 添加按 updateTime 字段降序排序的条件example.setOrderByClause("updateTime ASC");// 查询符合条件的记录数量int count = messageContentMapper.selectCountByExample(example);criteria.andEqualTo("strid", strid).andEqualTo("userid", userid);
//        // 分页处理
//        PageHelper.startPage(pageNum, pageSize);int start = (pageNum - 1)*pageSize;RowBounds rowBounds = new RowBounds(start,pageSize);List<com.ca.entity.MessageContent> result= messageContentMapper.selectByExampleAndRowBounds(example,rowBounds);return new ResultVO1(10000,"查询成功!",result,count);}@ApiOperation("添加聊天内容")@RequestMapping(value = "/addContent",method = RequestMethod.GET)public ResultVO addContent(String avatar,String strid,String userid,String createtime,String formusername,String messagebody,String messagestatus,String messagetype,String tousername,String updatetime ){// 如果没有注册,则进行保存操MessageContent messageContent = new MessageContent();messageContent.setAvatar(avatar);messageContent.setStrid(strid);messageContent.setUserid(userid);messageContent.setCreatetime(createtime);messageContent.setFromusername(formusername);messageContent.setMessagebody(messagebody);messageContent.setMessagestatus(messagestatus);messageContent.setMessagetype(messagetype);messageContent.setTousername(tousername);messageContent.setUpdatetime(updatetime);//        int i = messageContentMapper.insert(messageContent);int i = messageContentMapper.insertUseGeneratedKeys(messageContent);if (i > 0){return new ResultVO(10000,"注册成功",messageContent);}else {return new ResultVO(10002,"注册失败!",null);}}}package com.ca.controller;import com.ca.dao.FormContentMapper;
import com.ca.dao.FormListMapper;
import com.ca.dao.FormStarMapper;
import com.ca.entity.FormContent;
import com.ca.entity.FormStar;
import com.ca.entity.Users;
import com.ca.vo.ResultVO;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.apache.ibatis.session.RowBounds;
import org.springframework.web.bind.annotation.*;
import tk.mybatis.mapper.entity.Example;import javax.annotation.Resource;
import java.util.List;@RestController
@RequestMapping("/form")
// value是详细说明,tags是标签
@Api(value = "论坛接口",tags = "论坛接口")
// 允许跨域
@CrossOrigin
public class FormList {@Resourceprivate FormListMapper formListMapper;@Resourceprivate FormContentMapper formContentMapper;@Resourceprivate FormStarMapper formStarMapper;@ApiOperation("论坛列表数据")@RequestMapping(value = "/list", method = RequestMethod.GET)public ResultVO getList(String type, int pageNum, int pageSize) {// 实体类,需要写好Example example = new Example(com.ca.entity.FormList.class);Example.Criteria criteria = example.createCriteria();criteria.andEqualTo("type", type);
//        // 分页处理
//        PageHelper.startPage(pageNum, pageSize);int start = (pageNum - 1) * pageSize;RowBounds rowBounds = new RowBounds(start, pageSize);List<com.ca.entity.FormList> formLists = formListMapper.selectByExampleAndRowBounds(example, rowBounds);return new ResultVO(10000, "查询成功!", formLists);}@ApiOperation("论坛搜索接口")@RequestMapping(value = "/search", method = RequestMethod.GET)public ResultVO searchList(String word, int pageNum, int pageSize) {// 实体类,需要写好Example example = new Example(com.ca.entity.FormList.class);Example.Criteria criteria = example.createCriteria();criteria.andLike("title", "%" + word + "%");
//        // 分页处理
//        PageHelper.startPage(pageNum, pageSize);int start = (pageNum - 1) * pageSize;RowBounds rowBounds = new RowBounds(start, pageSize);List<com.ca.entity.FormList> formLists = formListMapper.selectByExampleAndRowBounds(example, rowBounds);return new ResultVO(10000, "查询成功!", formLists);}@ApiOperation("论坛内容数据设置")@RequestMapping(value = "/setContent", method = RequestMethod.PUT)public ResultVO setContent(@RequestBody FormContent formContent) {// 实体类,需要写好int i = formContentMapper.updateByPrimaryKeySelective(formContent);if (i > 0) {// 更新成功// return new ResultVO(10000,"更新成功",existingRecord);return new ResultVO(10000, "设置成功!", formContent);} else {// 更新失败return new ResultVO(10003,"更新失败",null);}}@ApiOperation("论坛内容数据获取")@RequestMapping(value = "/getContent", method = RequestMethod.GET)public ResultVO getContent(String id) {// 实体类,需要写好Example example = new Example(com.ca.entity.FormContent.class);Example.Criteria criteria = example.createCriteria();criteria.andEqualTo("id", id);List<com.ca.entity.FormContent> result = formContentMapper.selectByExample(example);return new ResultVO(10000, "查询成功!", result);}@ApiOperation("论坛状态数据设置")@RequestMapping(value = "/setStatus", method = RequestMethod.GET)public ResultVO setStatus(String articleId, String userId,String isfollowed,String isCollected,String isLikeed) {// 实体类,需要写好Example example = new Example(com.ca.entity.FormStar.class);Example.Criteria criteria = example.createCriteria();criteria.andEqualTo("articleid", articleId);criteria.andEqualTo("userid", userId);List<com.ca.entity.FormStar> result = formStarMapper.selectByExample(example);FormStar formStar = new FormStar();formStar.setArticleid(articleId);formStar.setUserid(userId);formStar.setIsfollowed(isfollowed);formStar.setIscollected(isCollected);formStar.setIslikeed(isLikeed);if(result.size() == 0){// 如果数据库中不存在的话,进行添加操作int i = formStarMapper.insert(formStar);if (i > 0){// 注册成功// return new ResultVO(10000,"注册成功",user);return new ResultVO(10000, "设置成功!", formStar);}else {// 注册失败return new ResultVO(10002,"注册失败!",null);}}else{// 如果数据库中不存在的话,进行更新操作// 如果数据库中已经存在对应的记录,则进行更新操作FormStar existingRecord = result.get(0); // 获取第一个对象existingRecord.setIsfollowed(isfollowed);existingRecord.setIscollected(isCollected);existingRecord.setIslikeed(isLikeed);int i = formStarMapper.updateByPrimaryKeySelective(existingRecord);if (i > 0) {// 更新成功// return new ResultVO(10000,"更新成功",existingRecord);return new ResultVO(10000, "设置成功!", result);} else {// 更新失败return new ResultVO(10003,"更新失败",null);}}}@ApiOperation("论坛状态数据获取")@RequestMapping(value = "/getStatus", method = RequestMethod.GET)public ResultVO getStatus(String articleId, String userId) {// 实体类,需要写好Example example = new Example(com.ca.entity.FormStar.class);Example.Criteria criteria = example.createCriteria();criteria.andEqualTo("articleid", articleId);criteria.andEqualTo("userid", userId);List<com.ca.entity.FormStar> result = formStarMapper.selectByExample(example);FormStar formStar = new FormStar();formStar.setArticleid(articleId);formStar.setUserid(userId);formStar.setIsfollowed("0");formStar.setIscollected("0");formStar.setIslikeed("0");if(result.size() == 0){// 如果数据库中不存在的话,进行添加操作int i = formStarMapper.insert(formStar);if (i > 0){// 注册成功// return new ResultVO(10000,"注册成功",user);return new ResultVO(10000, "设置成功!", formStar);}else {// 注册失败return new ResultVO(10000, "设置成功!", formStar);}}else{return new ResultVO(10000, "设置成功!",  result.get(0));}}
}//    Example example = new Example(Users.class);
//    Example.Criteria criteria = example.createCriteria();
//        criteria.andEqualTo("username",name);
//                List<Users> users = usersMapper.selectByExample(example);
//
//        // 如果没有注册,则进行保存操作
//        if(users.size() == 0){
//        String md5Pwd = MD5Utils.md5(pwd);
//        Users user = new Users();
//        user.setUsername(name);
//        user.setPassword(md5Pwd);
//        user.setUserImg("img/default.png");
//        user.setUserRegtime(new Date());
//        user.setUserModtime(new Date());
//        int i = usersMapper.insert(user);
//        if (i > 0){
//        return new ResultVO(10000,"注册成功",user);
//        }else {
//        return new ResultVO(10002,"注册失败!",null);
//        }
//        }else {
//        return new ResultVO(10001,"用户已存在!",null);
//        }

在这里插入图片描述

接口测试
在这里插入图片描述

3.4 前端项目部署

首先需要将vue项目打包

npm run build

在这里插入图片描述

主页面代码


<!--  -->
<template><div class="container"><van-nav-bar title="竞赛助手" class="nav-bar" ref="nav_bar" /><divclass="index_container":style="{height: device.height - device.tarbar_height - narbarHeight + 'px',}"><van-swipe class="my-swipe" :autoplay="2000" indicator-color="#000000"><van-swipe-item v-for="item in images" :key="item.id"><img :src="baseUrl + item.imgUrl" /></van-swipe-item></van-swipe><div class="nav_content"><van-grid :border="false" icon-size="34px"><van-grid-itemicon="/img/index/nav_competition.png"text="竞赛信息"to="/index/competition"/><van-grid-itemicon="/img/index/nav_route.png"to="/user/course"text="课程资料"/><van-grid-itemicon="/img/index/nav_result.png"to="/index/search"text="结果查询"/><van-grid-itemicon="/img/index/nav_login.png"text="管理系统"to="/user/login"/></van-grid></div><div class="competiton"><div class="title">最新比赛</div><div class="items"><router-linkv-for="item in competiton":key="item.id"class="item"tag="div":to="`/index/competition/article/${item.strid}`">{{ item.name.replace(/^.*大学生/, "") }}</router-link></div></div><div class="notice"><div class="top">政策通知<router-link :to="`/index/all/${0}`" tag="div" class="arrow"><van-icon name="arrow" size="16px" :to="`/index/all/${0}`" /></router-link></div><div class="content"><router-linkv-for="i in notice_policy":key="i.id"class="item"tag="div":to="`/index/article/${i.strid}`"><div class="left"><img src="/img/index/notice_policy.png" alt="" /></div><div class="right"><div class="name">{{ i.name }}</div><div class="time">{{ i.createtime.substring(0, 10) }}</div></div></router-link></div></div><div class="notice"><div class="top">大赛动态<router-link :to="`/index/all/${1}`" tag="div" class="arrow"><van-icon name="arrow" size="16px" :to="`/index/all/${1}`" /></router-link></div><div class="content"><router-linkv-for="i in notice_competiton":key="i.id"class="item"tag="div":to="`/index/article/${i.strid}`"><div class="left"><img src="/img/index/notice_competition.jpg" alt="" /></div><div class="right"><div class="name">{{ i.name }}</div><div class="time">{{ i.createtime.substring(0, 10) }}</div></div></router-link></div></div><div class="notice"><div class="top">高校动态<router-link :to="`/index/all/${3}`" tag="div" class="arrow"><van-icon name="arrow" size="16px" :to="`/index/all/${3}`" /></router-link></div><div class="content"><router-linkv-for="i in notice_school":key="i.id"class="item"tag="div":to="`/index/article/${i.strid}`"><div class="left"><img src="/img/index/notice_school.jpg" alt="" /></div><div class="right"><div class="name">{{ i.name }}</div><div class="time">{{ i.createtime.substring(0, 10) }}</div></div></router-link></div></div><div class="kong"></div></div></div>
</template><script>
//这里可以导入其他文件(比如:组件,工具js,第三方插件js,json文件,图片文件等等)
//例如:import 《组件名称》 from '《组件路径》';
import { Lazyload } from "vant";
import { request } from "@/utils/request";
export default {//import引入的组件需要注入到对象中才能使用name: "",props: {},components: {},data() {//这里存放数据return {baseUrl: "https://cxcy.upln.cn/",images: [],competiton: [],notice_policy: [],notice_competiton: [],notice_school: [],device: this.$store.state.device,narbarHeight: 0,};},//监听属性 类似于data概念computed: {},//监控data中的数据变化watch: {},//方法集合methods: {},//生命周期 - 创建完成(可以访问当前this实例)created() {},//生命周期 - 挂载完成(可以访问DOM元素)mounted() {this.narbarHeight = this.$refs.nav_bar.$el.offsetHeight;// 请求轮播图request({method: "get",url: "/index/indeximg", // 移除多余的斜杠// post请求需要// 加个请求头headers: {//   "Content-Type": "application/json",},params: {len: 3,},}).then((res) => {// console.log(res.data.data);this.images.push(...res.data.data);});// 请求最近比赛request({method: "get",url: "/index/competition", // 移除多余的斜杠// post请求需要// 加个请求头headers: {//   "Content-Type": "application/json",},params: {type: 1,pageSize: 10,pageNum: 1,},}).then((res) => {// console.log(res.data.data);this.competiton.push(...res.data.data);});// 请求政策request({method: "get",url: "/index/notice", // 移除多余的斜杠// post请求需要// 加个请求头headers: {//   "Content-Type": "application/json",},params: {type: 0,pageSize: 3,pageNum: 1,},}).then((res) => {console.log(res.data.data);this.notice_policy.push(...res.data.data);});// 请求比赛request({method: "get",url: "/index/notice", // 移除多余的斜杠// post请求需要// 加个请求头headers: {//   "Content-Type": "application/json",},params: {type: 1,pageSize: 3,pageNum: 1,},}).then((res) => {// console.log(res.data.data);this.notice_competiton.push(...res.data.data);});// 请求比赛request({method: "get",url: "/index/notice", // 移除多余的斜杠// post请求需要// 加个请求头headers: {//   "Content-Type": "application/json",},params: {type: 3,pageSize: 3,pageNum: 1,},}).then((res) => {// console.log(res.data.data);this.notice_school.push(...res.data.data);});},beforeCreate() {}, //生命周期 - 创建之前beforeMount() {}, //生命周期 - 挂载之前beforeUpdate() {}, //生命周期 - 更新之前updated() {}, //生命周期 - 更新之后beforeDestroy() {}, //生命周期 - 销毁之前destroyed() {}, //生命周期 - 销毁完成activated() {}, //如果页面有keep-alive缓存功能,这个函数会触发
};
</script>
<style lang='less' scoped>
//@import url(); 引入公共css类
.container {width: 100%;display: flex;flex-direction: column;font-family: Arial, Helvetica, sans-serif;
}.index_container {margin: 0;padding: 0;background-color: #f2f4f8;/* 不指定就会消失 */// display: flex;flex-direction: column;font-family: Arial, sans-serif;padding-left: 16px;padding-right: 16px;overflow: hidden;overflow-y: auto;// 单行:justify-content 主轴居中,align-items 次轴居中// 多行:justify-content 主轴居中, align-content 次轴整体居中, align-items 各行内居中// justify对应主轴,align对应次轴。content对应的是整体,items对应的是每个元素所在的那个周边区域// ————————————————// 版权声明:本文为CSDN博主「小翔努力变强」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。// 原文链接:https://blog.csdn.net/grx1125/article/details/128785335.my-swipe {height: 150px;background-color: #ffffff;border-radius: 10px;display: flex;align-items: center;overflow: hidden;// .van-swipe__indicators {//   margin-top: 20px;// }// justify-items: center;.van-swipe-item {height: 150x;color: #39a9ed;background-color: #ffffff;img {height: 150px;}}}.nav_content {margin-top: 10px;background-color: #f2f4f8;/deep/ .van-grid-item__content {background-color: #f2f4f8 !important;}}.competiton {background-color: #ffffff;border-radius: 10px;margin-top: 10px;padding-left: 10px;padding-right: 10px;padding-bottom: 1px;position: relative;.title {padding-top: 12px;margin-left: 10px;font-size: 14px;line-height: 24px;}.items {margin-top: 10px;display: flex;flex-direction: row;align-items: center;overflow: hidden;margin-bottom: 9px;overflow-x: auto; /* 水平滚动 */width: 322px;// justify-content: center;.item {display: inline-block;font-size: 14px;margin-right: 10px;width: 135px;min-width: 135px; /* 指定最小宽度 */display: flex;align-items: center;justify-content: center;height: 70px;line-height: 30px;// background-color: #f2f4f8;color: rgb(15, 98, 254);border-radius: 8px;background: url(https://main.qcloudimg.com/raw/c920c5d7f4993e295af9faefcb24d543.png)round;}}.items::-webkit-scrollbar {display: none;}}.notice {font-size: 14px;background-color: #ffffff;border-radius: 10px;margin-top: 14px;padding-left: 10px;padding-right: 10px;padding-bottom: 1px;.top {margin-left: 10px;margin-right: 10px;font-size: 14px;display: flex;height: 40px;//   color: #646566;flex-direction: row;display: flex;align-items: center;position: relative;.arrow {position: absolute;color: #646566;right: 0px;}}.content {margin-left: 10px;margin-right: 10px;font-size: 12px;margin-bottom: 10px;padding-bottom: 1px;.item {margin-top: 4px;border-bottom: 1px solid #f0f0f2;display: flex;flex-direction: row;justify-content: center;.left {img {height: 50px;}}.right {.name {display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 2; /* 设置显示的最大行数 */-webkit-box-lines: 2; /* 显示两行 */}margin-left: 10px;.time {margin-top: 2px;text-align: right;color: #646566;}}}}}.kong {margin-left: 10px;margin-right: 10px;font-size: 12px;margin-bottom: 20px;padding-bottom: 1px;}
}
</style>

将文件放入/usr/local/apache-tomcat-8.5.46/webapps/目录下,即可,
在这里插入图片描述

访问测试

在这里插入图片描述

3.5 项目运行

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

在这里插入图片描述

四. 总结

在本地开发代码完成后,需要将代码部署到公网上,以便随时访问。我先前使用了树莓派来部署服务器,但是树莓派的价格有些高昂。相比之下,OrangePi AIpro具有更强的性能和更快的反应速度,因此我现在选择使用OrangePi AIpro来部署我的服务端,以支持软件开发学习。在之前学习前端时,网上的服务器接口总是失效,而在笔记本电脑上运行服务器会导致电脑卡顿,同时也非常耗时。将服务端部署到OrangePi AIpro上极大地提高了我的学习效率,同时也避免了频繁编译服务器的麻烦。
在这里插入图片描述

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/842669.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

CLI举例:负载分担场景下的源NAT配置(主备设备共用同一个地址池)

CLI举例&#xff1a;负载分担场景下的源NAT配置&#xff08;主备设备共用同一个地址池&#xff09; 组网需求 如图1所示&#xff0c;企业的两台FW的业务接口都工作在三层&#xff0c;上下行分别连接路由器。FW与上下行路由器之间运行OSPF协议。上行接口连接同一个ISP。 现在希…

md是什么?如何打开md类型的文件?假如使用Typora打开,如何免费激活Typora?

md是什么&#xff1f;如何打开md类型的文件 前言一、md是什么简介常见打开md类型文件的方法使用文本编辑器使用专用Markdown编辑器使用在线Markdown编辑器在浏览器中安装插件打开 二、下载安装Typora三、免费激活Typora激活Typora关闭软件每次启动时的已激活弹窗去除软件左下角…

微信资源混淆,导致的约束布局 Constraintlayout 控件重叠!

问题 1、广告六要素 虽然我不参与广告 sdk 接入等相关工作&#xff0c;但是最近总是听到一个词广告六要素。这到底是什么&#xff1f; 国内下载类广告&#xff0c;尤其是针对移动应用推广的广告&#xff0c;其成功实施往往围绕几个关键要素进行&#xff0c;这些要素能够帮助…

Java之Writer类:探索Java中的输出流

哈喽&#xff0c;各位小伙伴们&#xff0c;你们好呀&#xff0c;我是喵手。运营社区&#xff1a;C站/掘金/腾讯云&#xff1b;欢迎大家常来逛逛 今天我要给大家分享一些自己日常学习到的一些知识点&#xff0c;并以文字的形式跟大家一起交流&#xff0c;互相学习&#xff0c;一…

北京邮电大学人工智能考数据结构,均分370!北京邮电大学计算机考研考情分析!

北京邮电大学&#xff08;Beijing University of Posts and Telecommunications&#xff09;&#xff0c;简称北邮&#xff0c;是中华人民共和国教育部直属、工业和信息化部共建的全国重点大学&#xff0c;位列国家“211工程”、“985工程优势学科创新平台”、“世界一流学科建…

FreeBSD下使用原生虚拟机管理器bhyve

hbyve简介 自 FreeBSD 10.0-RELEASE 起&#xff0c;BSD 许可的 bhyve 虚拟机管理器已成为底层系统不可或缺的一部分。bhyve 强大而灵活&#xff0c;支持多种客户机操作系统&#xff0c;涵盖 FreeBSD、OpenBSD 以及多个 Linux 发行版。在默认配置下&#xff0c;bhyve 提供对串行…

Android 14 - 绘制体系 - 概览

从Android 12开始&#xff0c;Android的绘制系统有结构性变化&#xff0c; 在绘制的生产消费者模式中&#xff0c;新增BLASTBufferQueue&#xff0c;客户端进程自行进行queue的生产和消费&#xff0c;随后通过Transation提交到SurfaceFlinger&#xff0c;如此可以使得各进程将缓…

2024年上半年系统架构设计师——案例第四题——智能汽车相关

写在前面 趁着还记得请&#xff0c;留个纪念。MongoDB的概念完全没记&#xff0c;综合下来只好选这个了。 这题基本上是有自动驾驶背景知识的人的福音&#xff0c;也是第一次考的和现代热点前沿技术相关的内容&#xff0c;而不是考些老嵌入式架构的&#xff08;上一次看到的还…

sqpserver——利用scott库练习内连接(一)

一.查找每个员工的姓名&#xff0c;部门编号&#xff0c;薪水和薪水等级 select emp.ename, emp.deptno, emp.sal, SALGRADE.GRADE from emp join SALGRADE on emp.sal>LOSAL and emp.sal<HISAL; 二.查找每个部门的编号&#xf…

APM2.8用USB在线下载固件

1.把APM飞控用安卓手机的USB线插入电脑。 选择COM口&#xff0c;不要选择auto&#xff0c;如果你没有COM口说明你驱动安装有问题。 波特率115200。点击相应的图标就可以下载固件到飞控板。 请注意&#xff1a;烧录APM必须选择INSTALL FIRMWARE LEAGACY,第一个是用于刷pixhawk的…

QT C++ 模型视图结构 QTableView 简单例子

在Qt中&#xff0c;MVC模式被广泛使用于各种用户界面框架中&#xff0c;包括Qt的模型视图结构。Qt的模型视图结构是基于MVC模式设计的&#xff0c;其中包括了Model、View和Delegate三个部分。 QTableView是Qt模型视图结构中的一种视图&#xff0c;它用于以表格形式显示数据。 …

【No More Room in Hell】地狱已满服务器一键开服多人联机教程

1、购买后登录服务器 进入控制面板后会出现正在安装的界面&#xff0c;安装大约5分钟&#xff08;如长时间处于安装中请联系我们的客服人员&#xff09; 2、连接游戏 2.1、安装完成后复制开机下方的IP地址 2.2、打开Steam点击左上角的查看➡服务器 点击收藏➡右下角号 粘贴地址…

解决npm卡死,无法安装依赖

npm卡死&#xff0c;无法安装依赖 异常描述原因分析与解决方法 异常描述 1.无法进入命令行&#xff0c;或是很慢没反应 2.装表格无限滚动的el-table-infinite-scroll依赖一上午了&#xff0c;也不能装&#xff0c;报错提示 原因分析与解决方法 1.命令行的问题&#xff1a;缓…

RabbitMQ 之 死信队列

目录 ​编辑一、死信的概念 二、死信的来源 三、死信实战 1、代码架构图 2、消息 TTL 过期 &#xff08;1&#xff09;消费者 &#xff08;2&#xff09;生产者 &#xff08;3&#xff09;结果展示​编辑 3、队列达到最大长度 &#xff08;1&#xff09;消费者 &…

3DF Zephyr v7 解锁版安装教程 (照片转三维模型软件)

前言 3DF Zephyr是一款照片转三维模型软件&#xff0c;可以导出许多常见的3D格式&#xff0c;甚至无需外部工具即可生成无损视频。此外&#xff0c;可以生成真正的正射影像&#xff0c;数字高程模型&#xff08;DTM&#xff09;&#xff0c;甚至可以计算面积&#xff0c;体积&…

软件技术架构全面详解

软件架构全面详解 软件架构 这个与建筑设计架构类似,建筑设计架构师负责设计建筑物的整体结构、布局和功能分配。 而软件架构师,负责设计软件系统的整体组织结构、模块划分、和功能分配。 两者都需要考虑到业务功能、性能、可扩展性、安全性、以及用户体验等方面。 软件架…

【深度学习】ultralytics, yolo seg,实例分割图绘制,核对yolo seg 的txt标记对不对

这段代码的作用是从指定路径读取图像和标签文件&#xff0c;然后在图像上绘制分割区域和相关点&#xff0c;并保存最终的图像。以下是每个函数的具体作用及其解释&#xff1a; read_labels(label_path): 读取指定路径的标签文件。标签文件的每一行表示一个物体的分割信息&#…

硬盘的分区

目录 概念 硬盘的分区 实操 创建分区 fdisk&#xff08;<2T&#xff09; 创建文件系统 挂载 自动挂载&#xff08;永久挂载&#xff09; gpt区分 swap 交换分区 如何删除已挂载的分区 概念 硬盘&#xff1a;计算机的存储设备。&#xff08;如无特殊说明&#xff0…

sklearn线性回归--岭回归

sklearn线性回归--岭回归 岭回归也是一种用于回归的线性模型&#xff0c;因此它的预测公式与普通最小二乘法相同。但在岭回归中&#xff0c;对系数&#xff08;w&#xff09;的选择不仅要在训练数据上得到好的预测结果&#xff0c;而且还要拟合附加约束&#xff0c;使系数尽量小…

基于springboot+vue的班级综合测评管理系统

开发语言&#xff1a;Java框架&#xff1a;springbootJDK版本&#xff1a;JDK1.8服务器&#xff1a;tomcat7数据库&#xff1a;mysql 5.7&#xff08;一定要5.7版本&#xff09;数据库工具&#xff1a;Navicat11开发软件&#xff1a;eclipse/myeclipse/ideaMaven包&#xff1a;…