본문 바로가기 메뉴 바로가기

Better than alone

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Better than alone

검색하기 폼
  • 분류 전체보기 (112)
    • AI+머신러닝+딥러닝 (5)
      • 강화학습 (David Silver) (2)
      • 언어AI (1)
    • 수학+통계 (1)
    • 알고리즘 (35)
    • 물류 (1)
    • JAVA (11)
    • Python (17)
      • Python 튜토리얼 (2)
      • Python 트러블슈팅 (5)
    • 티스토리 블로깅 (1)
    • 임시 (8)
    • 애자일 (2)
    • Git (4)
    • Troubleshooting (2)
    • 네이버를 만든 기술, 읽으면서 배운다 - 자바 편 (0)
    • DB (5)
      • SQL (3)
    • SW공학 & 프로젝트 관리 (1)
    • 엑셀(EXCEL) (3)
    • 기타 (7)
  • 방명록

JAVA (11)
[자바 이클립스 실행 시 에러] no jniortools in java.library.path

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 집어넣기

JAVA 2019. 1. 4. 11:06
에러 - 요소 콘텐츠는 올바른 형식의 문자 데이터 또는 마크업으로 구성되어야 합니다.

xml 내 쿼리문에 특수문자 있는 경우 저런 에러 남. 해결방법 : cdata로 감싸주면 된다 ex)SELECT A FROM TABLE WHERE C >1]]>

JAVA 2018. 7. 27. 22:30
There is no statement named ~~~(xml 내 select ) in the sqlmap. 에러 해결

sqlmap config.xml 파일에 추가해야 해.ex)

JAVA 2018. 7. 6. 10:39
log4j 자바 프로젝트에서 사용하기

1. log4j bin 다운로드2. api.jar과 core.jar library import3. src 아래에 log4j2.xml 생성 위의 코드는 콘솔로 찍힘.

JAVA 2018. 6. 26. 19:00
이클립스 - 메소드 자동 생성 (getter, setter, hashcode, equals 등)

이클립스에서는 자주 사용하는 메소드를 자동 생성 가능함.getter, setter 외에도 hashcode, equals, tostring 등이 있음. 변수에 표시 - 우클릭 - source - 여러 메소드들 선택 가능.

JAVA 2018. 4. 27. 19:00
static 변수와 static 메소드

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가 나옴.

JAVA 2018. 4. 5. 12:30
openCSV

https://www.callicoder.com/java-read-write-csv-file-opencsv/

JAVA 2018. 4. 2. 21:00
lombok 롬복 이클립스에 설치

1. https://projectlombok.org/downloads가서 jar 파일 다운로드 2. jar 파일 실행 3. 내 컴퓨터에 있는 IDE 목록들이 뜰 거고 체크박스에 체크하고 Install/Update 하면 끝

JAVA 2018. 3. 29. 16:26
궁금 궁금 (class variable 초기화)

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..

JAVA 2018. 3. 29. 10:18
JVML - Java Virtual Machine Language

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 ..

JAVA 2018. 3. 20. 15:12
이전 1 2 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • Divide&Conquer
  • graph traversals
  • 여러 파일 하나로 합치기
  • type명령어
  • Open ID Connect
  • 동시설치
  • ipynb
  • ICPC
  • greedy
  • anaconda2
  • SecurityContextRepository
  • DP
  • SecurityContextPersistenceFilter
  • 인쇄행고정
  • 인쇄열고정
  • Bruteforce
  • Excel
  • anaconda설치
  • dynamic programming
  • Markdown Note
  • nbconvert
  • unreachable object
  • 이클립스메모리분석툴
  • 스도쿠
  • minor GC
  • Python
  • 엑셀
  • 메모리제한
  • Note App
  • backtracking
more
«   2025/12   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바