当前位置:网站首页>Organize the online cake mall project
Organize the online cake mall project
2022-06-28 04:58:00 【The absolute wolf under the stars】
List of articles
Online cake mall project
Other intellectual
Shortcut key
ctrl+shift+T Accidentally close the browser to restore the shortcut key
front end
Components
flexSlider
Use of the picture rotation plug-in
Bootstrap frame
Bootstrap It is the most popular front-end component library in the world , For developing responsive layouts 、 Mobile device first WEB project .
Bootstrap It's a set for HTML、CSS and JS Open source toolset developed . Use what we offer Sass Variables and large numbers mixin、 Responsive grid system 、 Expandable prefabricated components 、 be based on jQuery Powerful plug-in system , Be able to quickly prototype your idea or build an entire app .
Use data-slide-to Here's a raw sliding index to the bottom of the carousel bed ,data-slide-to=“2” Will move the slider to a specific index , Index from 0 Start counting .
Bootstrap How to switch the navigation bar of active
Click to learn
Basic knowledge points
use li Labels and a Click on the tab to navigate the area
Click to learn
Back end
jsp
varStatus attribute
varStatus yes <c:forEach>jstl An attribute of the loop label
varStatus The function of attributes :
varStatus=“status” In fact, it defines a status Object named as varStatus The binding value of . The binding value is status Encapsulates the current traversal state , such as , You can see from this object how many elements have been traversed :${status.count}
jsp:param action
When using <jsp:include> When an action tag introduces a program that can be executed dynamically , Such as Servlet or JSP page , By using <jsp:param> The action tag passes parameter information to the program .
#index.jsp
<body>
Pass three numbers to order.jsp And display the results
<jsp:include page="order.jsp">
<jsp:param name="m1" value="8"/>
<jsp:param name="m2" value="3"/>
<jsp:param name="m3" value="5"/>
</jsp:include>
</body>
#order.jsp
<body>
<%=m1%>、<%=m2%>、<%=m3%>
</body>
# The result is 8、3、5
Persistence layer
MapListHandler
MapListHandler Class implements the ResultSetHandler Interface
MapListHandler: Encapsulate the specified column value of each record in multiple records into a Map Collection ,Map Of key Is the column name ,Map Of value Is the column in the table The value of the record . And encapsulate multiple records into a single file containing Map Of List Collection .
10.java Several data objects in
explain
11.BeanUtils.copyProperties Usage of
BeanUtils It provides the right java Reflection and introspection API Packaging . There are many tools in it , Let's introduce copyProperties.
If we have two that have many of the same properties JavaBean, A very common situation is Struts Inside PO object ( Persistent object ) And corresponding ActionForm, use copyProperties, Just one line of code , And then it's done .
BeanUtils.copyProperties(" Class before conversion ", " The converted class ");
12.param
EL Expression implicit object : Save all the request parameters Map object
边栏推荐
- 基于微信小程序的婚纱影楼门户小程序
- 通过例子学习Rust
- Feign implements path escape through custom annotations
- 乔布斯在斯坦福大学的演讲稿——Follow your heart
- cgo+gSoap+onvif学习总结:8、arm平台交叉编译运行及常见问题总结
- Notepad++ -- common plug-ins
- [Matlab bp regression prediction] GA Optimized BP regression prediction (including comparison before optimization) [including source code 1901]
- The latest examination questions and answers for the eight members (standard members) of Liaoning architecture in 2022
- Lumiprobe细胞成像分析:PKH26 细胞膜标记试剂盒
- 活性染料研究:Lumiprobe AF594 NHS 酯,5-异构体
猜你喜欢
Congratulations to myself, official account has more than ten thousand fans
The number of small stores in Suning has dropped sharply by 428 in one year. Zhangkangyang, the son of Zhang Jindong, is the actual controller
2022高处安装、维护、拆除考试题及答案
Feign implements path escape through custom annotations
[applet] solution document using font awesome Font Icon (picture and text)
Audio and video technology development weekly
100+ data science interview questions and answers Summary - machine learning and deep learning
浅析搭建视频监控汇聚平台的必要性及场景应用
Project practice! Teach you JMeter performance test hand in hand
学习太极创客 — MQTT 第二章(六)MQTT 遗嘱
随机推荐
Where does the storm go? Whose pot is the weather forecast wrong?
无线传感器网络学习笔记(一)
native关键字的作用
论文详读:IMPROVING CONVOLUTIONAL MODELS FOR HANDWRITTEN TEXT RECOGNITION
活性染料研究:Lumiprobe AF594 NHS 酯,5-异构体
2022年低压电工考题及答案
Principle and implementation of SSD for target detection
Analysis of distributed transaction solution Seata golang
Mask's miserable and inspirational childhood, who is introverted by campus violence
Cgo+gsoap+onvif learning summary: 8. Summary of arm platform cross compilation operation and common problems
分享一个因子挖掘的利器:遗传规划
TACo:一种关于文字识别的数据增强技术
A doctor's 22 years in Huawei (full of dry goods)
2022年安全员-B证考试题库及答案
Light collector, Yunnan Baiyao!
公司为什么选择云数据库?它的魅力到底是什么!
禁用右击、键盘打开控制台事件
lotus v1.16.0 calibnet
代码理解:IMPROVING CONVOLUTIONAL MODELS FOR HANDWRITTEN TEXT RECOGNITION
Project practice! Teach you JMeter performance test hand in hand