会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
好学不好学
博客园
首页
新随笔
联系
订阅
管理
2020年3月27日
登陆窗体
摘要: //登录 private void btnLogin_Click(object sender, EventArgs e) { #region 数据验证 if (this.txtAdminId.Text.Trim().Length==0) { MessageBox.Show("请输入登录账号!","登
阅读全文
posted @ 2020-03-27 10:42 好学不好学
阅读(147)
评论(0)
推荐(0)
2020年3月26日
NPOI由电子表格生成datatable(不能由空列)
摘要: class NPOIOGreadTableFromExcel { /// <summary> /// 将excel导入到datatable /// </summary> /// <param name="filePath">excel路径</param> /// <param name="isCol
阅读全文
posted @ 2020-03-26 21:29 好学不好学
阅读(208)
评论(0)
推荐(0)
2020年2月29日
NPOI.dll 用法。单元格,样式,字体,颜色,行高,宽度。读写excel
摘要: 1.25 NPOI.dll using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq;
阅读全文
posted @ 2020-02-29 11:11 好学不好学
阅读(321)
评论(0)
推荐(0)
公告