2019年10月28日
摘要: 1 using System; 2 using System.Text; 3 using System.IO; 4 using System.Security.Cryptography; 5 6 namespace Logistics 7 { 8 /// 9 /// 字符串加密解密类 10 /// 11 public sealed cla... 阅读全文
posted @ 2019-10-28 09:20 leizhui 阅读(2280) 评论(0) 推荐(0) 编辑
  2019年9月11日
摘要: 1 //选中DataGridView的RowPostPaint生成方法 2 3 4 5 private void dgvStudentList_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) 6 { 7 DataGridViewStyle.DgvRowPostPaint(this.dgvStudentList,e) 阅读全文
posted @ 2019-09-11 13:41 leizhui 阅读(445) 评论(0) 推荐(0) 编辑
  2019年8月21日
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Data; 6 using System.Data.SqlClient; 7 using System.Configuration; 8 9 namespace... 阅读全文
posted @ 2019-08-21 15:40 leizhui 阅读(436) 评论(0) 推荐(0) 编辑