前言 在开发一个点餐软件时,app的订单数据是使用本地Sqlite数据库,在提交订单数据后,当订单数据在后台(Mysql数据库)发生变化时(如:已买单),本地数据如何改变呢? 思路 前台在查询时,将后台订单数据以数组方式发送到前台进行更新(update) 实现 服务端实现 定义一类订单类 package yybwb; public class orderdetail { public Integer id; //, public Integer orderID; public Integer m
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; 引用 选择DataGridView中的某一行,离开后,若数据变化则更新到