搜索结果
查询Tags标签: STATIONNAME,共有 3条记录-
对数据库中某字段的数据进行截取
1、Controller: @GetMapping("/pisplanstatus")public Result pisPlanStatus(String queryType) {Station station = getStation();List<GuideScreenTest> pisplanstatus = (List<GuideScreenTest>) planBriService.pisplanstatus(queryType, stat…
2022/4/18 19:12:42 人评论 次浏览 -
winform操作数据库
1.获取连接SqlConnection con = SqlConnect.getConn(); 2.绑定SqlConnection对象 SqlCommand command = con.CreateCommand(); 3.绑定SQL语句String deleteStr = "delete from WorkingLine where StationName=@STATIONNAME";command.CommandText = deleteStr; 4…
2021/7/21 2:09:01 人评论 次浏览 -
winform操作数据库
1.获取连接SqlConnection con = SqlConnect.getConn(); 2.绑定SqlConnection对象 SqlCommand command = con.CreateCommand(); 3.绑定SQL语句String deleteStr = "delete from WorkingLine where StationName=@STATIONNAME";command.CommandText = deleteStr; 4…
2021/7/21 2:09:01 人评论 次浏览