合集-项目合集

摘要:小项目 跟QT翻金币差不多 ###### 1.webserver服务器原理 ![Image](I:\webser\Image.png) ###### 2.html语言基础介绍 ps:前端我迟早也要拿下 html语言 超文本标签语言 此处详情查看linux服务器开发中html语言介绍 ```html 阅读全文
posted @ 2023-07-29 23:13 大橘|博客
摘要:###### 1.立项 功能 1.聊天总人数显示 2.账号密码注册功能-保留名字-永久保留id->保留id功能取消 3.总聊天室-进入前可输入名字 顺序id 4.聊天室聊天 5.单对单聊天 6.id=cfd串联起来 ###### 4.服务器代码 ``` #include "threadpoolsim 阅读全文
posted @ 2023-07-31 15:38 大橘|博客
摘要:开发日志 1.项目初始化和基础搭建 创建一个父类 继承自 QMainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include<qpainter.h> #include"mypushb.h" #include"three.h" 阅读全文
posted @ 2023-05-13 18:37 大橘|博客
摘要:https://gitee.com/laomaodu/easy-pan/tree/v1.0/ 阅读全文
posted @ 2024-01-09 17:54 大橘|博客
摘要:本项目使用springboot ssm MyBitsplus MySQL Redis Nginx MySQL 读写分离等技术 本项目 作为后端工程师来讲 我们只需关注网关 应用 数据层 网关层 我们实现前后端分离 后端基于tomcat进行部署 前端页面基于nginx进行部署 同时利用该特性 实现my 阅读全文
posted @ 2023-11-14 12:35 大橘|博客