// 设定 (1, 2) 为当前单元格 DataGridView1.CurrentCell = DataGridView1[1, 2]; // 取得当前单元格内容 MessageBox.Show(DataGridView1.CurrentCell.Value.ToString()); // 取得当前 ...
场景 Winform控件-DevExpress18下载安装注册以及在VS中使用: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/100061243 在上面搭建好DevExpress的环境后,要使用其GridControl控件。 注 ...
分类:
其他好文 时间:
2019-12-19 09:33:27
阅读次数:
435
导出Excel之Epplus使用教程1(基本介绍) 导出Excel之Epplus使用教程2(样式设置) 导出Excel之Epplus使用教程3(图表设置) 导出Excel之Epplus使用教程4(其他设置) 1、公式计算 excel中离不开各种各样的公式计算,在Epplus中运用公式有两种方式,你都 ...
分类:
其他好文 时间:
2019-12-17 18:34:57
阅读次数:
127
期刊名:Mol Cell Proteomics 发表时间:(2019年12月) IF:4.828 单位:德国Robert Koch 研究所 物种:多种 技术:新蛋白提取和酶解方法 一、 概述: 本文设计了一种仅需要三步——酸化,中和及酶解——就能完成蛋白提取和酶解的实验方法,命名为简单的蛋白提取和酶 ...
display: none | inline | block | list-item | inline-block | table | inline-table | table-caption | table-cell | table-row | table-row-group | table-co ...
分类:
其他好文 时间:
2019-12-16 14:51:49
阅读次数:
72
题目链接 Given a m * n grid, where each cell is either 0 (empty) or 1 (obstacle). In one step, you can move up, down, left or right from and to an empty c ...
分类:
其他好文 时间:
2019-12-16 00:07:26
阅读次数:
126
RequestsLibrary常用的关键字 关 键 字 描 述 Create Session 创建HTTP会话 Get Request 采用get方式请求 Post Request 采用Post方式请求 Put Request 采用Put方式请求 Delete Request 采用Delete方式请 ...
分类:
其他好文 时间:
2019-12-15 23:48:57
阅读次数:
105
1 NX11+VS2013 2 3 #include <uf.h> 4 #include <uf_ui.h> 5 #include <uf_tabnot.h> 6 #include <NXOpen/Part.hxx> 7 #include <NXOpen/PartCollection.hxx> 8 ...
分类:
其他好文 时间:
2019-12-15 16:53:04
阅读次数:
129
touch命令 用途 : 用于创建空白文件或设置文件的时间 格式 : touch [选项] [文件] 参数 作用 -a 仅修改”读取时间”(atime) -m 仅修改”修改时间”(mtime) -d 同时修改atime和mtime 参数 作用 -a 仅修改”读取时间”(atime) -m 仅修改”修 ...
分类:
系统相关 时间:
2019-12-15 01:02:03
阅读次数:
116
一、使用win32com库 安装pip install pypiwincom import win32com.client #excel xlApp =win32com.client.DispatchEx("Excel.Application") #后台运行, 不显示, 不警告 xlApp.Visi ...
分类:
编程语言 时间:
2019-12-15 00:31:04
阅读次数:
341