Ongoing updates to problems encountered at work

Source: Internet
Author: User

Yi Day:

For Myecplise report system memory is insufficient, reported PermGen space error when we need to modify the memory in the Myecplise, the method of adding the following code:

-xx:permsize=256m

-xx:maxpermsize=386m

-xms512m

-xmx1024m

To solve the problem.

Interface issues:

The enumeration interface itself is not a data structure. However, it is important for other data structures. The enumeration interface defines the means by which continuous data is obtained from a data structure. For example, enumeration defines a method named Nextelement that can be used to get the next element from a data structure that contains multiple elements.
The enumeration interface provides a standard set of methods, since enumeration is an interface whose role is limited to providing method protocols for data structures

Jbox is a jquery-based multifunctional dialog box plugin for creating modal windows, hints, notifications, or more, using Jbox to achieve the overall style of the website.

Project front-end development common plug-in summary http://my.oschina.net/u/1054538/blog/597873?p=1

The role of Async:false/true in AJAX requests

Async. The default is true, which is asynchronous, after $.ajax executes, it continues executing the script behind Ajax until the server-side returns data, triggering the success method in $.ajax, which executes two threads. To set it to false
, all requests are synchronous requests, and the synchronization request locks the browser before the return value, and the user's other actions must wait for the request to complete before it can be executed. <spring:htmlEscape>
Set whether to enable default HTML character conversion, default to "false"

Ongoing updates to problems encountered at work

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.