--sql structured query language --DML--Data Manipulation Language--数据操作语言 query information (SELECT), add new rows (INSERT), modify existing rows (UPD... ...
分类:
数据库 时间:
2017-08-03 09:59:14
阅读次数:
1224
自己写的剑指offer步数题 bool hasOneCore(const char *matrix, int row, int col, int rows, int cols, const char *str, int &index, bool *visited) { if(str[index] = ...
分类:
其他好文 时间:
2017-08-03 01:09:47
阅读次数:
216
Load Rows On Demand (AJAX) 参考:http://www.guriddo.net/demo/treegridjs/ ...
分类:
其他好文 时间:
2017-08-01 14:26:07
阅读次数:
126
RunSource Using event delegation on an HTML table to highlight rows and columns. js代码: require([ 'dojo/on', 'dojo/dom-class', 'dojo/dom-attr', 'dojo/q ...
分类:
其他好文 时间:
2017-07-31 22:05:29
阅读次数:
151
在Sql Server 2012之前,实现分页主要是使用ROW_NUMBER(),在SQL Server2012,可以使用Offset ...Rows Fetch Next ... Rows only的方式去实现分页数据查询。 上面代码中,column1,column2 ... columnN表示实 ...
分类:
数据库 时间:
2017-07-30 23:44:58
阅读次数:
323
执行计划+Hint+统计信息+并行+绑定变量+sql跟踪和10046事件+10053事件总结 执行计划 1.执行计划中的rows表示CBO从一个行源预期获取的记录数,这个行源可能是一个表,也可能是一个索引。 2.rows值对CBO做出正确的执行计划至关重要,如果CBO获取的rows值不准确(通常是没 ...
分类:
其他好文 时间:
2017-07-30 18:14:03
阅读次数:
195
业务需求:客户端浏览器上有一个下拉选,有两个可选的值,当需要选择另一个值的时候,需要把这个值更新到后台的全局属性的变量中,页面就会变更。 下图是下拉选的两个值1、2 实现的过程:当选中下拉选后,属性OnSelectedIndexChanged的值dpl_rows_SelectedIndexChang ...
分类:
其他好文 时间:
2017-07-29 00:02:40
阅读次数:
219
MYSQL常用命令1.导出整个数据库mysqldump -u 用户名 -p –default-character-set=latin1 数据库名 > 导出的文件名(数据库默认编码是latin1)mysqldump -u wcnc -p smgp_apps_wcnc > wcnc.sql2.导出一个表 ...
分类:
数据库 时间:
2017-07-27 20:15:40
阅读次数:
246
Description Fat brother and Maze are playing a kind of special (hentai) game on an N*M board (N rows, M columns). At the beginning, each grid of this ...
分类:
其他好文 时间:
2017-07-27 14:34:32
阅读次数:
190
Let's consider a table consisting of n rows and n columns. The cell located at the intersection of i-th row and j-th column contains numberi?×?j. The ...
分类:
其他好文 时间:
2017-07-26 20:28:10
阅读次数:
142