일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- IntelliJ
- Kafka
- JavaScript
- aws
- VPN
- aws cicd
- codebuild
- chart.js
- kubeflow
- node
- redis
- PostgreSQL
- or some instances in your deployment group are experiencing problems.
- Flux
- java bigdecimal
- COALESCE
- codedeploy error
- AWS CI/CD 구축하기
- SQL
- bootstrap
- codedeploy
- Jenkins
- 도커
- Spring Error
- Spring
- Airflow
- docker
- Python
- codepipeline
- chartjs
- Today
- Total
목록전체 글 (632)
Small Asteroid Blog
responsebody로 값을 전달 받아서 key, value값을 출력하고자 한다. @RequestMapping(value="/getparam1",method = RequestMethod.POST) @ResponseBody public Map getParam1(@RequestParam LinkedHashMap params) throws Exception { System.out.println("params > "+params); LinkedHashMap map = new LinkedHashMap(params); for (String key : map.keySet()){ String value = map.get(key); System.out.println("map key > "+key+" , value > ..
Spring arrives in the city. Spring has arrived 봄이 왔다는 표현을 쓸 때 사용하시면 됩니다.
Have/Got one's head in the clouds 는 딴 생각을 하거나 공상을 할 때 쓰는 말로 '멍 때리다' 라는 의미로도 사용된다 예문 > Why didn't you answer my phone? Your head was in the clouds, wasn't it? (One's head가 주어로 사용되기도 함) Mac Miller 의 노래중에 'surf' 라는 곡에서 나온 가사중에 > I got her head in the clouds
xml 을파싱 후 html 에 xml 전체 내용을 출력하고자 한다. function xmldata(data){ var data1 = new XMLSerializer().serializeToString(data); $("#textarea1").val(data1); console.log("data serial > ", data1); } xmlSerializer를 이용해 textarea 에 출력하게 한다.
시스템 정보 출력 uname -a os버전에 대한 정보 cat /etc/issue cat /etc/redhat-release cat /etc/*release* os bit 확인하기 get conf LONG_BIT
sophisticated 형) 세련된, 교양있는 정교한, 복잡한 지적인, 수준 높은 영영사전 - 세련된, 교양있는 > having a good understanding of the way people behave and/or a good knowledge of culture and fashion - 정교한, 복잡한 > If a way of thinking, a system, or a machine is sophisticated, it is complicated or made with great skill - 지적인, 수준 높은 > intelligent or made in a complicated way and therefore able to do complicated tasks 예문 - Many soph..