1.表中有id和name 两个字段,查询出name重复的所有数据 1 select * from xi a where (a.username) in (select username from xi group by username having count(*) > 1) 2、查询出所有数据进 ...
分类:
数据库 时间:
2019-12-19 13:03:27
阅读次数:
121
// 设定 (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
//写在dataGridView1控件的CellPainting事件中 if (e.ColumnIndex==0 && e.RowIndex!= 1 || e.ColumnIndex==1 && e.RowIndex!= 1)//对第1列和第2列相同单元格进行合并 { Brush datagridB ...
delete t_xxx_user where recid in ( select recid from t_xxx_user where recid in ( select min(recid) from t_sz_grid_forecast_user where ddatetime = to_d ...
分类:
其他好文 时间:
2019-12-17 20:08:36
阅读次数:
86
导出Excel之Epplus使用教程1(基本介绍) 导出Excel之Epplus使用教程2(样式设置) 导出Excel之Epplus使用教程3(图表设置) 导出Excel之Epplus使用教程4(其他设置) 1、公式计算 excel中离不开各种各样的公式计算,在Epplus中运用公式有两种方式,你都 ...
分类:
其他好文 时间:
2019-12-17 18:34:57
阅读次数:
127
原题链接在这里:https://leetcode.com/problems/spiral-matrix-iii/ 题目: On a 2 dimensional grid with R rows and C columns, we start at (r0, c0) facing east. Here ...
分类:
其他好文 时间:
2019-12-17 13:26:19
阅读次数:
81
期刊名:Mol Cell Proteomics 发表时间:(2019年12月) IF:4.828 单位:德国Robert Koch 研究所 物种:多种 技术:新蛋白提取和酶解方法 一、 概述: 本文设计了一种仅需要三步——酸化,中和及酶解——就能完成蛋白提取和酶解的实验方法,命名为简单的蛋白提取和酶 ...
报错信息:解决方法如下:在root用户下面跑一下roothas.pl脚本[root@oralceasmdby~]#/u01/app/11.2.0/grid/crs/install/roothas.plUsingconfigurationparameterfile:/u01/app/11.2.0/grid/crs/install/crsconfig_paramsCreatingtracedirect
分类:
数据库 时间:
2019-12-17 01:01:59
阅读次数:
188
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