All public logs
Jump to navigation
Jump to search
Combined display of all available logs of DISLab. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:42, 18 July 2022 Swpark talk contribs created page 기본 Karel 프로그램 예제 (Created page with "* Stanford Karel Library (karel.jar) * HUFS Karel Library (hufs-karel.jar) === pom.xml 수정 === pom.xml을 다음과 같이 수정한다. <syntaxhighlight lang="xml"> ... <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.target>1.6</maven.compiler.target> </properties> <dependencies> ... <dependenc...")