Some problems of Angularjs

Source: Internet
Author: User

1. If the page report does not support the wrong spelling, see if the constants defined across JS are referenced. Progressive troubleshooting.

2. Back to JSON to import the following dependencies:

    <dependency>      <groupId>net.sf.json-lib</groupId>      <artifactid>json-lib</ artifactid>      <version>2.4</version>      <classifier>jdk15</classifier>    </ Dependency>

Use the following:

        Qtuser qtuser=Qtuserservice.selectbyrecord (uinfo);         = Net.sf.json.JSONObject.fromObject (qtuser);         New Net.sf.json.JSONArray ();        Jsonarray.add (jsonobject);         return jsonarray.tostring ();

3. Check for configuration errors, different data sources have different jar packages

4. The foreground sends the data is normal, the backstage did not receive the data, please check whether does the following configuration:

    <mvc:annotation-driven/>    <mvc:default-servlet-handler/>

Some problems of Angularjs

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.