07 2018 档案
摘要:设置: dataGridView1.AutoGenerateColumns = false;
阅读全文
摘要://定位到指定行(样式)dataGridView1.ClearSelection();dataGridView1.Rows[selectIndex].Selected = true; //让指定行处于选中状态(状态)dataGridView1.CurrentCell = dataGridView1.
阅读全文
摘要:select row_number() over(partition by CODE order by SEQUENCE) as RowIndex from Table 注:根据表的CODE 字段分组,组内根据SEQUENCE字段排序,生成序号 RowIndex
阅读全文
摘要:方式一:Image Sharp 1.在NuGet包源加入Image Sharp包源 2.在需要用到Image Sharp的项目中安装以下的插件 3.调用图片上绘制图片的方法 方式二:QRCoder 1.引入QRCoder包 代码: /// <summary> /// 生成二维码 /// </summ
阅读全文

浙公网安备 33010602011771号