游客rrrrnklf5i4tu_个人页

个人头像照片 游客rrrrnklf5i4tu
个人头像照片
0
163
0

个人介绍

暂无个人介绍

擅长的技术

获得更多能力
通用技术能力:

暂时未有相关通用技术能力~

云产品技术能力:

暂时未有相关云产品技术能力~

阿里云技能认证

详细说明
暂无更多信息

2022年08月

正在加载, 请稍后...
暂无更多信息
  • 回答了问题 2022-08-17

    创建 Hello World的创建URL操作index的代码是什么?

    Hello World!
    踩0 评论0
  • 回答了问题 2022-08-17

    thankyou的代码是什么呢?

    Thank you for registering for a prize. Your registration information: '> »Return to home page .
    踩0 评论0
  • 回答了问题 2022-08-17

    创建新的结果类型的代码是什么呢?

    public void execute(ActionInvocation invocation) throws Exception;
    踩0 评论0
  • 回答了问题 2022-08-17

    实现拦截器的代码是什么呢?

    void init(); String intercept(ActionInvocation invocation)throws Exception; ]
    踩0 评论0
  • 回答了问题 2022-08-17

    拦截器适用什么呢?

    拦截器适用后台有很多action
    踩0 评论0
  • 回答了问题 2022-08-17

    拦截器选择栈进行处理的代码怎么写呢?

    踩0 评论0
  • 回答了问题 2022-08-17

    拦截器构成的栈是什么样的?

    踩0 评论0
  • 回答了问题 2022-08-17

    action里怎么引用拦截器呢?

    踩0 评论0
  • 回答了问题 2022-08-17

    拦截器的作用是什么?

    拦截器的作用:对所有的请求做一些处理然后返回一些结果
    踩0 评论0
  • 回答了问题 2022-08-17

    Multiple results的xml文件是什么?

    error.jsp
    踩0 评论0
  • 回答了问题 2022-08-17

    Multiple results的代码是什么?

    public void String execute() throws Exception [if( myLogicWorked())( return 'success'; else l return 'error'; ] ]
    踩0 评论0
  • 回答了问题 2022-08-17

    SIngle result的xml文件是什么?

    view.jsp
    踩0 评论0
  • 回答了问题 2022-08-17

    SIngle result的代码是什么呢?

    public void String execute() throws Exception [return 'success'; ] ]
    踩0 评论0
  • 回答了问题 2022-08-17

    struts.xml在描述什么?

    -//Apache Software Foundation //DTD Struts Configuration 2.0//EN' '网址'> /index.jsp
    踩0 评论0
  • 回答了问题 2022-08-17

    web app的首页代码怎么写呢?

    '> index.jsp
    踩0 评论0
  • 回答了问题 2022-08-17

    struts2的应用代码是什么?

    '> struts2 org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter struts2 /* L
    踩0 评论0
  • 回答了问题 2022-08-17

    user的代码是什么呢?

    @Table(name = 'user')public class User private Long id; private String firstName; private String lastName; private String email; private int age; private Set emailAddresses = new HashSet(); public User() [ ] @Id @GeneratedValue(generator = 'increment') @GenericGenerator(name = 'increment', strategy = 'increment')public Long getld()l return id; ] private void setld(Long id) [ this.id= id; ]
    踩0 评论0
  • 回答了问题 2022-08-17

    register的java代码怎么写呢?

    @Override public String execute() throws Exception [ Session session = HibernateUtil.getSessionFactory().getCurrentSession();session.beginTransaction(); personBean.getEmailAddresses().add(personBean.getEmail()); session.save(personBean); session.getTransaction().commit(); return SUCCESS; public User getPersonBean() [ return personBean; ] public void setPersonBean(User person) [personBean = person;
    踩0 评论0
  • 回答了问题 2022-08-17

    register的jsp代码是什么?

    Register for a prize by completing this form.
    踩0 评论0
  • 回答了问题 2022-08-17

    解决前端和后端传参数的第二个办法是什么?

    public String execute() throws Exception [messageStore = new MessageStore(); ActionContext context = ActionContext.getContext();Map params, = context.getParameters(; String[] users)= (String[]) params.get('userName'); rif (userName != null) l messageStore.setMessage(messageStore.getMessage() + ' ' + userName); return SUCCESS;]
    踩0 评论0
正在加载, 请稍后...
滑动查看更多
正在加载, 请稍后...
暂无更多信息