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
Java基于SSM失物招领系统设计与实现毕业源码案例设计.zip
需积分: 0 127 浏览量
更新于2024-01-01
收藏 18.2MB ZIP 举报
基于SSM框架的Java项目合集分享
内容概览:
这个分享包涵了我基于SSM(Spring、Spring MVC、MyBatis)框架开发的Java项目。以下是主要内容:
源代码:包括Java代码、配置文件和数据库脚本。这些代码展示了如何使用SSM框架进行业务逻辑处理、数据持久化和Web交互。
项目文件:除了代码,我还分享了整个项目的文件,包括设计稿、图标、图片等资源。这些资源对于理解项目背景和设计思路至关重要。
文档与操作手册:为了方便他人理解和使用我的作品,我编写了详细的操作手册和使用说明,同时提供了一份Markdown格式的文档,概述了项目的主要功能和特点。
学习笔记:在项目开发过程中,我记录了大量的学习笔记和心得体会。这些笔记不仅有助于理解项目的开发过程,还能为学习SSM框架和Java Web开发提供宝贵的参考资料。
适用人群:
这份项目合集适用于所有对Java Web开发、SSM框架感兴趣的人,无论你是学生、初学者还是有一定经验的开发者。无论你是想学习新的技术,还是想了解一个完整的项目开发流程,这份资料都将为你提供极大的帮助。
使用建议:
按部就班地学习:建议从基础的Java Web开发开始,逐步深入到SSM框架的学习。通过实践,逐步掌握SSM框架的使用技巧和Java Web开发的最佳实践。
参考项目文件和笔记:项目文件和笔记提供了丰富的背景信息和开发经验。在学习的过程中,不妨参考这些资料,以帮助你更好地理解和学习。
动手实践:Java Web开发和SSM框架都是实践性很强的技能。通过实际操作,你可以更好地掌握这些技能,并提高自己的实践能力。基于SSM框架的Java项目合集分享
内容概览:
这个分享包涵了我基于SSM(Spring、Spring MVC、MyBatis)框架开发的Java项目。以下是主要内容:
源代码:包括Java代码、配置文件和数据库脚本。这些代码展示了如何使用SSM框架进行业务逻辑处理、数据持久化和Web交互。
项目文件:除了代码,我还分享了整个项目的文件,包括设计稿、图标、图片等资源。这些资源对于理解项目背景和设计思路至关重要。
文档与操作手册:为了方便他人理解和使用我的作品,我编写了详细的操作手册和使用说明,同时提供了一份Markdown格式的文档,概述了项目的主要功能和特点。
学习笔记:在项目开发过程中,我记录了大量的学习笔记和心得体会。这些笔记不仅有助于理解项目的开发过程,还能为学习SSM框架和Java Web开发提供宝贵的参考资料。
适用人群:
这份项目合集适用于所有对Java Web开发、SSM框架感兴趣的人,无论你是学生、初学者还是有一定经验的开发者。无论你是想学习新的技术,还是想了解一个完整的项目开发流程,这份资料都将为你提供极大的帮助。
使用建议:
按部就班地学习:建议从基础的Java Web开发开始,逐步深入到SSM框架的学习。通过实践,逐步掌握SSM框架的使用技巧和Java Web开发的最佳实践。
参考项目文件和笔记:项目文件和笔记提供了丰富的背景信息和开发经验。在学习的过程中,不妨参考这些资料,以帮助你更好地理解和学习。
动手实践:Java Web开发和SSM框架都是实践性很强的技能。通过实际操作,你可以更好地掌握这些技能,并提高自己的实践能力。基于SSM框架的Java项目合集分享
内容概览:
这个分享包涵了我基于SSM(Spring、Spring MVC、MyBatis)框架开发的Java项目。以下是主要内容:
源代码:包括Java代码、配置文件和数据库脚本。这些代码展示了如何使用SSM框架进行业务逻辑处理、数据持久化和Web交互。
项目文件:除了代码,我还分享了整个项目的文件,包括设计稿、图标、图片等资源。这些资源对于理解项目背景和设计思路至关重要。
文档与操作手册:为了方便他人理解和使用我的作品,我编写了详细的操作手册和使用说明,同时提供了一份Markdown格式的文档,概述了项目的主要功能和特点。
学习笔记:在项目开发过程中,我记录了大量的学习笔记和心得体会。这些笔记不仅有助于理解项目的开发过程,还能为学习SSM框架和Java Web开发提供宝贵的参考资料。
适用人群:
这份项目合集适用于所有对Java Web开发、SSM框架感兴趣的人,无论你是学生、初学者还是有一定经验的开发者。无论你是想学习新的技术,还是想了解一个完整的项目开发流程,这份资料都将为你提供极大的帮助。
使用建议:
按部就班地学习:建议从基础的Java Web开发开始,逐步深入到SSM框架的学习。通过实践,逐步掌握SSM框架的使用技巧和Java Web开发的最佳实践。
参考项目文件和笔记:项目文件和笔记提供了丰富的背景信息和开发经验。在学习的过程中,不妨参考这些资
%小红书%bin
- 粉丝: 2126
- 资源: 2148
最新资源
- 使PHP 集成支付宝当面付功能支付成功后跳转到自定义页面
- LQR控制主动悬架模型:对比不同自由度系统响应及LQG主动悬架性能分析,LQR控制主动悬架模型 LQR控制,基于最优控制的思想,以状态反馈控制的形式,根据自定权重,求解出最优的反馈系数K simul
- 标准IEEE9三机九节点Simulink仿真模型:风电并网、储能与SVC自由开发功能探究,标准IEEE9三机九节点simulink仿真模型,可自加风电并网,储能,SVC,自由开发 ,核心关键词:IEE
- "超低温漂带隙基准电路设计:高电源抑制比、低功耗及详细设计文档PDF",超低温漂带隙基准电路设计,高电源抑制比,低功耗 ppm:2.4 psrr:90dB 电流:14.47uA 1.带设计文档PDF
- 永磁同步电机全速度无位置传感器控制:仿真模型与加权双坐标切换方案,永磁同步电机(pmsm,全速度切无位置传感器控制(高速可以是超螺旋滑模) 低速可以是脉振高频方波注入,量产方案,仿真模型 切有加权切
- 基于tc275 aurix等多平台XCP UDS Bootloader与CCP标定程序开发指南及CANape使用教程与A2L文件生成指南,基于tc275 aurix 1g 2g,tc387,tc377
- wordpress付费查看隐藏内容插件的开发演示和记录,视频操作和代码已上传本页下载查看
- 基于MMC模块化多电平换流器的HVDC直流输电系统仿真研究:载波移相调制下的性能优化与功率控制策略探索,MMC模块化多电平流器,MMC-HVDC直流输电系统,单个桥臂N=10个子模块,采用载波移相调制
- 十字型声子晶体结构设计与特性解析案例分享,十字型声子晶体案例 ,十字型声子晶体案例; 声子晶体结构; 案例分析; 声子晶体特性; 实际应用; 十字型设计,"十字型声子晶体结构案例解析"
- "遗传算法优化编码序列实现天线雷达隐身技术的RCS缩减与远场效果观察",遗传算法优化编码序列,实现编码超表面rcs缩减 使用MATLAB或者Python软件,两个代码都有 能够实现最佳的漫反射效果
- 三相PWM逆变器闭环仿真:电压电流双闭环控制下的系统抗扰性与动态响应研究(基于Matlab Simulink 2021b模型),三相PWM逆变器闭环仿真,电压电流双闭环控制 在0.2s时突加负载测试
- 卡尔曼滤波算法在二阶电池等效电路模型中的应用与优化策略,卡尔曼滤波算法 二阶电池等效电路模型 ,核心关键词:卡尔曼滤波算法; 二阶电池等效电路模型;,"卡尔曼滤波算法在二阶电池等效电路模型中的应用"
- 五相永磁同步电机PI双闭环SVPWM矢量控制模型:复杂精细的电机控制,波形良好且动态响应迅速,五相电机simulink,五相永磁同步电机simulink,PI双闭环SVPWM矢量控制,分十个扇区,波形
- 三菱FX系列PLC温度PID控制程序详解:成熟可靠的应用实践与注释借鉴,含IO图及触摸屏编程指导,三菱FX系列PLC温度PID控制程序(含注释和IO图、三菱触摸屏程序),程序已经应用于设备上,成熟可靠
- 欧姆龙NJ控制程序宝典:涵盖相机、机器人等多功能,LAD编程模板易学易用,逻辑思维程序通用西门子、三菱等项目,欧姆龙NJ的控制程序,里面功能齐全,相机,机器人,RFID,转盘,检测传感器,伺服等,里面
- 单相逆变变频器:基于双闭环控制策略与Pi控制实现动态调整输出频率及电压功能,输入电压可调整,输出峰值电压可设置,matlab2021b环境下运行 ,单相逆变变频器,双闭环控制策略,电压环和电流环均采用