`
mjyyt
  • 浏览: 8275 次
  • 性别: Icon_minigender_1
  • 来自: 成都
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表

tomcat

为了能让web服务器与web应用这两个不同的web应用与web服务器进行协作的标准接口:servlet是其中最主要的一个接口
<input标记有一个value属性,他的初始值与请求参数的默认值对应。如对于提交按钮 <input type="submit" name="submit" value="submit"> 以上标记的name属性值为submit,value属性初始值为submit,因此浏览器把他们转变为请求参数“submit=submit”     客户端向服务端上传文件:   只要把特定文件中的数据放到http请求的正文部分,就能发送任意格式的文件   上传文件<form>标记的重要属性:   ...

发布web应用

    博客分类:
  • web
web应用的概念:指需要通过编程来创建的web站点。用户在internet上看到的能开展业务的各种web站点都可以看做web应用,如网上银行和网上商店。此外,公司内部的基于web的internet工作平台也是web应用。   特点:以浏览器作为展示客户端界面的窗口 客户端界面一律表现为网页形式,网页由html语言写成,具有交互功能。 使用浏览器-服务器架构,浏览器与服务器之间采用http协议通信。 web应用通过web服务器发布。   随着web应用规模的越来越大,一些针对web应用的设计模式及框架软件应运而生。如MVC,str ...

web运作原理

    博客分类:
  • web
对于http://localhost:8080/hello.html,hello.html文件中包含一个java Applet文件,其源代码如下: <applet code=HelloApplet.class width=200 height=200></Applet>   浏览器在解析以上代码时,会向服务器发送一个要求访问HelloApplet.class文件的请求。当浏览器接收到该文件的数据后,会启动本地的java虚拟机,然后由java虚拟机运行HelloApplet类。     web服务器动态执行的程序可以分为两种: 1.完全用编程语言编写的程序,如 ...

Meta标签详解

    博客分类:
  • html
http://www.cnblogs.com/esshs/articles/157588.html
当候选 Bean 数目不为 1 时的应对方法     转载:http://hi.baidu.com/jlh_jianglihua/blog/item/fb9a13d7fadbcb2307088ba0.html

springside

springside      

shiro3

3.rolesecurity_mvn.zip   4.http://shiro.apache.org/static/current/apidocs/org/apache/shiro/web/tags/PrincipalTag.html   5,permissionsecuritywithtags_mvn.zip   securityDB_2.ZIP

shiro2

An Introduction to Shiro (formerly JSecurity) – A Beginner’s Tutorial Part 2   http://shiro.apache.org/static/current/apidocs/org/apache/shiro/authc/UsernamePasswordToken.html http://shiro.apache.org/static/current/apidocs/org/apache/shiro/SecurityUtils.html http://shiro.apache.org/static/current ...

shiro

An Introduction to Shiro (formerly JSecurity) – A Beginner’s Tutorial Part 1
Global site tag (gtag.js) - Google Analytics