摘要: import org.junit.Test; import com.iit.util.StrUtils; import org.junit.Test; public class TestReplace0 { String src1="2022,I'm study java17"; String sr 阅读全文
posted @ 2022-05-30 22:00 薇薇酱qwq 阅读(9) 评论(0) 推荐(0) 编辑
摘要: package com.iit.user; public class User { private String userName; private String password1; private String password2; public User(){ } public User(St 阅读全文
posted @ 2022-05-30 21:34 薇薇酱qwq 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 目标:理解JAVA“基于契约”编程的思想项目:定义一个类,能够完成两个功能:1、加法:1+2+5+72、减法:10-3-2-1-5 版本1、用函数库开发算法 : 操作: *、定义MyMath1类 *、定义静态加法:int add(int,int...) *、定义静态减法:int sub(int,in 阅读全文
posted @ 2022-05-30 16:56 薇薇酱qwq 阅读(41) 评论(0) 推荐(0) 编辑