会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
mi333ni
博客园
首页
新随笔
联系
管理
订阅
[置顶]
oracle树操作(select start with connect by prior)
摘要: 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)
2016年1月12日
Excel 宏 截图等大小
摘要: 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)
2013年3月28日
使用CSS实现圆角边框
摘要: <!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)
2013年3月20日
JavaScript KeyCode数字对应键盘以及应用大全
摘要: 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)
2013年3月19日
ligur研究总结
摘要: 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)
公告