Version 1.5
-------------
* Bug
* combobox: The 'onSelect' event does not fire when load data that contains the selected item. fixed.
* datagrid: The 'updateRow' method sometimes does not work properly when the field is set to a blank value. fixed.
* Improvement
* A label can be associated to any form fields.
* combobox: Enhance the 'select' and 'unselect' rules on the drop-down items.
* combobox: Add 'limitToList' property to limit the inputed values to the listed items.
* combogrid: Allow the user to clone the component quickly.
* form: Add the 'dirty' property that allows the user to submit the only changed fields.
* form: Add 'resetDirty' method.
* datagrid: Allow the user to display a message when there are no records to be shown.
* textbox: Add 'label','labelWidth','labelPosition' and 'labelAlign' properties.
* spinner: Add 'spinAlign' property.
* calendar: Allow the user to display week number of the year.
* window: Add 'constrain' property.
* New Plugins
* passwordbox: The plugin that allows the user to input passwords with nice feedback.
* combotreegrid: Combines combobox with drop-down treegrid component.
Version 1.4.5
-------------
* Bug
* datagrid: The 'getChanges' method does not return the updated rows after calling 'updateRow' method. fixed.
* treegrid: The 'onLoadSuccess' event fires when append or insert a row. fixed.
* tree: The 'onLoadSuccess' event fires when append or insert a node. fixed.
* Improvement
* window: The displaying style can be customized.
* window: The 'border' property allows the user to set different border style.
* navpanel: The 'href' property is enabled to load content from remote server.
* combotree: The 'setValue' and 'setValues' methods accept the paremter values in 'id' and 'text' pairs
* combobox: Add 'showItemIcon' property.
* combobox: Set 'groupPosition' property to 'sticky' to stick the item group to the top of drop-down panel.
* messager: Pressing ENTER key on input box will trigger click event of the first button.
* validatebox: Add 'editable',disabled' and 'readonly' properties.
* validatebox: Add 'enable','disable','readonly' methods.
* validatebox: Allow the user to determine how to display the error message.
* filebox: Add 'accept' and 'multiple' properties.
* form: Add 'iframe' property and 'onProgress' event.
* treegrid: Add cascade checkbox selection.
* treegrid: Add 'getCheckedNodes','checkNode' and 'uncheckNode' methods.
Version 1.4.4
-------------
* Bug
* filebox: The 'clear' and 'reset' methods do not work properly in IE9. fixed.
* messager: After calling $.messager.progress() with no arguments, the $.messager.progress('close') does not work properly. fixed.
* timespinner: The value does not display properly in IE8 while clicking the spin buttons. fixed.
* window: The window does not display when calling 'options' method in 'onMove' event. fixed.
* treegrid: The 'getLevel' method does not accept the parameter value of 0. fixed.
* Improvement
* layout: The 'collapsedContent','expandMode' and 'hideExpandTool' properties are supported in region panel.
* layout: The 'hideCollapsedContent' property can be set to display the vertical title bar on collapsed panel.
* layout: Add 'onCollapse','onExpand','onAdd','onRemove' events.
* datagrid: Display the 'up-down' icon on the sortable columns.
* datagrid: Add 'gotoPage' method.
* propertygrid: Add 'groups' method that allows to get all the data groups.
* messager: Auto scroll feature is supported when displaying long messages.
* tabs: The 'disabled' property is supported when defining a disabled tab panel.
* tabs: The percentange size is supported now.
Version 1.4.3
-------------
* Bug
* textbox: The 'setText' method does not accept value 0. fixed.
* timespinner: When running in IE11, the error occurs when clicking on the empty textbox. fixed.
* tabs: The 'update' method can not update only the panel body. fixed.
* Improvement
* combobox: Improve the performance of displaying the drop-down panel.
* combogrid: Remember the displaying text when the drop-down datagrid go to other pages.
* combogrid: The 'setValue' and 'setValues' methods accept a key-value object.
* window: The inline window's mask can auto-stretch its size to fill parent container.
* tabs: The 'showTool' and 'hideTool' methods are available for users to show or hide the tools.
* layout: Allow the user to override the 'cls','headerCls' and 'bodyCls' property values.
* New Plugins
* switchbutton: The switch button with two states:'on' and 'off'.
Version 1.4.2
-------------
* Bug
* treegrid: The column will restore its size to original size after recreating the treegrid. fixed.
* Improvement
* draggable: Add 'delay' property that allows the user to delay the drag operation.
* tree: Add 'filter' property and 'doFilter' method.
* tabs: The 'add' method allows the user to insert a tab panel at a specified index.
* tabs: The user can determine what tab panel can be selected.
* tabs: Add 'justified' and 'narrow' properties.
* layout: Add 'unsplit' and 'split' methods.
* messager: Keyboard navigation features are supported now.
* form: Add 'onChange' event.
* combobox: Add 'queryParams' property.
* slider: Add 'range' property.
* menu: Add 'itemHeight','inline','noline' properties.
* panel: The 'header' property allows the user to customize the panel header.
* menubutton: Add 'hasDownArrow' property.
* New Plugins
* datalist: The plugin to render items in a list.
* navpanel: The root component for the mobile page.
* mobile: The plugin to provide the mobile page stack management and navigation.
Version 1.4.1
-------------
* Bug
* combogrid: The combogrid has different height than other combo components. fixed.
* datagrid: The row element loses some class style value after calling 'updateRow' method. fixed.
* menubutton: Calling 'enable' method on a disabled button can not work well. fixed.
* form: The filebox components in the form do not work correctly after calling 'clear' method. fixed.
* Improvement
* tabs: The 'update' method accepts 'type' option that allows the user to update the header,body,or both.
* panel: Add 'openAnimation','openDuration','closeAnimation' and 'closeDuration' properties to set the animation for opening or closing a panel.
* panel: Add 'footer' property that allows the user to add a footer bar to the bottom of panel.
* datagrid: Calling 'endEdit' method will accept the editing value correctly.
* datagrid: Add 'onBeforeSelect','onBeforeCheck','onBeforeUnselect','onBeforeUncheck' events.
* propertygrid: The user can edit a row by calling 'beginEdit' method.
* datebox: Add 'cloneFrom' method to create the datebox component quickly.
* datetimebox: Add 'cloneFrom' method to create the datetimebox component quickly.
Version 1.4
-------------
* Bug
* menu: The menu should not has a correct height when removed a menu item. fixed.
* datagrid: The 'fitColumns' method does not work normally when the datarid width is too small. fixed.
* Improvement
* The fluid/percentange size is supported now for all easyui components.
* menu: Add 'showItem', 'hideItem' and 'resize' methods.
* menu: Auto resize the height upon the window size.
* menu: Add 'duration' property that allows the user to define duration time in milliseconds to hide menu.
* validatebox: Add 'onBeforeValidate' and 'onValidate' events.
* combo: Extended from textbox now.
* combo: Add 'panelMinWidth','panelMaxWidth','panelMinHeight' and 'panelMaxHeight' properties.
* searchbox: Extended from textbox now.
* tree: The 'getRoot' method will return the top parent node of a specified node if pass a 'nodeEl' parameter.
* tree: Add 'queryParams' property.
* datetimebox: Add 'spinnerWidth' property.
* panel: Add 'doLayout' method to cause the panel to lay out its components.
* panel: Add 'cl
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
毕业设计,基于SSM+MySql+Bootstrap开发的教务选课成绩管理系统,内含Java完整源代码,数据库脚本 Java基于SSM教务选课成绩管理系统设计 学院信息: 学院编号,学院名称,成立日期,院长姓名,联系电话,附加信息 专业信息: 专业编号,专业名称,所在学院,成立日期,联系人,联系电话,附加信息 班级信息: 班级编号,班级名称,所属专业,成立日期,班主任,联系电话,附加信息 学生信息: 学号,姓名,登录密码,性别,所在班级,出生日期,政治面貌,学生照片,联系电话,学生邮箱,联系qq,家庭地址,附加信息 教师信息: 教师编号,教师姓名,登录密码,性别,出生日期,入职日期,身份证号,联系电话,教师照片,家庭地址,附加信息 课程信息: 课程编号,课程名称,上课老师,上课时间,上课地点,课程学分,附加信息 选课信息: 记录编号,学生对象,课程对象 成绩信息: 记录编号,学生对象,课程对象,成绩得分,学生评价 新闻信息: 记录编号,新闻标题,新闻内容,发布日期,新闻图片
资源推荐
资源详情
资源评论
收起资源包目录
毕业设计,基于SSM+MySql+Bootstrap开发的教务选课成绩管理系统,内含Java完整源代码,数据库脚本 (1222个子文件)
StudentController.class 14KB
StudentSelectCourseInfoController.class 14KB
SpecialFieldInfoController.class 13KB
ClassInfoController.class 13KB
ScoreInfoController.class 13KB
CourseInfoController.class 13KB
TeacherController.class 13KB
NewsController.class 12KB
CollegeInfoController.class 11KB
ExportExcelUtil.class 7KB
SystemController.class 5KB
SpecialFieldInfoService.class 5KB
ClassInfoService.class 5KB
BaseController.class 5KB
StudentService.class 5KB
StudentSelectCourseInfoService.class 5KB
TeacherService.class 5KB
CourseInfoService.class 5KB
ScoreInfoService.class 5KB
Student.class 4KB
NewsService.class 4KB
Teacher.class 4KB
CollegeInfoService.class 3KB
SpecialFieldInfo.class 3KB
ClassInfo.class 3KB
CourseInfo.class 3KB
ScoreInfo.class 2KB
CollegeInfo.class 2KB
News.class 2KB
StudentSelectCourseInfo.class 2KB
AdminService.class 2KB
BaseController$1.class 1KB
BaseController$2.class 1KB
StudentSelectCourseInfoMapper.class 1KB
SpecialFieldInfoMapper.class 1KB
CollegeInfoMapper.class 1KB
CourseInfoMapper.class 1KB
ClassInfoMapper.class 1KB
StudentMapper.class 1005B
TeacherMapper.class 1005B
ScoreInfoMapper.class 997B
NewsMapper.class 932B
Admin.class 908B
UserException.class 816B
AdminMapper.class 323B
.classpath 4KB
org.eclipse.wst.jsdt.ui.superType.container 49B
bootstrap.css 143KB
easyui.css 59KB
easyui.css 58KB
easyui.css 58KB
easyui.css 58KB
easyui.css 56KB
easyui.css 55KB
animate.css 54KB
font-awesome.css 37KB
bootstrap-theme.css 26KB
bootstrap-datetimepicker.css 12KB
bootstrap-datetimepicker.min.css 11KB
bootstrap-datetimepicker.min.css 11KB
tabs.css 9KB
tabs.css 9KB
tabs.css 9KB
tabs.css 9KB
tabs.css 7KB
tabs.css 7KB
mobile.css 7KB
color.css 6KB
datagrid.css 6KB
datagrid.css 6KB
datagrid.css 6KB
datagrid.css 6KB
datagrid.css 5KB
datagrid.css 5KB
linkbutton.css 4KB
linkbutton.css 4KB
linkbutton.css 4KB
linkbutton.css 4KB
linkbutton.css 4KB
calendar.css 4KB
calendar.css 4KB
calendar.css 4KB
calendar.css 4KB
calendar.css 4KB
calendar.css 4KB
linkbutton.css 3KB
tree.css 3KB
tree.css 3KB
tree.css 3KB
tree.css 3KB
tree.css 3KB
tree.css 3KB
icon.css 3KB
panel.css 3KB
panel.css 3KB
panel.css 3KB
panel.css 3KB
textbox.css 3KB
textbox.css 3KB
textbox.css 3KB
共 1222 条
- 1
- 2
- 3
- 4
- 5
- 6
- 13
资源评论
流华追梦
- 粉丝: 1w+
- 资源: 3852
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- finereport动态数据源插件最新试用版
- 西门子200smart电路图纸恒压供水(无负压供水)全套图纸程序: 1、恒压供水系统,采用西门子S7-200smart PLC(cpu sr20+am03),西门子触摸屏smart 700 ie v3
- STM32低成本MD500E永磁同步pmsm,单电阻foc,无感算法方案,高性价比变频器方案 md500e单电阻采样:精简移植了md500e的无感svc部分到f103中,值得研究学习 发包括精简md
- flac3d巷道开挖+锚固注浆,可项目文件
- MATLAB代码:基于共享储能电站的工业用户日前优化经济调度 关键词:共享储能 储能电站 容量优化配置 充放电优化 日前优化调度 参考文档:《基于共享储能电站的工业用户日前优化经济调度》 仿真平
- 液晶行业面板半自动盖panel-sw18可编辑全套技术资料100%好用.zip
- 多时间尺度源储荷协调调度+日前日内实时+需求响应 对于:《考虑特性分布的储能电站接入的电网多时间尺度源储荷协调调度策略》的基本复现 简介: 为提高区域电网新能源消纳率,使电力系统运行成本最小,提高电力
- 西门子s7-1200PLC控制V90PN伺服电机FB块 1.该FB块是我将FB284块封装成一个FB工艺块,系统里有几个伺服就调用几个块,去了开发时间和调试时间 2.西门子V90PN的驱动器是最
- 数据结构领域:多种编程语言实现高效稳定的堆排序算法
- 风光储燃料电池微网仿真(并离网切+二次调频),新能源并入直流母线,网侧使用VSG控制
- 多语言环境下的快速排序算法实现与解析
- 停车场管理系统:C语言实现及核心代码解析
- 7电平级联H桥逆变器,LCL滤波,载波垂直移位PWM调制,电流THD=0.17%,附相关文献 模型是2022b版本的
- 直流电压外环有无功电流内环三相并网逆变器,并网有功无功功率可控,电流THD<3%,直流电压可调,SVPWM调制策略、仿真模型仅用于学习交流使用
- 概率论复习题2024年复习参考题
- COMSOL超声仿真:基于纵波的风机高强度螺栓预紧力检测 版本为5.6,低于5.6的版本打不开此模型
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功