jar ???? ???? ??? ?????? .java ??? ???? ? .class ??? ?????, ?? ?? ?????? ?? ????? ?? ???? ???? ???? ?? ?? ?????. ??? ?? .class ??? jar ???? ?????, jar ????? ?? ??? ??(?: txt ??, html ??, CSS ?? ?)? ????? ?? META-INF/MANIFEST.MF? ??? ? ????.
.class ??? ??? ?????? jar ???? ??? ??????. ?? ??? jar ???? ?? ????? ???? Main ??? ??? ???? Main-Class ??? ?????.jar ??? ??? ??
???? ??? ? ?? ??? ????
package com.imooc.jardemo1; import com.imooc.jardemo1.impl.Teacher;; public class Welcome { public int num; public static void main(String[] args) { Teacher.greeting(); Welcome welcome=new Welcome(); Teacher lee=new Teacher(); welcome.addTeacher(lee, 1, "gil"); welcome.getTeaInfor(lee); } public void addTeacher(Teacher teacher,int id,String name) { teacher.id=id; teacher.name=name; } public void getTeaInfor(Teacher teacher) { String str="ID:"+teacher.id+" Name:"+teacher.name; System.out.println(str); } }
package com.imooc.jardemo1.impl; public class Teacher { public String name; public int id; public static void greeting() { System.out.println("Welcome!"); } }?? ??? ??? ????:
java ?? ???
Runnable Jar ?? ??
?? ??? ? ?? ???? ?? ??? ?????. ? ?? ??? ??? Jar ???? ??? ??? ???? ???? ?????.
???? ????? ? ?? lib? ????. New->??, ?? ?? lib, ???? ?? jar ??? ??
jar ??? ?? ????: ???? ?? jar ???? ??? ??? ???? ?? ->?? ?? ->?? ??? ??
??? ??? JarTest? ???? ???, ???, ?? Jar ???? ??(???? ???)
package com.imooc.jartest; import com.imooc.jardemo1.Welcome; import com.imooc.jardemo1.impl.Teacher; public class JarTest { public static void main(String[] args) { Welcome.main(args); Welcome welcome=new Welcome(); Teacher teacher=new Teacher(); welcome.addTeacher(teacher, 2, "pelle"); welcome.getTeaInfor(teacher); } }
??:
jar ???? ???? ?? ??? ??? ??? ???? ?? ??? ? ??? ??? ????.
? ???
Java ??????? ?? ?? ???? ?????. ? ??? ??? ?? ???? ?? ? ????.
? ??? Java?? jar ???? ??? ?? ??? ??? ????.? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

JDBC ????? ???? ????? ?? ?? ?? ??? ?? ?? ??? ?? ? ?? ??? ?? ?? ?? ??? ???????. 1. ????? ????? Conn.SetAutoCommit (False)?? ??????. 2. ??? ? ????? ?? ?? SQL ??? ?????. 3. ?? ??? ??? ?? Conn.commit ()?? ???? ??? ???? ???? ?? ??? ???? Conn.Rollback ()?? ??????. ???, ? ??? ???? ????, ??? ???? ????, ?? ??? ??? ?? ??? ??? ???? ? ???????. ?? ?? ?? ???? ????? ??? ???? ?? ?? ???? ???? ??? ????? ?? ??? ??? ? ?? ???? ?? ????.

?? ?? ? ?? ???? ???? ?? Java.Time ???? ???? ??????. 2. LocalDate, LocalDateTime ? LocalTime? ?? ?? ??? ??? ?????. 3. () ???? ???? ?? ??? ??? ????. 4. ???/???? ??? ???? ??? ????? ??? ??????. 5. ZonedDateTime ? Zoneid? ???? ???? ??????. 6. DateTimeFormatter? ?? ?? ? ?? ?? ?? ???; 7. ??? ?? ?? ?? ??? ????? ?? ??????. ?? Java? ?? ??? ???? ??? ??? ???? Java.Timeapi ??? ?? ??? ???????.

Pre-FormancetArtUptimeMoryUsage, Quarkusandmicronautleadduetocompile-timeprocessingandgraalvsupport, withquarkusoftenperforminglightbetterine serverless sinarios.2.thyvelopecosyste,

Java 's Garbage Collection (GC)? ???? ???? ???? ??????, ?? ? ??? ??? ? ??? ??? ??? ??? ????. 1.GC? ?? ?? (? : ?? ??, ?? ???, ?? ?? ?)?? ??? ???? ????, ?? ? ??? ??? ???? ?????. 2. ?? ???? ????? ????, ?? ?? ??? ??? ???? ?? ??? ??????. 3. ?? ?? ?? ?? : ??? ?? (Eden, S0, S1)? ?? ????? ?????. ??? ??? ?? ? MajorGC? ???? ? ??? ? ????. Metaspace? ??? ?? ???? ?????. 4. JVM? ??? GC ??? ?????. SerialGC? ??? ?? ????? ?????. ParallelGC? ???? ??????. CMS? ?? ???

GO? HTTP ?? ????? ?? ??, ??, ????? IP ? ?? ??? ?? ? ? ????. 1. http.handlerfunc? ???? ????? ????, 2. ??? ???? ?? ?? ??? ?? ??? ??????. ?? ?? ??? ???? ??? ?????? ??? ????? ???? ? ?????. ?? ???? ?? ?? ??, JSON ?? ?? ? ?? ID ??? ?????.

??? htmlinput ??? ???? ??? ???? ????? ??? ??? ?? ??? ???? ???? ? ????. 1. ???, ???, ??, ?? ? ??? ?? ??? ??? ?? ?? ?? ??? ???? ???? ??? ? ???? ??? ? ????. 2. HTML5? ?????? ??? ? ?? ?? ??? ?? ? ??? URL, ??, ?? ? ??? ?? ??? ??? ??????. 3. ?? ?? ? ? ??? ??? ???? ?? ??? ???? ???? ?? ???? ?? ???? ???? ?? ? ? ??? ?? ???????.

GradleisBetTerChoiceFormostNewProjectSduetoitssuperiorflexible, Performance, and ModernToolingsupport.1.Gradle'Sgroovy/kotlindslismoreConcisENDEXPRESSIVETHANMAVEN'SVOSEXML.2.GradleOutsMaveninbuildweedweedweedweedweedweedweedweedweedweedweedweedweedweede

DEFER? ??? ???? ?? ??? ??? ???? ? ?????. ?? ??? ?? ? ? ?? ????, ??? ??? ? ?? ?? (LIFO)? ??? ?????. 1. ?? ??? ??? ? ??? ?????. 2. ?? ??? ?? ??? ??? ????? ?????. 3. ?? ? ?? ?? ??? ? ????. 4. ??? ?????? ??? ??? ???? ?????. 5. ?? ??? ???? ?? ??? ?? ??? ?????. ??? ??? ?? ?? ? ???? ???? ? ????.
