zoukankan
html css js c++ java
jsp有哪些动作?作用分别是什么?
jsp共有6种基本动作:
1、jsp:include,在页面被请求的时候引入一个文件
2、jsp:useBean,寻找或者实例化一个JavaBean
3、jsp:setProperty,设置JavaBean的属性
4、jsp:getProperty,输出某个JavaBean的属性
5、jsp:forward,把请求转到一个新的页面
6、jsp:plugin,根据浏览器类型为Java插件生成Object或Embed标记
查看全文
相关阅读:
Codeforces Round #562题解
Codeforces Round #561题解
CF1107E Vasya and Binary String(区间dp)
NC110113 Summer Earnings(bitset)
NC112798 XOR-pyramid(dp)
NC23051 华华和月月种树(离线+树状数组)
py.path模块
stat模块
pwd模块
PrettyTable模块
原文地址:https://www.cnblogs.com/jimmy-muyuan/p/5372538.html
最新文章
【LemonCK】Python同步&互斥锁&死锁
浅谈__getattribute__与__getattr__【转】
【LemonCK】Python的垃圾回收机制【转】
【LemonCK】Python 直接赋值、浅拷贝和深度拷贝解析
【LemonCK】Python中字符串的intern机制
【LemonCK】描述器使用指南【转】
Android开发
Android开发
Android开发
Android随笔
热门文章
Android随笔
Android开发
Android开发
Android开发
Android开发
Android开发
CF455D Serega and Fun(deque+分块)
NC19974 硬币购物(dp+容斥)
CF1234E Special Permutations(思维+差分)
NC20271 游戏(数学+dp)
Copyright © 2011-2022 走看看