일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- SSL
- Java
- MSSQL
- plugin
- Eclipse
- Spring
- table
- Sqoop
- GIT
- mapreduce
- SQL
- es6
- NPM
- SPC
- Python
- JavaScript
- vaadin
- IntelliJ
- mybatis
- window
- 공정능력
- xPlatform
- react
- 보조정렬
- Android
- Express
- hadoop
- tomcat
- Kotlin
- R
- Today
- Total
목록전체 글 (649)
DBILITY
누가 보면 욕하겠다. 어쩌겠나. 여러가지 사용하다 보면 이것이 저것 같고 저것이 이것 같다.ㅎㅎ substring(startIndex,endIndex) 형태에 index는 0부터 시작하여 startIndex(포함)부터 endIndex(미포함) 바로 전까지 추출된다.
hostname verifier에러에 그냥 구글 검색으로 대응했다. 기록해 두자. try { URL url = new URL(requestURL); TrustManager[] trustAllCerts = new TrustManager[] { new X509TrustManager() { public java.security.cert.X509Certificate[] getAcceptedIssuers() { return null; } public void checkClientTrusted(X509Certificate[] certs, String authType){ } public void checkServerTrusted(X509Certificate[] certs, String authType) { } } }..
기억이 나지 않는다. 모르겠다. 적어 두자. [root@localhost tomcat]# ./bin/version.sh Using CATALINA_BASE: /opt/tomcat Using CATALINA_HOME: /opt/tomcat Using CATALINA_TMPDIR: /opt/tomcat/temp Using JRE_HOME: / Using CLASSPATH: /opt/tomcat/bin/bootstrap.jar:/opt/tomcat/bin/tomcat-juli.jar Server version: Apache Tomcat/8.0.52 Server built: Apr 28 2018 16:24:29 UTC Server number: 8.0.52.0 OS Name: Linux OS Version: 3..
the background cache eviction process was unable to free 10 percent of the cache for context[] - consider increasing the maximum size of the cache. 캐시가 부족하다는 오류가 발생했다. conf안의 context.xml에 다음과 같이(Resouces) 추가한다.다른 블로그에 보니 100M이라고 한다. 또 MultiPart 업로드 관련 오류도 발생했다. Context부분에 path와 allowCasualMultipartParsing을 추가했다. WEB-INF/web.xml ${catalina.base}/conf/web.xml
먼저 본인은 의료전문가가 아님을 밝힌다. 내과전문의에게 진단을 받고 막막했다. 여기저기 검색을 통해 알아보고 난감하기도 하고 두렵기도 했다. 이글은 읽는 분도 그렇게 여기 왔을 것이다. 초보 중년(남)들에게 조금이나마 도움이 되길 빈다. 금년 4월 22일 국가 건강검진을 받아 혈액검사를 실시했다. 물론, 검사 전 간단한 저녁식사 후 검사 때까지 금식했다.공복혈당검사를 해야하니까. 혈압이 수축기 135mmHg(120이하 정상), 이완기 92mmHg(80이하 정상)로 수축기는 경계, 이완기는 질환의심 판정이었다. 공복혈당은 96mg/dL로 정상(100이하)이나 경계 수치에 육박했고, 요단백도 약양성(1+)으로 경계단계였다. 요단백은 30mg/dL이하가 정상이나 300mg/dL이면 양성.1+(30mg/dL),..