织云等待中...

上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页
摘要: 重装系统......ing 需求也很简单,假设我们有一个 Person 表,每当 Person 表新增或者修改一条数据的时候,给指定服务同步一下。 伪代码非常的简单: boolean success = addPerson(person) if(success){ //发送person,add代表新 阅读全文
posted @ 2024-01-10 15:53 奉禾 阅读(12) 评论(0) 推荐(0)
摘要: 习概考试复习ing 阅读全文
posted @ 2024-01-07 12:37 奉禾 阅读(44) 评论(0) 推荐(0)
摘要: 程序整理 private static DataSource ds ; static { try { //1.加载配置文件 Properties pro = new Properties(); //使用ClassLoader加载配置文件,获取字节输入流 InputStream is = JDBCUt 阅读全文
posted @ 2024-01-06 16:06 奉禾 阅读(14) 评论(0) 推荐(0)
摘要: 验收整理财务管理 业务流程 技术力原因,我主要负责后端数据库,前端在团队成员协助下完成。由于做财务系统时,闭门造车现象严重,这一点上课时还提到过,没有充足的查阅资料及时和同学沟通以及了解财务具体流程,导致我工作中心偏离“流程”,也是在做完系统时和同学胡吹时发现这个重大问题。 下面介绍一下系统主界面 阅读全文
posted @ 2024-01-05 16:25 奉禾 阅读(101) 评论(0) 推荐(0)
摘要: 财务管理免登录效果 package com.example.cwgl.configs; import com.example.cwgl.controller.UserInfoController; import com.example.cwgl.entity.UserInfo; import com 阅读全文
posted @ 2024-01-04 14:19 奉禾 阅读(62) 评论(0) 推荐(0)
摘要: 财务管理 package com.example.cwgl.controller; import com.example.cwgl.entity.Customer; import com.example.cwgl.entity.Emp; import com.example.cwgl.service 阅读全文
posted @ 2024-01-01 15:58 奉禾 阅读(20) 评论(0) 推荐(0)
摘要: package com.example.cwgl.controller; import com.example.cwgl.dao.CallpayMapper; import com.example.cwgl.dao.CustomerMapper; import com.example.cwgl.en 阅读全文
posted @ 2023-12-31 10:15 奉禾 阅读(13) 评论(0) 推荐(0)
摘要: package com.example.cwgl.controller; import com.example.cwgl.entity.Budget; import com.example.cwgl.service.BudgetService; import com.example.cwgl.uti 阅读全文
posted @ 2023-12-30 15:24 奉禾 阅读(17) 评论(0) 推荐(0)
摘要: package com.example.cwgl.controller; import com.example.cwgl.dao.BillMapper; import com.example.cwgl.entity.Bill; import com.example.cwgl.entity.Paywa 阅读全文
posted @ 2023-12-29 10:29 奉禾 阅读(10) 评论(0) 推荐(0)
摘要: 技术力原因,我主要负责后端数据库,前端在团队成员协助下完成。由于做财务系统时,闭门造车现象严重,这一点上课时还提到过,没有充足的查阅资料及时和同学沟通以及了解财务具体流程,导致我工作中心偏离“流程”,也是在做完系统时和同学胡吹时发现这个重大问题。 下面介绍一下系统主界面 我这里主要运用此前的一些经验 阅读全文
posted @ 2023-12-28 11:36 奉禾 阅读(11) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页