分类: Java Web

5 篇文章

Ego(电商项目)复盘
1.分析sql文件 1.1 tb_content 内容(门户广告) id bigint(20) category_id bigint(20) '内容类目ID', title '内容标题', sub_title '子标题', title_desc '标题描述', url '链接', pic '图片绝对路径', pic2 '图片2', content …
thumbnail
Java开发聊天室
Github https://github.com/EchoGroot/training_2.git 效果 https://yuyy.info:8081/training_2/index.html 目的 实现多人在线聊天,长连接,以及系统推送服务,熟悉并运用WebSocket相关技术。 结果
thumbnail
Java 登陆API开发
Github https://github.com/EchoGroot/fourth_spring_simfyspider.git 知识 REST,即Representational State Transfer,表述行状态转移 Restful架构就是符合Rest原则的软件架构 简单来说,通过网络,将其中的资源(文本、图片、歌曲、服务)的状态改变 …
thumbnail
Java爬虫 web版
Github https://github.com/EchoGroot/fourth_spring_simfyspider.git 目的 运用 spring mvc :WebMVC框架 完成从请求到java 1.Controller 2.Model 3.View hibernate-jpa / spring-data-jpa:ORM : 对象关系映…
机场可视化监控系统
Github https://github.com/EchoGroot/air.git 效果 https://yuyy.info:8081/air/index.html 功能概述 用户可在此界面查看机场的可视化监控系统 相关技术 sm sring mybatis websocket (长连接 推送服务)jq gs(地图服务api) html css …