1. java_test는 돌아가는데 이클립스에서는 jar 파일 넣어(?)도 에러남에러메세지 : no jniortools in java.library.path 2. 명령어로는 -Djava.library.path=~~/lib 이거를 이클립스에서 안해줘서 그런 것. 3. Java Build Path - Libraries - 각 jar파일 펼치기 - Native library location 클릭 - Edit - ~~~/lib 집어넣기
https://wikidocs.net/228 public class Counter { static int count = 0; Counter() { this.count++; System.out.println(this.count); } public static void main(String[] args) { Counter c1 = new Counter(); Counter c2 = new Counter(); } } count라는 객체 변수가 각각 다른 인스턴스에서 공유됨.따라서, 위 코드의 출력으로12가 나옴.
https://www.callicoder.com/java-read-write-csv-file-opencsv/
class A{List a; //1 setter에서 new~~ 해주기List a = new ArrayList(); //2} 1,2 중 뭐가 나은거지 ==> 답변.There is no difference - the instance variable initialization is actually put in the constructor(s) by the compiler.The first variant is more readable.You can't have exception handling with the first variant.There is additionally the initialization block, which is as well put in the constructor(s) by the co..
JVML - Java Virtual Machine Language - JVM 위에서 동작하는 프로그래밍 언어 https://en.wikipedia.org/wiki/List_of_JVM_languages java + Apache Groovy, a dynamic programming and scripting languageJRuby, an implementation of RubyJython, an implementation of PythonKotlin, a statically-typed language from JetBrains, the developers of IntelliJ IDEAScala, a statically-typed object-oriented and functional programming ..
- Total
- Today
- Yesterday
- 여러 파일 하나로 합치기
- Divide&Conquer
- Bruteforce
- 메모리제한
- minor GC
- 이클립스메모리분석툴
- anaconda2
- SecurityContextPersistenceFilter
- Note App
- Excel
- Python
- graph traversals
- 엑셀
- ICPC
- type명령어
- backtracking
- unreachable object
- nbconvert
- 인쇄행고정
- 스도쿠
- DP
- 동시설치
- anaconda설치
- 인쇄열고정
- Markdown Note
- ipynb
- SecurityContextRepository
- Open ID Connect
- greedy
- dynamic programming
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |