Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 안드로이드 알림채널
- 버전별 관리
- NotificationCompat.Builder
- 알림 우선순위
- Pending Intent
- setDefaults(NotificationCompat.DEFAULT_ALL)
- notifications
- 펜딩인텐트
- 안드로이드 알림 예제
- 안드로이드 알림
- notification channel
- setContentIntent
- setPriority(NotificationCompat.PRIORITY_HIGH)
- notification manager
- 알림 인텐트
- android notification 예제
Archives
- Today
- Total
공부용 블로그
Jmeter 테스트 오류 본문
오류 메세지
Non HTTP response code: org.apache.http.NoHttpResponseException (the target server failed to respond)
해결 방법
1. jmeter - bin - user.properties file 에 아래 내용 추가
httpclient4.retrycount=1
hc.parameters.file=hc.parameters
2. jmeter - bin - hc.parameters file에 아래 내용 주석 풀기
http.connection.stalecheck$Boolean=true
'설계 > WebServer' 카테고리의 다른 글
vert.x 구조 이해하기 (0) | 2018.10.18 |
---|---|
JVM 이란 (0) | 2018.10.13 |
mysql "too many connection" error (0) | 2018.10.10 |
FastCGI (0) | 2018.10.02 |
Context Switching (0) | 2018.10.02 |