摘要: oracle中的递归查询可以使用:select .. start with .. connect by .. prior下面将会讲述oracle中树形查询的常用方式,只涉及到一张表。一. 建表语句:-- 菜单目录结构表create table tb_menu( id number(10) n... 阅读全文
posted @ 2015-12-24 15:28 mi333ni 阅读(398) 评论(0) 推荐(0)
摘要: Sub Macro2()'' Macro2 Macro'' Keyboard Shortcut: Ctrl+d' ActiveCell.Select ActiveSheet.Paste Selection.ShapeRange.ScaleHeight 0.6, msoFalse, msoScaleF... 阅读全文
posted @ 2016-01-12 10:58 mi333ni 阅读(356) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=u 阅读全文
posted @ 2013-03-28 05:43 mi333ni 阅读(157) 评论(0) 推荐(0)
摘要: keycode 8 = BackSpace BackSpacekeycode 9 = Tab Tabkeycode 12 = Clearkeycode 13 = Enterkeycode 16 = Shift_Lkeycode 17 = Control_Lkeycode 18 = Alt_Lkeycode 19 = Pausekeycode 20 = Caps_Lockkeycode 27 = Escape Escapekeycode 32 = space spacekeycode 33 = Priorkeycode 34 = Nextkeycode 35 = Endkeycode 36 = 阅读全文
posted @ 2013-03-20 01:39 mi333ni 阅读(253) 评论(0) 推荐(0)
摘要: 1、做查询的时候,帮助文档的方法没问题,但是需要注意的是服务端传过来的数据必须规范,如果不规范的话,那就麻烦了。具体方法如下var grid = null;$(function(){ grid =$("#maingrid").ligerGrid({ checkbox: true, columns: [ { display: '商品编号', name: 'goods_code', type: 'int', width:100}, { display: '商品名称', name: 'goods_name&# 阅读全文
posted @ 2013-03-19 23:13 mi333ni 阅读(169) 评论(0) 推荐(0)