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

개발하다 접하는 다양한 오류들의 모임

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

개발하다 접하는 다양한 오류들의 모임

검색하기 폼
  • 분류 전체보기 (54)
    • iOS (3)
    • Swift (23)
    • Linux (11)
    • Java (11)
    • 기타 (2)
    • 다짐·회고 등 (3)
  • 방명록

분류 전체보기 (54)
[Javascript] IE check

var agent = navigator.userAgent.toLowerCase(); if(agent.indexOf("msie")!==-1||agent.indexOf("trident")!==-1) { // IE } else { // 기타 }

카테고리 없음 2020. 2. 26. 11:23
[Linux] 서버 시간 맞추기

date입력 시 리눅스의 서버 시간을 확인할 수 있다. 이 시간이 맞지 않을 경우 ntpdate time.bora.net를 통해 다시 세팅이 가능하다.

Linux 2020. 2. 24. 14:44
[Linux] Linux-MariaDB Case 구분

show variables like 'lower_case_table_names'; 하면 Value가 0이 뜬다. 이걸 1로 바꿔주면 대-소문자 구분 없이 쿼리를 인식하겠다는 뜻이다. /etc/my.cnf 의 맨 마지막에 lower_case_table_names = 1 을 설정하고 service mysqld restart 서비스 재시작을 해주면 된다.

Linux 2020. 2. 11. 13:41
[Linux] 깡통서버 세팅 - 1

1. DNS 설정 변경 /etc/resolve.conf 에서 nameserver 8.8.8.8 추가 2. daum repo 추가 /etc/yum.repos.d/Daum.repo [base] name=CentOS-$releasever - Base baseurl=http://mirror.kakao.com/centos/7/os/$basearch/ gpgcheck=0 [updates] name=CentOS-$releasever - Updates baseurl=http://mirror.kakao.com/centos/7/updates/$basearch/ gpgcheck=0 [extras] name=CentOS-$releasever - Extras baseurl=http://mirror.kakao.com/centos..

Linux 2020. 2. 7. 16:53
[Java] @Autowired

Controller에서 @Autowired를 쓰려면 해당 Service Class에 @Service annotation을 추가해야 한다.

Java 2020. 2. 6. 10:22
[Redhat] 버전 확인

cat /etc/redhat-release

Linux 2020. 2. 3. 11:29
[Java - Spring] BeanCreationException 오류

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testRepository': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate []: Specified class is an interface @Autowired private TestRepository testRepository; 으로 되어있던 걸 @MockBean private TestRepository testRepository; 으로 변경하면 된다.

Java 2020. 1. 13. 14:49
[Java - SpringBoot] java.lang.IllegalStateException 오류

java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test @SpringBootTest Annotation은 @SpringBootApplication을 찾아가기 때문에 @SpringBootTest(classes = Test.class)로 사용해야 한다.

Java 2020. 1. 13. 14:45
이전 1 2 3 4 5 6 7 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • swift generic
  • passing data between ViewControllers
  • urlsession 공통화
  • UIUserInterfaceStyle
  • 코르도바 플러그인
  • User Interface Style
  • xcode 16
  • urlrequest 모듈화
  • passing data between ViewController and View
  • UITextField 글자수 제한하기
  • loadView
  • iOS Dark Mode
  • 코르도바 Swift
  • 코르도바 iOS
  • ios universal framework
  • codable
  • swift delegate
  • Swift 프로젝트에서 Objective-C
  • linux java 설치
  • RxSwift UITetxtField
  • urlsession 모듈화
  • urlrequest 공통화
  • ios framework device simulator
  • loadView viewDidLoad
  • Viewcontroller data
  • codable date
  • xcode group folder
  • 코르도바 iOS Framework
  • swift json 파싱
  • Objective-C 프로젝트에서 Swift
more
«   2025/10   »
일 월 화 수 목 금 토
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

티스토리툴바