上一页 1 2 3 4 5 6 ··· 30 下一页
摘要: <input type="checkbox" id="ckall" onclick="checkall()"/>全选<input type="checkbox" class="ckitem" />学习<input type="checkbox" class="ckitem" />吃饭<input t 阅读全文
posted @ 2023-07-27 21:32 .net&new 阅读(16) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文
posted @ 2023-07-17 21:49 .net&new 阅读(37) 评论(0) 推荐(0) 编辑
摘要: private void Form1_Load(object sender, EventArgs e) { DataTable dt = new DataTable(); DataColumn c1 = new DataColumn("序号", typeof(string)); DataColumn 阅读全文
posted @ 2023-07-17 20:37 .net&new 阅读(39) 评论(0) 推荐(0) 编辑
摘要: using Service;using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using wgh.model;namespace Wgh.stud 阅读全文
posted @ 2023-07-06 21:44 .net&new 阅读(5) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel.DataAnnotations.Schema;using System.Linq;using Dapper.Lite; namespace wgh.mo 阅读全文
posted @ 2023-07-06 21:41 .net&new 阅读(16) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using wgh.model.Models;using DBHelper;u 阅读全文
posted @ 2023-07-06 21:41 .net&new 阅读(2) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using wgh.model.Models;using DBHelper;n 阅读全文
posted @ 2023-07-06 21:40 .net&new 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 安装 autofac 安装 autofac.mvc 注册代码 var builder = new ContainerBuilder(); builder.RegisterControllers(typeof(MvcApplication).Assembly).PropertiesAutowired( 阅读全文
posted @ 2023-07-06 21:35 .net&new 阅读(16) 评论(0) 推荐(0) 编辑
摘要: //选中checkbox事件种类 string IncidentType = dtMain.Rows.Count > 0 ? dtMain.Rows[0]["事件种类"].ToString() : ""; var IncidentTypeArray = IncidentType.Split(',') 阅读全文
posted @ 2023-07-04 20:11 .net&new 阅读(4) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/lib 阅读全文
posted @ 2023-06-07 21:02 .net&new 阅读(305) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 30 下一页