일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Spring
- JavaScript
- Python
- Jenkins
- kubeflow
- SQL
- bootstrap
- IntelliJ
- Airflow
- VPN
- aws cicd
- or some instances in your deployment group are experiencing problems.
- codedeploy error
- Spring Error
- java bigdecimal
- AWS CI/CD 구축하기
- 도커
- docker
- aws
- redis
- Kafka
- node
- codebuild
- PostgreSQL
- codedeploy
- codepipeline
- Flux
- COALESCE
- chart.js
- chartjs
- Today
- Total
목록전체 글 (649)
Small Asteroid Blog
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..
npm init -y npm install nodemailer 공식홈페이지 nodemailer.com/about/ Nodemailer :: Nodemailer Nodemailer Nodemailer is a module for Node.js applications to allow easy as cake email sending. The project got started back in 2010 when there was no sane option to send email messages, today it is the solution most Node.js users turn to by default. Nodem nodemailer.com