20165210 Java Third Experiment Report

Source: Internet
Author: User

20165210 Experimental two Agile development and XP practice one, agile development and XP practice-1

Experimental requirements:
http://www.cnblogs.com/rocedu/p/4795776.html, eclipse content replaced with idea

Refer to Http://www.cnblogs.com/rocedu/p/6371315.html#SECCODESTANDARD To install the Alibaba plug-in to resolve the specification in the code.

Use the tool (Code->reformate code) in idea to reformat the code below, and then look at the Code menu to find a feature that feels best for you. Submit, plus your own study number watermark.

public class Codestandard {
public static void Main (String [] args) {
StringBuffer buffer = new StringBuffer ();
Buffer.append (' S ');
Buffer.append ("Tringbuffer");
System.out.println (Buffer.charat (1));
System.out.println (Buffer.capacity ());
System.out.println (Buffer.indexof ("Tring"));
System.out.println ("buffer =" + buffer.tostring ());
if (buffer.capacity () <20)
Buffer.append ("1234567");
for (int i=0; i<buffer.length (); i++)
System.out.println (Buffer.charat (i));
}
}
Experiment:

Ii. Agile Development and XP practice-2

Experimental requirements:
Add your own learning partner to your project in the code cloud, confirm that your partner's project is on your own, download the complex code for your partner experiment two, add not less than three JUnit unit test cases, and then git add after the test is successful. Git commit-m "Learn to add content"; git push;

Submit a partner project git log, containing the above git commit information, and add your own watermark information.
Experiment:

Iii. Agile Development and XP practice-3

Experimental requirements:
http://www.cnblogs.com/rocedu/p/4795776.html, eclipse content replaced with idea

Complete the refactoring exercise, download your partner's code, make at least three refactoring, commit the refactoring code, and add your own number watermark. Submit a link to your partner's code cloud project.
Experiment:
Https://gitee.com/BESTI-IS-JAVA-2018/20165214ZWY/blob/master/src/NO.5/Example5_10.java

Iv. Agile Development and XP practice-4

Experimental requirements:
Refer to Http://www.cnblogs.com/rocedu/p/6683948.html to complete the learning of Java cryptography related content in pairs, combining refactoring, git, and code standards.

Submit the learning Result Code cloud link and the representative result, must have the student number watermark.
Experiment:
Https://gitee.com/LiuLuJin/teamwork


Code Link:

Https://gitee.com/BESTI-IS-JAVA-2018/20165210lyk/tree/master/20165210exp3

20165210 Java Third Experiment Report

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.