Live2D
摘要: 1 SQL分页查询,每页10个数据,取第三页 A) 如果有id列 select top(10) * from Spider_Hotel where Spider_Hotel.HotelId not in ( select top (10*2) Spider_Hotel.HotelId from Sp 阅读全文
posted @ 2018-12-15 14:02 Gilgamos 阅读(2253) 评论(0) 推荐(0) 编辑
摘要: winfrom: private void dteStartDate_Validating(object sender, CancelEventArgs e) { if (!CheckStartDateEndDate(true)) { XtraMessageBox.Show("起始日期不能大于结束日 阅读全文
posted @ 2018-12-15 13:52 Gilgamos 阅读(2835) 评论(0) 推荐(0) 编辑