在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 基于jqueryUI的MVC权限管理

基于jqueryUI的MVC权限管理

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:7.55M
  • 下载次数:7
  • 浏览次数:183
  • 发布时间:2021-03-13
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
基于jqueryUI的MVC权限管理,很好的一个例子
【实例截图】
【核心代码】
7d4b0714-bb88-4418-aa48-c28531303a2c
├── 51aspx源码必读.txt
├── App
│   ├── App.csproj
│   ├── App.csproj.user
│   ├── bin
│   │   ├── App.dll
│   │   ├── App.pdb
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── c1.c1excel.dll
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── IBLL.dll
│   │   └── IBLL.pdb
│   ├── Content
│   │   ├── default.css
│   │   └── StyleSheet.css
│   ├── Controllers
│   │   ├── AccountController.cs
│   │   ├── CaiGouJiHuaMingXiController.cs
│   │   ├── CaiGouXuQiouJiHuaController.cs
│   │   ├── ChanPinController.cs
│   │   ├── ChanPinMuLuController.cs
│   │   ├── ChanPinMuLuTreeController.cs
│   │   ├── FenFaController.cs
│   │   ├── HomeController.cs
│   │   ├── SysDepartmentController.cs
│   │   ├── SysDepartmentTreeController.cs
│   │   ├── SysExceptionController.cs
│   │   ├── SysFieldController.cs
│   │   ├── SysLogController.cs
│   │   ├── SysMenuController.cs
│   │   ├── SysMenuTreeController.cs
│   │   ├── SysPersonController.cs
│   │   └── SysRoleController.cs
│   ├── Global.asax
│   ├── Global.asax.cs
│   ├── Images
│   │   ├── anquantuichu.gif
│   │   ├── bangzhu.gif
│   │   ├── beijingtiao.gif
│   │   ├── buttonOn_login.gif
│   │   ├── deleteimge.png
│   │   ├── duanxinxi.gif
│   │   ├── login_bottom.gif
│   │   ├── login_midbg.gif
│   │   ├── login_pic.gif
│   │   ├── login_top.gif
│   │   ├── mimaxiugai.gif
│   │   ├── noscript.gif
│   │   ├── tabicons.png
│   │   └── yuanjiao.gif
│   ├── Models
│   │   ├── AccountModels.cs
│   │   ├── BaseController.cs
│   │   ├── ChanPinMuLuTreeModel.cs
│   │   ├── LogClassModels.cs
│   │   ├── SupportFilter.cs
│   │   ├── SysDepartmentTreeModel.cs
│   │   ├── SysFieldsDDL.cs
│   │   └── SysMenuTreeModel.cs
│   ├── mylog.txt
│   ├── obj
│   │   ├── Debug
│   │   │   ├── App.csproj.FileListAbsolute.txt
│   │   │   ├── App.dll
│   │   │   ├── App.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── Model1.Designer.cs.dll
│   │   └── Release
│   │   ├── App.csproj.FileListAbsolute.txt
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── ResolveAssemblyReference.cache
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Res
│   │   ├── flexigrid
│   │   │   ├── accept.png
│   │   │   ├── coffee.png
│   │   │   ├── css
│   │   │   │   ├── flexigrid
│   │   │   │   │   ├── flexigrid.css
│   │   │   │   │   └── images
│   │   │   │   │   ├── bg.gif
│   │   │   │   │   ├── btn-sprite.gif
│   │   │   │   │   ├── ddn.png
│   │   │   │   │   ├── dn.png
│   │   │   │   │   ├── fhbg.gif
│   │   │   │   │   ├── first.gif
│   │   │   │   │   ├── last.gif
│   │   │   │   │   ├── line.gif
│   │   │   │   │   ├── load.gif
│   │   │   │   │   ├── load.png
│   │   │   │   │   ├── magnifier.png
│   │   │   │   │   ├── next.gif
│   │   │   │   │   ├── prev.gif
│   │   │   │   │   ├── true.gif
│   │   │   │   │   ├── up.png
│   │   │   │   │   ├── uup.png
│   │   │   │   │   └── wbg.gif
│   │   │   │   └── images
│   │   │   │   ├── add.png
│   │   │   │   ├── close.png
│   │   │   │   ├── deleteimge.png
│   │   │   │   ├── excelcss.jpg
│   │   │   │   └── view.png
│   │   │   ├── flash.png
│   │   │   ├── flexigrid.js
│   │   │   ├── flexigrid.pack.js
│   │   │   ├── index.html
│   │   │   ├── lib
│   │   │   │   └── jquery
│   │   │   │   └── jquery.js
│   │   │   ├── sample1.html
│   │   │   └── style.css
│   │   ├── jquery-easyui-1.2.3
│   │   │   ├── changelog.txt
│   │   │   ├── demo
│   │   │   │   ├── accordion.html
│   │   │   │   ├── calendar.html
│   │   │   │   ├── combobox_data.json
│   │   │   │   ├── combobox.html
│   │   │   │   ├── combogrid.html
│   │   │   │   ├── combo.html
│   │   │   │   ├── combotree.html
│   │   │   │   ├── datagrid2.html
│   │   │   │   ├── datagrid3.html
│   │   │   │   ├── datagrid4.html
│   │   │   │   ├── datagrid5.html
│   │   │   │   ├── datagrid_data2.json
│   │   │   │   ├── datagrid_data3.json
│   │   │   │   ├── datagrid_data.json
│   │   │   │   ├── datagrid.html
│   │   │   │   ├── datebox.html
│   │   │   │   ├── datetimebox.html
│   │   │   │   ├── dialog.html
│   │   │   │   ├── draggable.html
│   │   │   │   ├── droppable1.html
│   │   │   │   ├── droppable2.html
│   │   │   │   ├── droppable.html
│   │   │   │   ├── easyloader.html
│   │   │   │   ├── form_data.json
│   │   │   │   ├── form.html
│   │   │   │   ├── layout1.html
│   │   │   │   ├── layout2.html
│   │   │   │   ├── layout.html
│   │   │   │   ├── linkbutton.html
│   │   │   │   ├── menubutton.html
│   │   │   │   ├── menu.html
│   │   │   │   ├── messager.html
│   │   │   │   ├── numberbox.html
│   │   │   │   ├── numberspinner.html
│   │   │   │   ├── pagination.html
│   │   │   │   ├── panel.html
│   │   │   │   ├── propertygrid_data.json
│   │   │   │   ├── propertygrid.html
│   │   │   │   ├── resizable.html
│   │   │   │   ├── splitbutton.html
│   │   │   │   ├── tabs_href_test.html
│   │   │   │   ├── tabs.html
│   │   │   │   ├── timespinner.html
│   │   │   │   ├── tree2.html
│   │   │   │   ├── tree_data.json
│   │   │   │   ├── treegrid2.html
│   │   │   │   ├── treegrid3.html
│   │   │   │   ├── treegrid_data2.json
│   │   │   │   ├── treegrid_data3.json
│   │   │   │   ├── treegrid_data.json
│   │   │   │   ├── treegrid.html
│   │   │   │   ├── treegrid_subdata.json
│   │   │   │   ├── tree.html
│   │   │   │   ├── validatebox.html
│   │   │   │   └── window.html
│   │   │   ├── easyloader.js
│   │   │   ├── jquery-1.4.4.min.js
│   │   │   ├── jquery.easyui.min.js
│   │   │   ├── licence_gpl.txt
│   │   │   ├── license_commercial.txt
│   │   │   ├── locale
│   │   │   │   ├── easyui-lang-af.js
│   │   │   │   ├── easyui-lang-bg.js
│   │   │   │   ├── easyui-lang-ca.js
│   │   │   │   ├── easyui-lang-cs.js
│   │   │   │   ├── easyui-lang-da.js
│   │   │   │   ├── easyui-lang-de.js
│   │   │   │   ├── easyui-lang-en.js
│   │   │   │   ├── easyui-lang-fr.js
│   │   │   │   ├── easyui-lang-nl.js
│   │   │   │   ├── easyui-lang-zh_CN.js
│   │   │   │   └── easyui-lang-zh_TW.js
│   │   │   ├── plugins
│   │   │   │   ├── jquery.accordion.js
│   │   │   │   ├── jquery.calendar.js
│   │   │   │   ├── jquery.combobox.js
│   │   │   │   ├── jquery.combogrid.js
│   │   │   │   ├── jquery.combo.js
│   │   │   │   ├── jquery.combotree.js
│   │   │   │   ├── jquery.datagrid.js
│   │   │   │   ├── jquery.datebox.js
│   │   │   │   ├── jquery.datetimebox.js
│   │   │   │   ├── jquery.dialog.js
│   │   │   │   ├── jquery.draggable.js
│   │   │   │   ├── jquery.droppable.js
│   │   │   │   ├── jquery.form.js
│   │   │   │   ├── jquery.layout.js
│   │   │   │   ├── jquery.linkbutton.js
│   │   │   │   ├── jquery.menubutton.js
│   │   │   │   ├── jquery.menu.js
│   │   │   │   ├── jquery.messager.js
│   │   │   │   ├── jquery.numberbox.js
│   │   │   │   ├── jquery.numberspinner.js
│   │   │   │   ├── jquery.pagination.js
│   │   │   │   ├── jquery.panel.js
│   │   │   │   ├── jquery.parser.js
│   │   │   │   ├── jquery.propertygrid.js
│   │   │   │   ├── jquery.resizable.js
│   │   │   │   ├── jquery.spinner.js
│   │   │   │   ├── jquery.splitbutton.js
│   │   │   │   ├── jquery.tabs.js
│   │   │   │   ├── jquery.timespinner.js
│   │   │   │   ├── jquery.treegrid.js
│   │   │   │   ├── jquery.tree.js
│   │   │   │   ├── jquery.validatebox.js
│   │   │   │   └── jquery.window.js
│   │   │   ├── readme.txt
│   │   │   └── themes
│   │   │   ├── default
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_collapse.png
│   │   │   │   │   ├── accordion_expand.png
│   │   │   │   │   ├── button_a_bg.gif
│   │   │   │   │   ├── button_plain_hover.png
│   │   │   │   │   ├── button_span_bg.gif
│   │   │   │   │   ├── calendar_nextmonth.gif
│   │   │   │   │   ├── calendar_nextyear.gif
│   │   │   │   │   ├── calendar_prevmonth.gif
│   │   │   │   │   ├── calendar_prevyear.gif
│   │   │   │   │   ├── combo_arrow.gif
│   │   │   │   │   ├── datagrid_header_bg.gif
│   │   │   │   │   ├── datagrid_row_collapse.gif
│   │   │   │   │   ├── datagrid_row_expand.gif
│   │   │   │   │   ├── datagrid_sort_asc.gif
│   │   │   │   │   ├── datagrid_sort_desc.gif
│   │   │   │   │   ├── datagrid_title_bg.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_button_down.gif
│   │   │   │   │   ├── layout_button_left.gif
│   │   │   │   │   ├── layout_button_right.gif
│   │   │   │   │   ├── layout_button_up.gif
│   │   │   │   │   ├── menu_downarrow.png
│   │   │   │   │   ├── menu.gif
│   │   │   │   │   ├── menu_rightarrow.png
│   │   │   │   │   ├── menu_sep.png
│   │   │   │   │   ├── menu_split_downarrow.png
│   │   │   │   │   ├── messager_error.gif
│   │   │   │   │   ├── messager_info.gif
│   │   │   │   │   ├── messager_question.gif
│   │   │   │   │   ├── messager_warning.gif
│   │   │   │   │   ├── pagination_first.gif
│   │   │   │   │   ├── pagination_last.gif
│   │   │   │   │   ├── pagination_loading.gif
│   │   │   │   │   ├── pagination_load.png
│   │   │   │   │   ├── pagination_next.gif
│   │   │   │   │   ├── pagination_prev.gif
│   │   │   │   │   ├── panel_loading.gif
│   │   │   │   │   ├── panel_title.png
│   │   │   │   │   ├── panel_tool_collapse.gif
│   │   │   │   │   ├── panel_tool_expand.gif
│   │   │   │   │   ├── panel_tools.gif
│   │   │   │   │   ├── spinner_arrow_down.gif
│   │   │   │   │   ├── spinner_arrow_up.gif
│   │   │   │   │   ├── tabs_active.png
│   │   │   │   │   ├── tabs_close.gif
│   │   │   │   │   ├── tabs_enabled.png
│   │   │   │   │   ├── tabs_leftarrow.png
│   │   │   │   │   ├── tabs_rightarrow.png
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── tree_arrows.gif
│   │   │   │   │   ├── tree_checkbox_0.gif
│   │   │   │   │   ├── tree_checkbox_1.gif
│   │   │   │   │   ├── tree_checkbox_2.gif
│   │   │   │   │   ├── tree_dnd_no.png
│   │   │   │   │   ├── tree_dnd_yes.png
│   │   │   │   │   ├── tree_file.gif
│   │   │   │   │   ├── tree_folder.gif
│   │   │   │   │   ├── tree_folder_open.gif
│   │   │   │   │   ├── tree_loading.gif
│   │   │   │   │   ├── validatebox_pointer.gif
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── gray
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_collapse.png
│   │   │   │   │   ├── accordion_expand.png
│   │   │   │   │   ├── button_a_bg.gif
│   │   │   │   │   ├── button_plain_hover.png
│   │   │   │   │   ├── button_span_bg.gif
│   │   │   │   │   ├── calendar_nextmonth.gif
│   │   │   │   │   ├── calendar_nextyear.gif
│   │   │   │   │   ├── calendar_prevmonth.gif
│   │   │   │   │   ├── calendar_prevyear.gif
│   │   │   │   │   ├── combo_arrow.gif
│   │   │   │   │   ├── datagrid_header_bg.gif
│   │   │   │   │   ├── datagrid_row_collapse.gif
│   │   │   │   │   ├── datagrid_row_expand.gif
│   │   │   │   │   ├── datagrid_sort_asc.gif
│   │   │   │   │   ├── datagrid_sort_desc.gif
│   │   │   │   │   ├── datagrid_title_bg.gif
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_button_down.gif
│   │   │   │   │   ├── layout_button_left.gif
│   │   │   │   │   ├── layout_button_right.gif
│   │   │   │   │   ├── layout_button_up.gif
│   │   │   │   │   ├── menu_downarrow.png
│   │   │   │   │   ├── menu.gif
│   │   │   │   │   ├── menu_rightarrow.png
│   │   │   │   │   ├── menu_sep.png
│   │   │   │   │   ├── menu_split_downarrow.png
│   │   │   │   │   ├── messager_error.gif
│   │   │   │   │   ├── messager_info.gif
│   │   │   │   │   ├── messager_question.gif
│   │   │   │   │   ├── messager_warning.gif
│   │   │   │   │   ├── pagination_first.gif
│   │   │   │   │   ├── pagination_last.gif
│   │   │   │   │   ├── pagination_loading.gif
│   │   │   │   │   ├── pagination_load.png
│   │   │   │   │   ├── pagination_next.gif
│   │   │   │   │   ├── pagination_prev.gif
│   │   │   │   │   ├── panel_loading.gif
│   │   │   │   │   ├── panel_title.gif
│   │   │   │   │   ├── panel_tool_collapse.gif
│   │   │   │   │   ├── panel_tool_expand.gif
│   │   │   │   │   ├── panel_tools.gif
│   │   │   │   │   ├── spinner_arrow_down.gif
│   │   │   │   │   ├── spinner_arrow_up.gif
│   │   │   │   │   ├── tabs_close.gif
│   │   │   │   │   ├── tabs_enabled.gif
│   │   │   │   │   ├── tabs_leftarrow.png
│   │   │   │   │   ├── tabs_rightarrow.png
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── tree_arrows.gif
│   │   │   │   │   ├── tree_checkbox_0.gif
│   │   │   │   │   ├── tree_checkbox_1.gif
│   │   │   │   │   ├── tree_checkbox_2.gif
│   │   │   │   │   ├── tree_dnd_no.png
│   │   │   │   │   ├── tree_dnd_yes.png
│   │   │   │   │   ├── tree_file.gif
│   │   │   │   │   ├── tree_folder.gif
│   │   │   │   │   ├── tree_folder_open.gif
│   │   │   │   │   ├── tree_loading.gif
│   │   │   │   │   ├── validatebox_pointer.gif
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── icon.css
│   │   │   └── icons
│   │   │   ├── back.png
│   │   │   ├── blank.gif
│   │   │   ├── cancel.png
│   │   │   ├── cut.png
│   │   │   ├── edit_add.png
│   │   │   ├── edit_remove.png
│   │   │   ├── filesave.png
│   │   │   ├── help.png
│   │   │   ├── no.png
│   │   │   ├── ok.png
│   │   │   ├── pencil.png
│   │   │   ├── print.png
│   │   │   ├── redo.png
│   │   │   ├── reload.png
│   │   │   ├── search.png
│   │   │   ├── sum.png
│   │   │   └── undo.png
│   │   ├── jqueryui186custom
│   │   │   ├── css
│   │   │   │   └── ui-lightness
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-bg_diagonals-thick_18_b81900_40x40.png
│   │   │   │   │   ├── ui-bg_diagonals-thick_20_666666_40x40.png
│   │   │   │   │   ├── ui-bg_flat_10_000000_40x100.png
│   │   │   │   │   ├── ui-bg_glass_100_f6f6f6_1x400.png
│   │   │   │   │   ├── ui-bg_glass_100_fdf5ce_1x400.png
│   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   ├── ui-bg_gloss-wave_35_f6a828_500x100.png
│   │   │   │   │   ├── ui-bg_highlight-soft_100_eeeeee_1x100.png
│   │   │   │   │   ├── ui-bg_highlight-soft_75_ffe45c_1x100.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_228ef1_256x240.png
│   │   │   │   │   ├── ui-icons_ef8c08_256x240.png
│   │   │   │   │   ├── ui-icons_ffd27a_256x240.png
│   │   │   │   │   └── ui-icons_ffffff_256x240.png
│   │   │   │   └── jquery-ui-1.8.6.custom.css
│   │   │   ├── development-bundle
│   │   │   │   ├── AUTHORS.txt
│   │   │   │   ├── demos
│   │   │   │   │   ├── accordion
│   │   │   │   │   │   ├── collapsible.html
│   │   │   │   │   │   ├── custom-icons.html
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── fillspace.html
│   │   │   │   │   │   ├── hoverintent.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── mouseover.html
│   │   │   │   │   │   ├── no-auto-height.html
│   │   │   │   │   │   └── sortable.html
│   │   │   │   │   ├── addClass
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── animate
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── autocomplete
│   │   │   │   │   │   ├── categories.html
│   │   │   │   │   │   ├── combobox.html
│   │   │   │   │   │   ├── custom-data.html
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── folding.html
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── jquery_32x32.png
│   │   │   │   │   │   │   ├── jqueryui_32x32.png
│   │   │   │   │   │   │   ├── sizzlejs_32x32.png
│   │   │   │   │   │   │   ├── transparent_1x1.png
│   │   │   │   │   │   │   └── ui-anim_basic_16x16.gif
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── london.xml
│   │   │   │   │   │   ├── maxheight.html
│   │   │   │   │   │   ├── multiple.html
│   │   │   │   │   │   ├── multiple-remote.html
│   │   │   │   │   │   ├── remote.html
│   │   │   │   │   │   ├── remote-jsonp.html
│   │   │   │   │   │   ├── remote-with-cache.html
│   │   │   │   │   │   ├── search.php
│   │   │   │   │   │   └── xml.html
│   │   │   │   │   ├── button
│   │   │   │   │   │   ├── checkbox.html
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── icons.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── radio.html
│   │   │   │   │   │   ├── splitbutton.html
│   │   │   │   │   │   └── toolbar.html
│   │   │   │   │   ├── datepicker
│   │   │   │   │   │   ├── alt-field.html
│   │   │   │   │   │   ├── animation.html
│   │   │   │   │   │   ├── buttonbar.html
│   │   │   │   │   │   ├── date-formats.html
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── dropdown-month-year.html
│   │   │   │   │   │   ├── event-search.html
│   │   │   │   │   │   ├── icon-trigger.html
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   └── calendar.gif
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── inline.html
│   │   │   │   │   │   ├── localization.html
│   │   │   │   │   │   ├── min-max.html
│   │   │   │   │   │   ├── multiple-calendars.html
│   │   │   │   │   │   ├── other-months.html
│   │   │   │   │   │   └── show-week.html
│   │   │   │   │   ├── demos.css
│   │   │   │   │   ├── dialog
│   │   │   │   │   │   ├── animated.html
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── modal-confirmation.html
│   │   │   │   │   │   ├── modal-form.html
│   │   │   │   │   │   ├── modal.html
│   │   │   │   │   │   └── modal-message.html
│   │   │   │   │   ├── draggable
│   │   │   │   │   │   ├── constrain-movement.html
│   │   │   │   │   │   ├── cursor-style.html
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── delay-start.html
│   │   │   │   │   │   ├── events.html
│   │   │   │   │   │   ├── handle.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── revert.html
│   │   │   │   │   │   ├── scroll.html
│   │   │   │   │   │   ├── snap-to.html
│   │   │   │   │   │   ├── sortable.html
│   │   │   │   │   │   └── visual-feedback.html
│   │   │   │   │   ├── droppable
│   │   │   │   │   │   ├── accepted-elements.html
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── high_tatras2.jpg
│   │   │   │   │   │   │   ├── high_tatras2_min.jpg
│   │   │   │   │   │   │   ├── high_tatras3.jpg
│   │   │   │   │   │   │   ├── high_tatras3_min.jpg
│   │   │   │   │   │   │   ├── high_tatras4.jpg
│   │   │   │   │   │   │   ├── high_tatras4_min.jpg
│   │   │   │   │   │   │   ├── high_tatras.jpg
│   │   │   │   │   │   │   └── high_tatras_min.jpg
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── photo-manager.html
│   │   │   │   │   │   ├── propagation.html
│   │   │   │   │   │   ├── revert.html
│   │   │   │   │   │   ├── shopping-cart.html
│   │   │   │   │   │   └── visual-feedback.html
│   │   │   │   │   ├── effect
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── easing.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── hide
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── calendar.gif
│   │   │   │   │   │   ├── demo-config-on.gif
│   │   │   │   │   │   ├── demo-config-on-tile.gif
│   │   │   │   │   │   ├── demo-spindown-closed.gif
│   │   │   │   │   │   ├── demo-spindown-open.gif
│   │   │   │   │   │   ├── icon-docs-info.gif
│   │   │   │   │   │   └── pbar-ani.gif
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── position
│   │   │   │   │   │   ├── cycler.html
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── earth.jpg
│   │   │   │   │   │   │   ├── flight.jpg
│   │   │   │   │   │   │   └── rocket.jpg
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── progressbar
│   │   │   │   │   │   ├── animated.html
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   └── pbar-ani.gif
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── resize.html
│   │   │   │   │   ├── removeClass
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── resizable
│   │   │   │   │   │   ├── animate.html
│   │   │   │   │   │   ├── aspect-ratio.html
│   │   │   │   │   │   ├── constrain-area.html
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── delay-start.html
│   │   │   │   │   │   ├── helper.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── max-min.html
│   │   │   │   │   │   ├── snap-to-grid.html
│   │   │   │   │   │   ├── synchronous-resize.html
│   │   │   │   │   │   ├── textarea.html
│   │   │   │   │   │   └── visual-feedback.html
│   │   │   │   │   ├── selectable
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── display-grid.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── serialize.html
│   │   │   │   │   ├── show
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── slider
│   │   │   │   │   │   ├── colorpicker.html
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── hotelrooms.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── multiple-vertical.html
│   │   │   │   │   │   ├── range.html
│   │   │   │   │   │   ├── rangemax.html
│   │   │   │   │   │   ├── rangemin.html
│   │   │   │   │   │   ├── range-vertical.html
│   │   │   │   │   │   ├── side-scroll.html
│   │   │   │   │   │   ├── slider-vertical.html
│   │   │   │   │   │   ├── steps.html
│   │   │   │   │   │   └── tabs.html
│   │   │   │   │   ├── sortable
│   │   │   │   │   │   ├── connect-lists.html
│   │   │   │   │   │   ├── connect-lists-through-tabs.html
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── delay-start.html
│   │   │   │   │   │   ├── display-grid.html
│   │   │   │   │   │   ├── empty-lists.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── items.html
│   │   │   │   │   │   ├── placeholder.html
│   │   │   │   │   │   └── portlets.html
│   │   │   │   │   ├── switchClass
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── tabs
│   │   │   │   │   │   ├── ajax
│   │   │   │   │   │   │   ├── content1.html
│   │   │   │   │   │   │   ├── content2.html
│   │   │   │   │   │   │   ├── content3-slow.php
│   │   │   │   │   │   │   └── content4-broken.php
│   │   │   │   │   │   ├── ajax.html
│   │   │   │   │   │   ├── bottom.html
│   │   │   │   │   │   ├── collapsible.html
│   │   │   │   │   │   ├── cookie.html
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── manipulation.html
│   │   │   │   │   │   ├── mouseover.html
│   │   │   │   │   │   ├── sortable.html
│   │   │   │   │   │   └── vertical.html
│   │   │   │   │   ├── toggle
│   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   └── toggleClass
│   │   │   │   │   ├── default.html
│   │   │   │   │   └── index.html
│   │   │   │   ├── docs
│   │   │   │   │   ├── accordion.html
│   │   │   │   │   ├── addClass.html
│   │   │   │   │   ├── animate.html
│   │   │   │   │   ├── autocomplete.html
│   │   │   │   │   ├── button.html
│   │   │   │   │   ├── datepicker.html
│   │   │   │   │   ├── dialog.html
│   │   │   │   │   ├── draggable.html
│   │   │   │   │   ├── droppable.html
│   │   │   │   │   ├── effect.html
│   │   │   │   │   ├── hide.html
│   │   │   │   │   ├── position.html
│   │   │   │   │   ├── progressbar.html
│   │   │   │   │   ├── removeClass.html
│   │   │   │   │   ├── resizable.html
│   │   │   │   │   ├── selectable.html
│   │   │   │   │   ├── show.html
│   │   │   │   │   ├── slider.html
│   │   │   │   │   ├── sortable.html
│   │   │   │   │   ├── switchClass.html
│   │   │   │   │   ├── tabs.html
│   │   │   │   │   ├── toggleClass.html
│   │   │   │   │   └── toggle.html
│   │   │   │   ├── external
│   │   │   │   │   ├── jquery.bgiframe-2.1.2.js
│   │   │   │   │   ├── jquery.cookie.js
│   │   │   │   │   ├── jquery.metadata.js
│   │   │   │   │   ├── qunit.css
│   │   │   │   │   └── qunit.js
│   │   │   │   ├── GPL-LICENSE.txt
│   │   │   │   ├── MIT-LICENSE.txt
│   │   │   │   ├── themes
│   │   │   │   │   ├── base
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   │   │   ├── jquery.ui.accordion.css
│   │   │   │   │   │   ├── jquery.ui.all.css
│   │   │   │   │   │   ├── jquery.ui.autocomplete.css
│   │   │   │   │   │   ├── jquery.ui.base.css
│   │   │   │   │   │   ├── jquery.ui.button.css
│   │   │   │   │   │   ├── jquery.ui.core.css
│   │   │   │   │   │   ├── jquery.ui.datepicker.css
│   │   │   │   │   │   ├── jquery.ui.dialog.css
│   │   │   │   │   │   ├── jquery.ui.progressbar.css
│   │   │   │   │   │   ├── jquery.ui.resizable.css
│   │   │   │   │   │   ├── jquery.ui.selectable.css
│   │   │   │   │   │   ├── jquery.ui.slider.css
│   │   │   │   │   │   ├── jquery.ui.tabs.css
│   │   │   │   │   │   └── jquery.ui.theme.css
│   │   │   │   │   └── ui-lightness
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── ui-bg_diagonals-thick_18_b81900_40x40.png
│   │   │   │   │   │   ├── ui-bg_diagonals-thick_20_666666_40x40.png
│   │   │   │   │   │   ├── ui-bg_flat_10_000000_40x100.png
│   │   │   │   │   │   ├── ui-bg_glass_100_f6f6f6_1x400.png
│   │   │   │   │   │   ├── ui-bg_glass_100_fdf5ce_1x400.png
│   │   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   │   ├── ui-bg_gloss-wave_35_f6a828_500x100.png
│   │   │   │   │   │   ├── ui-bg_highlight-soft_100_eeeeee_1x100.png
│   │   │   │   │   │   ├── ui-bg_highlight-soft_75_ffe45c_1x100.png
│   │   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   │   ├── ui-icons_228ef1_256x240.png
│   │   │   │   │   │   ├── ui-icons_ef8c08_256x240.png
│   │   │   │   │   │   ├── ui-icons_ffd27a_256x240.png
│   │   │   │   │   │   └── ui-icons_ffffff_256x240.png
│   │   │   │   │   ├── jquery-ui-1.8.6.custom.css
│   │   │   │   │   ├── jquery.ui.accordion.css
│   │   │   │   │   ├── jquery.ui.all.css
│   │   │   │   │   ├── jquery.ui.autocomplete.css
│   │   │   │   │   ├── jquery.ui.base.css
│   │   │   │   │   ├── jquery.ui.button.css
│   │   │   │   │   ├── jquery.ui.core.css
│   │   │   │   │   ├── jquery.ui.datepicker.css
│   │   │   │   │   ├── jquery.ui.dialog.css
│   │   │   │   │   ├── jquery.ui.progressbar.css
│   │   │   │   │   ├── jquery.ui.resizable.css
│   │   │   │   │   ├── jquery.ui.selectable.css
│   │   │   │   │   ├── jquery.ui.slider.css
│   │   │   │   │   ├── jquery.ui.tabs.css
│   │   │   │   │   └── jquery.ui.theme.css
│   │   │   │   ├── ui
│   │   │   │   │   ├── i18n
│   │   │   │   │   │   ├── jquery.ui.datepicker-af.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-ar.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-az.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-bg.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-bs.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-ca.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-cs.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-da.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-de.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-el.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-en-GB.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-eo.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-es.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-et.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-eu.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-fa.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-fi.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-fo.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-fr-CH.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-fr.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-gl.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-he.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-hr.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-hu.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-hy.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-id.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-is.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-it.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-ja.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-ko.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-kz.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-lt.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-lv.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-ms.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-nl.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-no.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-pl.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-pt-BR.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-pt.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-ro.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-ru.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-sk.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-sl.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-sq.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-sr.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-sr-SR.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-sv.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-ta.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-th.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-tr.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-uk.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-vi.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-zh-CN.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-zh-HK.js
│   │   │   │   │   │   ├── jquery.ui.datepicker-zh-TW.js
│   │   │   │   │   │   └── jquery-ui-i18n.js
│   │   │   │   │   ├── jquery.effects.blind.js
│   │   │   │   │   ├── jquery.effects.bounce.js
│   │   │   │   │   ├── jquery.effects.clip.js
│   │   │   │   │   ├── jquery.effects.core.js
│   │   │   │   │   ├── jquery.effects.drop.js
│   │   │   │   │   ├── jquery.effects.explode.js
│   │   │   │   │   ├── jquery.effects.fade.js
│   │   │   │   │   ├── jquery.effects.fold.js
│   │   │   │   │   ├── jquery.effects.highlight.js
│   │   │   │   │   ├── jquery.effects.pulsate.js
│   │   │   │   │   ├── jquery.effects.scale.js
│   │   │   │   │   ├── jquery.effects.shake.js
│   │   │   │   │   ├── jquery.effects.slide.js
│   │   │   │   │   ├── jquery.effects.transfer.js
│   │   │   │   │   ├── jquery-ui-1.8.6.custom.js
│   │   │   │   │   ├── jquery.ui.accordion.js
│   │   │   │   │   ├── jquery.ui.autocomplete.js
│   │   │   │   │   ├── jquery.ui.button.js
│   │   │   │   │   ├── jquery.ui.core.js
│   │   │   │   │   ├── jquery.ui.datepicker.js
│   │   │   │   │   ├── jquery.ui.dialog.js
│   │   │   │   │   ├── jquery.ui.draggable.js
│   │   │   │   │   ├── jquery.ui.droppable.js
│   │   │   │   │   ├── jquery.ui.mouse.js
│   │   │   │   │   ├── jquery.ui.position.js
│   │   │   │   │   ├── jquery.ui.progressbar.js
│   │   │   │   │   ├── jquery.ui.resizable.js
│   │   │   │   │   ├── jquery.ui.selectable.js
│   │   │   │   │   ├── jquery.ui.slider.js
│   │   │   │   │   ├── jquery.ui.sortable.js
│   │   │   │   │   ├── jquery.ui.tabs.js
│   │   │   │   │   ├── jquery.ui.widget.js
│   │   │   │   │   └── minified
│   │   │   │   │   ├── jquery.effects.blind.min.js
│   │   │   │   │   ├── jquery.effects.bounce.min.js
│   │   │   │   │   ├── jquery.effects.clip.min.js
│   │   │   │   │   ├── jquery.effects.core.min.js
│   │   │   │   │   ├── jquery.effects.drop.min.js
│   │   │   │   │   ├── jquery.effects.explode.min.js
│   │   │   │   │   ├── jquery.effects.fade.min.js
│   │   │   │   │   ├── jquery.effects.fold.min.js
│   │   │   │   │   ├── jquery.effects.highlight.min.js
│   │   │   │   │   ├── jquery.effects.pulsate.min.js
│   │   │   │   │   ├── jquery.effects.scale.min.js
│   │   │   │   │   ├── jquery.effects.shake.min.js
│   │   │   │   │   ├── jquery.effects.slide.min.js
│   │   │   │   │   ├── jquery.effects.transfer.min.js
│   │   │   │   │   ├── jquery.ui.accordion.min.js
│   │   │   │   │   ├── jquery.ui.autocomplete.min.js
│   │   │   │   │   ├── jquery.ui.button.min.js
│   │   │   │   │   ├── jquery.ui.core.min.js
│   │   │   │   │   ├── jquery.ui.datepicker.min.js
│   │   │   │   │   ├── jquery.ui.dialog.min.js
│   │   │   │   │   ├── jquery.ui.draggable.min.js
│   │   │   │   │   ├── jquery.ui.droppable.min.js
│   │   │   │   │   ├── jquery.ui.mouse.min.js
│   │   │   │   │   ├── jquery.ui.position.min.js
│   │   │   │   │   ├── jquery.ui.progressbar.min.js
│   │   │   │   │   ├── jquery.ui.resizable.min.js
│   │   │   │   │   ├── jquery.ui.selectable.min.js
│   │   │   │   │   ├── jquery.ui.slider.min.js
│   │   │   │   │   ├── jquery.ui.sortable.min.js
│   │   │   │   │   ├── jquery.ui.tabs.min.js
│   │   │   │   │   └── jquery.ui.widget.min.js
│   │   │   │   └── version.txt
│   │   │   ├── index.html
│   │   │   └── js
│   │   │   ├── jquery-1.4.2.min.js
│   │   │   └── jquery-ui-1.8.6.custom.min.js
│   │   └── jquery.uploadify-v2.1.4
│   │   ├── cancel.png
│   │   ├── check.php
│   │   ├── com
│   │   │   └── adobe
│   │   │   ├── air
│   │   │   │   └── logging
│   │   │   │   └── FileTarget.as
│   │   │   ├── crypto
│   │   │   │   ├── HMAC.as
│   │   │   │   ├── MD5.as
│   │   │   │   ├── MD5Stream.as
│   │   │   │   ├── SHA1.as
│   │   │   │   ├── SHA224.as
│   │   │   │   ├── SHA256.as
│   │   │   │   └── WSSEUsernameToken.as
│   │   │   ├── errors
│   │   │   │   └── IllegalStateError.as
│   │   │   ├── fileformats
│   │   │   │   └── vcard
│   │   │   │   ├── Address.as
│   │   │   │   ├── Email.as
│   │   │   │   ├── Phone.as
│   │   │   │   ├── VCard.as
│   │   │   │   └── VCardParser.as
│   │   │   ├── images
│   │   │   │   ├── BitString.as
│   │   │   │   ├── JPGEncoder.as
│   │   │   │   └── PNGEncoder.as
│   │   │   ├── net
│   │   │   │   ├── DynamicURLLoader.as
│   │   │   │   ├── IURIResolver.as
│   │   │   │   ├── MimeTypeMap.as
│   │   │   │   ├── proxies
│   │   │   │   │   └── RFC2817Socket.as
│   │   │   │   ├── URI.as
│   │   │   │   └── URIEncodingBitmap.as
│   │   │   ├── protocols
│   │   │   │   └── dict
│   │   │   │   ├── Database.as
│   │   │   │   ├── Definition.as
│   │   │   │   ├── Dict.as
│   │   │   │   ├── DictionaryServer.as
│   │   │   │   ├── events
│   │   │   │   │   ├── ConnectedEvent.as
│   │   │   │   │   ├── DatabaseEvent.as
│   │   │   │   │   ├── DefinitionEvent.as
│   │   │   │   │   ├── DefinitionHeaderEvent.as
│   │   │   │   │   ├── DictionaryServerEvent.as
│   │   │   │   │   ├── DisconnectedEvent.as
│   │   │   │   │   ├── ErrorEvent.as
│   │   │   │   │   ├── MatchEvent.as
│   │   │   │   │   ├── MatchStrategiesEvent.as
│   │   │   │   │   └── NoMatchEvent.as
│   │   │   │   ├── MatchStrategy.as
│   │   │   │   ├── Response.as
│   │   │   │   └── util
│   │   │   │   ├── CompleteResponseEvent.as
│   │   │   │   └── SocketHelper.as
│   │   │   ├── serialization
│   │   │   │   └── json
│   │   │   │   ├── JSON.as
│   │   │   │   ├── JSONDecoder.as
│   │   │   │   ├── JSONEncoder.as
│   │   │   │   ├── JSONParseError.as
│   │   │   │   ├── JSONToken.as
│   │   │   │   ├── JSONTokenizer.as
│   │   │   │   └── JSONTokenType.as
│   │   │   ├── utils
│   │   │   │   ├── ArrayUtil.as
│   │   │   │   ├── DateUtil.as
│   │   │   │   ├── DictionaryUtil.as
│   │   │   │   ├── IntUtil.as
│   │   │   │   ├── NumberFormatter.as
│   │   │   │   ├── StringUtil.as
│   │   │   │   └── XMLUtil.as
│   │   │   └── webapis
│   │   │   ├── events
│   │   │   │   └── ServiceEvent.as
│   │   │   ├── ServiceBase.as
│   │   │   └── URLLoaderBase.as
│   │   ├── expressInstall.swf
│   │   ├── FileUploader.ashx
│   │   ├── FileUploaderExcle.ashx
│   │   ├── jquery-1.4.2.min.js
│   │   ├── jquery.uploadify.v2.1.4.js
│   │   ├── jquery.uploadify.v2.1.4.min.js
│   │   ├── swfobject.js
│   │   ├── uploadify.allglyphs.swf
│   │   ├── uploadify.css
│   │   ├── uploadify.fla
│   │   ├── uploadify.php
│   │   └── uploadify.swf
│   ├── Scripts
│   │   ├── jquery-1.4.4.js
│   │   ├── jquery-1.4.4.min.js
│   │   ├── jquery-1.4.4-vsdoc.js
│   │   ├── jquery-ui.js
│   │   ├── jquery-ui.min.js
│   │   ├── jquery.unobtrusive-ajax.js
│   │   ├── jquery.unobtrusive-ajax.min.js
│   │   ├── jquery.validate.js
│   │   ├── jquery.validate.min.js
│   │   ├── jquery.validate.unobtrusive.js
│   │   ├── jquery.validate.unobtrusive.min.js
│   │   ├── jquery.validate-vsdoc.js
│   │   ├── JScriptCommon.js
│   │   ├── MicrosoftAjax.debug.js
│   │   ├── MicrosoftAjax.js
│   │   ├── MicrosoftMvcAjax.debug.js
│   │   ├── MicrosoftMvcAjax.js
│   │   ├── MicrosoftMvcValidation.debug.js
│   │   ├── MicrosoftMvcValidation.js
│   │   └── outlook2.js
│   ├── Views
│   │   ├── Account
│   │   │   └── Index.aspx
│   │   ├── CaiGouJiHuaMingXi
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   └── Index.aspx
│   │   ├── CaiGouXuQiouJiHua
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   └── Index.aspx
│   │   ├── ChanPin
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   └── Index.aspx
│   │   ├── ChanPinMuLu
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   └── Index.aspx
│   │   ├── ChanPinMuLuTree
│   │   │   └── Index.aspx
│   │   ├── FenFa
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   └── Index.aspx
│   │   ├── Home
│   │   │   └── Index.aspx
│   │   ├── NotFound
│   │   │   └── Index.aspx
│   │   ├── Shared
│   │   │   ├── Create.Master
│   │   │   ├── Edit.Master
│   │   │   ├── Error.aspx
│   │   │   ├── Index.Master
│   │   │   ├── NotFound.aspx
│   │   │   ├── NotLogOn.aspx
│   │   │   ├── Sys.Master
│   │   │   ├── Tree.Master
│   │   │   └── ViewUserControl2.ascx
│   │   ├── SysDepartment
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   └── Index.aspx
│   │   ├── SysDepartmentTree
│   │   │   └── Index.aspx
│   │   ├── SysException
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   └── Index.aspx
│   │   ├── SysField
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   └── Index.aspx
│   │   ├── SysLog
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   └── Index.aspx
│   │   ├── SysMenu
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   └── Index.aspx
│   │   ├── SysMenuTree
│   │   │   └── Index.aspx
│   │   ├── SysPerson
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   ├── Index.aspx
│   │   │   ├── IndexSef.aspx
│   │   │   └── Set.aspx
│   │   ├── SysRole
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   ├── Index.aspx
│   │   │   ├── IndexSef.aspx
│   │   │   └── Set.aspx
│   │   └── Web.config
│   ├── Web.config
│   ├── Web.Debug.config
│   └── Web.Release.config
├── BLL
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BLL.dll
│   │   │   ├── BLL.pdb
│   │   │   ├── Common.dll
│   │   │   ├── Common.pdb
│   │   │   ├── DAL.dll
│   │   │   ├── DAL.pdb
│   │   │   ├── IBLL.dll
│   │   │   └── IBLL.pdb
│   │   └── Release
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── IBLL.dll
│   │   └── IBLL.pdb
│   ├── BLL.csproj
│   ├── BLL.csproj.user
│   ├── CaiGouJiHuaMingXiBLL.cs
│   ├── CaiGouXuQiouJiHuaBLL.cs
│   ├── ChanPinBLL.cs
│   ├── ChanPinMuLuBLL.cs
│   ├── FenFaBLL.cs
│   ├── Framework
│   │   ├── AccountBLL.cs
│   │   ├── BaseBLL.cs
│   │   ├── BaseDDL.cs
│   │   ├── BaseManyBLL.cs
│   │   ├── ExceptionsHander.cs
│   │   ├── HomeBLL.cs
│   │   └── WFHelp.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   │   ├── BLL.dll
│   │   │   ├── BLL.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── ResolveAssemblyReference.cache
│   │   └── Release
│   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── ResolveAssemblyReference.cache
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SysDepartmentBLL.cs
│   ├── SysExceptionBLL.cs
│   ├── SysFieldBLL.cs
│   ├── SysLogBLL.cs
│   ├── SysMenuBLL.cs
│   ├── SysPersonBLL.cs
│   └── SysRoleBLL.cs
├── Common
│   ├── Auto.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Common.dll
│   │   │   └── Common.pdb
│   │   └── Release
│   │   ├── Common.dll
│   │   └── Common.pdb
│   ├── Common.csproj
│   ├── Flexigrid.cs
│   ├── LogType.cs
│   ├── Metadata.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Common.csproj.FileListAbsolute.txt
│   │   │   ├── Common.dll
│   │   │   ├── Common.pdb
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── Release
│   │   ├── Common.csproj.FileListAbsolute.txt
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Result.cs
│   ├── Suggestion.cs
│   ├── SystemTree.cs
│   ├── ValidationError.cs
│   ├── ValueConvert.cs
│   ├── ValueText.cs
│   └── WFInput.cs
├── DAL
│   ├── App.Config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Common.dll
│   │   │   ├── Common.pdb
│   │   │   ├── DAL.dll
│   │   │   ├── DAL.dll.config
│   │   │   └── DAL.pdb
│   │   └── Release
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.dll.config
│   │   └── DAL.pdb
│   ├── CaiGouJiHuaMingXi.cs
│   ├── CaiGouJiHuaMingXiRepository.cs
│   ├── CaiGouXuQiouJiHua.cs
│   ├── CaiGouXuQiouJiHuaRepository.cs
│   ├── ChanPin.cs
│   ├── ChanPinMuLu.cs
│   ├── ChanPinMuLuRepository.cs
│   ├── ChanPinRepository.cs
│   ├── DAL.csproj
│   ├── DAL.csproj.user
│   ├── FenFa.cs
│   ├── FenFaRepository.cs
│   ├── Framework
│   │   ├── Account.cs
│   │   ├── AccountRepository.cs
│   │   ├── BaseRepository.cs
│   │   ├── HomeRepository.cs
│   │   └── IBaseEntity.cs
│   ├── Model1.Designer.cs
│   ├── Model1.edmx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DAL.csproj.FileListAbsolute.txt
│   │   │   ├── DAL.dll
│   │   │   ├── DAL.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── edmxResourcesToEmbed
│   │   │   │   ├── Model1.csdl
│   │   │   │   ├── Model1.msl
│   │   │   │   └── Model1.ssdl
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── Model1.Designer.cs.dll
│   │   └── Release
│   │   ├── DAL.csproj.FileListAbsolute.txt
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── edmxResourcesToEmbed
│   │   │   ├── Model1.csdl
│   │   │   ├── Model1.msl
│   │   │   └── Model1.ssdl
│   │   ├── ResolveAssemblyReference.cache
│   │   └── TempPE
│   │   └── Model1.Designer.cs.dll
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SysDepartment.cs
│   ├── SysDepartmentRepository.cs
│   ├── SysException.cs
│   ├── SysExceptionRepository.cs
│   ├── SysField.cs
│   ├── SysFieldRepository.cs
│   ├── SysLog.cs
│   ├── SysLogRepository.cs
│   ├── SysMenu.cs
│   ├── SysMenuRepository.cs
│   ├── SysPerson.cs
│   ├── SysPersonRepository.cs
│   ├── SysRole.cs
│   └── SysRoleRepository.cs
├── from.gif
├── IBLL
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Common.dll
│   │   │   ├── Common.pdb
│   │   │   ├── DAL.dll
│   │   │   ├── DAL.pdb
│   │   │   ├── IBLL.dll
│   │   │   └── IBLL.pdb
│   │   └── Release
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── IBLL.dll
│   │   └── IBLL.pdb
│   ├── IBLL.csproj
│   ├── IBLL.csproj.user
│   ├── ICaiGouJiHuaMingXiBLL.cs
│   ├── ICaiGouXuQiouJiHuaBLL.cs
│   ├── IChanPinBLL.cs
│   ├── IChanPinMuLuBLL.cs
│   ├── IFenFaBLL.cs
│   ├── ISysDepartmentBLL.cs
│   ├── ISysExceptionBLL.cs
│   ├── ISysFieldBLL.cs
│   ├── ISysLogBLL.cs
│   ├── ISysMenuBLL.cs
│   ├── ISysPersonBLL.cs
│   ├── ISysRoleBLL.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── IBLL.csproj.FileListAbsolute.txt
│   │   │   ├── IBLL.dll
│   │   │   ├── IBLL.pdb
│   │   │   └── ResolveAssemblyReference.cache
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── IBLL.csproj.FileListAbsolute.txt
│   │   ├── IBLL.dll
│   │   ├── IBLL.pdb
│   │   └── ResolveAssemblyReference.cache
│   └── Properties
│   └── AssemblyInfo.cs
├── Solution.sln
├── Solution.suo
├── 数据库
│   ├── Sys_log.ldf
│   ├── Sys.mdf
│   ├── Sys.PDM
│   ├── 数据初始化.sql
│   └── 数据库表初始化.sql
├── 数据库表关系模型解析1——概述.doc
├── 数据库表关系模型解析2——单表.doc
├── 数据库表关系模型解析3——自连接.doc
├── 数据库表关系模型解析5——一对多数据模型中的一张表是自连接.doc
├── 数据库表关系模型解析6——多对多.doc
├── 数据库表关系模型解析7——多对多数据模型中的一张表是自连接.doc
├── 数据库设计指导规范.doc
├── 最新Asp.Net源码下载.url
└── 狼奔代码生成器使用手册.doc

157 directories, 1146 files

标签:

实例下载地址

基于jqueryUI的MVC权限管理

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警