Welcome![Sign In][Sign Up]
Location:
Search - loginaction

Search list

[Other resourceLoginAction

Description: 购物系统登陆界面的java文件。一套的。登陆界面其实都通用的
Platform: | Size: 1042 | Author: lv | Hits:

[JSP/JavaLoginAction

Description: 购物系统登陆界面的java文件。一套的。登陆界面其实都通用的-Shopping System landing interface java file. A set of. Landing in fact a common interface
Platform: | Size: 1024 | Author: lv | Hits:

[JSP/Javademo

Description: Spring2.5+Struts2.0+hibernate3.0+Dwr+jquery+displayTag 1 基于SSH,service采用 annotation注入减少配置 2 利用struts2 的LoginAction-validation.xml 3 在bean里把service包;暴露DWR,写了一个验证用户名的流程 4 采用jpa作为POJO,还是减少配置 5 加入display的分页,并且是物理分页 打开后自已建表sql.txt jdbc.properties-Spring2.5+ Struts2.0+ hibernate3.0+ Dwr+ jquery+ displayTag 1 based on SSH, service configuration 2 using annotation injection to reduce the use of struts2 in LoginAction-validation.xml 3 of the bean inside the service package exposure DWR, wrote a Verify the user name the process of four using jpa as POJO, or decrease the paging display configuration 5 to join and is open after the self-construction of the physical page table sql.txt jdbc.properties
Platform: | Size: 23403520 | Author: 崔易 | Hits:

[JSP/JavaLoginAction

Description: File f = new File("D:\\1.jpg") Attachments attachments = new Attachments() FileDataSource ds = new FileDataSource(f) DataHandler dh = new DataHandler(ds) attachments.addDataHandler("12345678", dh)
Platform: | Size: 1024 | Author: andy | Hits:

[Other Web CodeLoginAction

Description: Ajax 页面不刷新,内容不会丢失,浏览更连贯。-Ajax Page not refresh, content and never lost, browse coherently.
Platform: | Size: 1024 | Author: aaron | Hits:

[Hotel software systemhostMS

Description: 酒店管理模型,对于小型的酒店或者招待所可以使用,结构简单好维护-loginaction zhe function is contorl user to login,which useing the strut2 to programming
Platform: | Size: 232448 | Author: 刘龙 | Hits:

[JSP/Javamyjdbc

Description: 初学者可以参照此代码来学习jdbc,系统全面,使用的数据库是oracle-loginaction zhe function is contorl user to login,which useing the strut2 to programming
Platform: | Size: 30720 | Author: 刘龙 | Hits:

[JSP/JavaLoginAction

Description: 这是基于javaweb的ssh中的action层登陆的源码-the code about ssh s loginaction
Platform: | Size: 2048 | Author: zhangxuzhong | Hits:

[JSP/JavaLoginAction

Description: struts 2 做的loginaction判断用户名和密码登录-The Struts doing loginaction determine the user name and password
Platform: | Size: 1024 | Author: 左岸 | Hits:

[JSP/JavaloginAction

Description: 文件资料管理系统的界面完整的设计与实现代码-Documentation management system interface design and implementation of a complete code
Platform: | Size: 1024 | Author: 于书森 | Hits:

[JSP/Javalab4Plus

Description:   1、Struts2框架下ActionSupport的使用(附加) 在Myeclipse中新建web项目lab4plus; 在实验四的基础上修改LoginAction,使之继承ActionSupport,并重写Validate方法,在其中增加FieldError、ActionError和ActionMessage; 修改login.jsp、loginSuccess.jsp和loginFail.jsp页面,用<s:actionmessage>和<s:actionerror>标签输出信息; 将lab4plus布署在Tomcat服务器上; 运行login.jsp页面,并记录运行结果、主要处理流程与关键代码。-, Struts2 framework ActionSupport use (additional) Create a new web project in Myeclipse lab4plus In the experiment on the basis of four modified LoginAction, so inheritance ActionSupport, and override the Validate method, in which the increase FieldError, ActionError and ActionMessage Modify login.jsp, loginSuccess.jsp and loginFail.jsp page with <s:actionmessage> and <s:actionerror> tag output information The lab4plus deployed on Tomcat server Run login.jsp page and record the results, the main processes and key code.
Platform: | Size: 12288 | Author: | Hits:

[WEB CodeLiu_Yan_Ban

Description: JSP写的简单留言板小系统 所用到的类主要方法作用及属性有: LoginAction.java: 属性:   User user=new User() // 用户 方法:   public String execute():判断用户是否存在 Page.java 属性:   private int lastpage, nowpage, prepage, nextpage   //main.jsp里实现显示留言的4个指标 方法:   对应的getXX(),setXX()方法 User.java 属性:   private String username //用户名   private String password //密码 方法:   对应的getXX(),setXX()方法    DBConn.java 属性:   Connection con=null //连接   PreparedStatement ps=null //命令对象   ResultSet rs=null //结果集   String sql //sql语句 方法:   public DBConn():连接数据库   public User checkUser(String username,String password):检查用户是否存在   public boolean register(String username,String password1):将注册信息写入数据库 public void savemsg(String name,String note):将留言信息写入数据库-JSP message board
Platform: | Size: 3819520 | Author: 陈年丰 | Hits:

[JSP/Javaone

Description: 一个简单的Struts 2的应用程序(源码和实验报告) 利用Struts 2框架创建一个web项目,实现用户登录过程。具体要求是在一个JSP页面中输入用户名和密码,提交给loginAction后,在 ()方法中进行业务处理,当用户名和密码都为admin时转发到success.jsp页面,否则转发到error.jsp页面。-A simple Struts 2 application (source code and test report)   Use Struts 2 framework to create a web project, implement user login process. Specific requirements are to enter a user name and password in a JSP page, submit to loginAction after business processes in the () method, forwarding when a user name and password for the admin to success.jsp page, otherwise forwarded to error.jsp page .
Platform: | Size: 680960 | Author: monlun | Hits:

[JSP/Javatwo

Description: 一个Action多方法调用的Struts 2的应用程序(源码和实验报告) 利用Struts 2框架创建一个web项目chap2_e22,实现用户登录过程。具体要求是在loginAction类中分别用login()和registered()处理用户登录和注册的过程,分别创建login.jsp和register.jsp两个页面实现登录和注册的输入,这两个页面提交给loginAction中的两个方法进行业务处理,如果成功发到success.jsp页面,否则转发到error.jsp页面。-A multi-application method invocation Action Struts 2 (the source code and test report) Use Struts 2 framework to create a web project chap2_e22, implement user login process. Specific requirements are in class respectively loginAction login () and registered () to handle user login and registration process, were created to achieve two pages login.jsp and register.jsp login and registration inputs, these two pages submitted to loginAction the two methods of business process, if successful sent to success.jsp page, otherwise forwarded to error.jsp page.
Platform: | Size: 5519360 | Author: monlun | Hits:

[Web ServerStrust

Description: 简单实现struts基本功能, loginAction ,用登录功能由struts控制业务逻辑-struts login.action
Platform: | Size: 7168 | Author: xingsha | Hits:

[Internet-NetworkLoginAction.class

Description: php编写的网站登录界面后台操作代码,用于用户登录使用,判断用户名和密码是否相同,登录后跳转界面-Php prepared by the website login interface background operating code for the user to log on to use, to determine whether the same user name and password, login jump interface
Platform: | Size: 1024 | Author: liqian | Hits:

CodeBus www.codebus.net