获取 DataGrid 选中的单元格的信息DataGridCellInfo cell_Info = this.studentTable.SelectedCells[0]; studentTableItem student_Info = cell_Info.Item as studentTableIt ...
html 基本样式 一、宽高不固定 1.display: flex 2.absolute + transform 3.absolute + margin: auto 4.display: table-cell 二、宽高固定 1.text-align + display: inline-block + ...
分类:
Web程序 时间:
2019-01-13 19:13:26
阅读次数:
212
Vim的多窗口功能 多窗口情况下按键功能 :sp 【filename】 打开一个新的窗口,如果有加filename,表示在新窗口打开一个新文件,否则表示两个窗口为同一文件内容 :【ctrl】+w+j(或方向键下按键) 光标可移动到下方的窗口 :【ctrl】+w+k(或方向键上按键) 光标可移动到上方 ...
分类:
系统相关 时间:
2019-01-12 21:47:28
阅读次数:
242
ERROR 1794 (HY000): Slave is not configured or failed to initialize properly. You must at least set --server-id to enable either a master or a slave. ...
分类:
数据库 时间:
2019-01-12 21:46:16
阅读次数:
394
body, table{font family: 微软雅黑; font size: 13.5pt} table{border collapse: collapse; border: solid gray; border width: 2px 0 2px 0;} th{border: 1px soli ...
分类:
其他好文 时间:
2019-01-12 17:49:22
阅读次数:
814
<!doctype html><html><head><meta charset="utf-8"><title>无标题文档</title><style> #all{width: 400px; height: 500px; background: #ccc; margin: auto; } #foot ...
分类:
其他好文 时间:
2019-01-12 16:46:48
阅读次数:
198
datagrid 扩展单元格textarea editor by:授客 QQ:1033553122 测试环境 jquery-easyui-1.5.3 问题描述 如下,在没有扩展的情况下,初始化如下 手动拖拽,拖拽时一边往右侧拖拽,结果如下,上图那个拖拽图标被隐藏了。停止拖拽后无法再次拖拽 解决方案 ...
分类:
其他好文 时间:
2019-01-11 23:18:14
阅读次数:
273
手动SQL方式分页 一.首先来看看最重要的Page类。 首先我们让start默认为0,count=5。count为一页的容量,而令start为0,是如果浏览器访问不输入start参数就默认为从头开始浏览页信息 而public void caculateLast是用来获取最后一页的开始 ,这样就可以一 ...
分类:
其他好文 时间:
2019-01-11 22:16:27
阅读次数:
341
1 2 3 4 5 学生信息 6 7 8 9 学生基本情况登记表 10 11 姓名 12 13 曾用名 14 ... ...
分类:
Web程序 时间:
2019-01-11 22:08:57
阅读次数:
622