JSP real-Combat program serialization

Source: Internet
Author: User
Tags gettext serialization
js| Program

JSP actual combat-type program serialization, because a friend recently engaged in JSP, need some information, so it is often used in the actual field of JSP fragments for everyone's reference, there are a lot of things can be used directly, even if you only know a little bit of grammar, I believe that if you can focus on this series will do simple JSP. Thank you for your attention.

Let's start with the login verification:
String userName = null;
String Userpasssword = null;
String testname = Jtextfield1.gettext (). toString ();
String Testpassword = string.valueof (Jtextfield2.gettext ());
String querystring = "Select TestName, Testpassword from admin";
try {
Statement conn = Database1.createstatement ();
ResultSet rs = Conn.executequery (querystring);
UserName = rs.getstring ("UserName");
Userpasssword = rs.getstring ("password");
catch (SQLException ex) {
}
System.out.println (UserName);
System.out.println (Userpasssword);
System.out.println (testname);
System.out.println (Testpassword);




Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.