Where to go net Internship Summary: Javaweb Chinese translation of garbled problems (Javaweb)

Source: Internet
Author: User

It was supposed to go into the net for the purpose of data mining. Structure has become a system development ...

It's just that I've been doing it more seriously for three months. The teacher is very agreeable to my work attitude and result ...

The internship is coming to an end, summarizing a few things that have not been noticed before and become habits and problems to share with everyone.


At the same time to make an advertisement: to which network Internal audit department recruit Javaweb Development intern. Time is very free, one day a week, Saturday Sunday and even can, the time of the small friends to give me a message ah, earn a pocket money. You can have a long experience.

。。。 (GPA, a senior dog who wants to work is just the right thing to do.)

。 )




To find out what is going on, please refer to the code question:http://bbs.csdn.net/topics/330072196.


The following is a guide code:

when submitting a form , we usually complete it with JS or jquery . This is required for URLs with Chinese (i.e., textData in the code below ; To keep the coding style consistent, it is recommended that all URLs ) is encoded two times:

var submitdata = encodeURI (encodeURI (textData));

decoding in js or jquery . Because the encoding at the time of submission is based on JS or jquery. Therefore, it is necessary to decode the decoding process two times the ability to obtain the corresponding Chinese content:

var currenthref = decodeURI (decodeURI (currenthref));


decoding in Java code , decoding once is possible. Related mechanisms refer to the links given above:

<pre name= "code" class= "Java" >if (Request.getparameter ("search")!=null) {    String searchname = Java.net.URLDecoder.decode (Request.getparameter ("Search"), "UTF-8");    System.out.println ("searchname==" +searchname);



At this point, where to go online internship end ....

Other Summary:

Where to go net Internship Summary: Javaweb Chinese translation of garbled problems (Javaweb)

Where to go net Internship summary: Javaweb configuration 404 page (Javaweb)

Where to go net Internship Summary: Java read XML file node information (javaweb)

Where to go Web Internship Summary: Recursive construction of the "Process run Order" XML file (Javaweb)

Where to go net Internship Summary: Completed, but there are errors on the webpage (javaweb)

Where to go net Internship Summary: Javaweb using jquery submission form (javaweb)

Where to go net Internship Summary: Easyui in the use of javaweb. Take the DataGrid as an example (Javaweb)

Where to go Web Internship Summary: Java read-write Excel table (javaweb)

Where to go net internship summary: Regular email (javaweb)

Where to go net internship summary: Development of timed tasks (Javaweb)
Where to go net internship Summary: How to effectively reduce access to the database (Javaweb)

Where to go net internship summary: How to get the Web Project root folder (Javaweb)

Where to go net internship Summary: How to configure a database connection (Javaweb) 







Where to go net Internship Summary: Javaweb Chinese translation of garbled problems (Javaweb)

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.