03 2010 档案
datagrid 导出excel
摘要:http://www.cnblogs.com/yank/archive/2008/09/24/1101823.html
阅读全文
datagridview 单元格合并
摘要:void dgResult_CellPainting(object sender, DataGridViewCellPaintingEventArgs e) { if (e.ColumnIndex == 0 && e.RowIndex != -1) { using ( Brush gridBrush = new SolidBrush(this.dgResult.GridColor)...
阅读全文
字符串转json格式
摘要:stringstr = "{\"wang\":\"wang\",\"tiang\":\"tttt\"}XmlHttpHelper.transmit(true, "post", "text", "WebForm1.aspx", call, null);function call(respones) {var p = eval("(" + respones + ")");alert(p.wang);}...
阅读全文
sql 排序的三种方式
摘要:select top 1800 * from AJ_AQJDSBwhere id >(select max(id) from (select top 2000 id from AJ_AQJDSB order by id) b)select top 1800 * from AJ_gcxx where id not in (select top 2000 id from AJ_gcxx orde...
阅读全文
浙公网安备 33010602011771号