上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 52 下一页
摘要: namespace invoke和begininvoke的用法 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } //声明接受int的方法并返回空的委托。 public delegate v 阅读全文
posted @ 2018-11-19 17:30 enych 阅读(2471) 评论(0) 推荐(0) 编辑
摘要: int startmaxid = 0; if (db.LPicture.Any()) { // LPicture Newmode = db.LPicture.Where(n => ).FirstOrDefault(); startmaxid = db.LPicture... 阅读全文
posted @ 2018-11-19 09:37 enych 阅读(2113) 评论(0) 推荐(0) 编辑
摘要: 这个在C#中怎么接收? 阅读全文
posted @ 2018-11-16 23:16 enych 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-14 16:51 enych 阅读(4977) 评论(0) 推荐(0) 编辑
摘要: [StringLength(50)] //可空 对应数据库可空 [DefaultValue("")] [DisplayName("添加人用户名")] public string CreateUserName { get; set; } //[... 阅读全文
posted @ 2018-11-14 16:47 enych 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-14 15:24 enych 阅读(275) 评论(0) 推荐(0) 编辑
摘要: $("#txttype").val("Down");document.getElementById('form1').action = "/Backstage/xxx/List";document.getElementById("form1").submit();$("#txttype").val( 阅读全文
posted @ 2018-11-13 16:58 enych 阅读(2224) 评论(0) 推荐(0) 编辑
摘要: var str1 = Properties.Resources.ResourceManager.GetObject("String1", null); string url = System.Configuration.ConfigurationManager.AppSettings["url"]; //获得配置文件下的值 阅读全文
posted @ 2018-11-07 11:35 enych 阅读(3149) 评论(0) 推荐(0) 编辑
摘要: C# 打开另一个窗体,(模态对话框) Form1 frm= new Form1(); //创建对象 DialogResult retServer = frm.ShowDialog(); //模式对话框 if (retServer == DialogResult.OK) { InitConnectString(); } else { return; } 另一个窗体的保存按钮代码 this.Dial... 阅读全文
posted @ 2018-11-07 11:27 enych 阅读(2007) 评论(0) 推荐(0) 编辑
摘要: string str1 = "123AAA456AAAA789AAAAAAA1011"; string str2 = "123456789AAA23456789AAAA3456789AAAAAAA4567890"; string str3 = "123456788AAA23456789AAAA3456789AAAAAAA4567890"; ... 阅读全文
posted @ 2018-11-07 11:05 enych 阅读(5545) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 52 下一页