Nutz, Come tonight. (13): What's wrong with the captcha?

Source: Internet
Author: User

What's wrong with the verification code? Give a plan? At least take a look at the implementation of the entrance method?

------------------------------Glue dividing line--------------------------

Last-term answer:

@Table ("T_menu") public class Menu {@Id//numeric primary key private int Id;    @Name//character type primary key private String Name;    @Column ("pid")//related fields should also be written out oh private int parentid;    @Column ("CT") private long createtime;    @Column ("UT") private long updatetime;    @One (Target=menu.class, field= "ParentID")//field is the Java attribute name of this object, private Menu parentmenu; @Many (Target=menu.class, field= "ParentID")//private list<menu> submenus;}


Code to read

list<menu> top = DAO (). Query (Menu.class, Cnd.where ("ParentID", "=", 0)); top = DAO (). Fetchlinks (top, NULL); Single-layer fetchlinks Oh, need multilayer, self-encapsulation


Nutz, Come tonight. (13): What's wrong with the captcha?

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.