240 发简信
IP属地:天津
  • Ubuntu安装FastDFS

    Linux下使用FastDFS: 1.在VM VirtualBox中安装Ubuntu16.04LTS 2.如果Ubuntu中没有ifconfig...

  • Spring与Struts的区别

    1.实现机制: struts是基于过滤器实现,springMVC是基于Servlet 2.运行速度: struts是多例的,springMVC是...

  • struts的表单数据验证方式

    1. 服务端Action验证: /** * struts自带表单字段的验证 * 第一种:重写validate方法,这个Action必须实现Act...

  • struts表单

    struts表单特点: 1.action不需要写项目名,会自动加 2.会给表单里面的内容放在table中,并加上样式 3.struts表单项必须...

  • Struts三种后缀访问设置:

    一:在struts.xml中 <!--第一种配置--> <constant name="struts.action.extension" val...