#1 AMSI - AMSI 개요
#1 AMSI - AMSI 개요 AMSI(Anti-Malware Scan Interface)는 Windows 10부터 제공하는 다목적 스캔 인터페이스다. 특히 Fileless Malware를 방지하도록 설계되었기 때문에 스크립트 파일 형태로 실행되는
redis에 대해 알아보자!
redis에 대해 알아보자! 리덕스(remote dictionary server) remote는 외부 dictionary는 hashmap과 같은 key,value server는 서버이다. database, cache, message broker
Map data JSTL로 출력하기
Map data JSTL로 출력하기 JSTL(Java Server Pages Standard Tag Library)로 간단하게 Map data를 뽑아보겠습니다 날짜 데이터가 나오게 쿼리를 짜줍니다. xml 작성 시 resultType을 Map으로 받
[프로그래머스] 로또의 최고 순위와 최저 순위 Level1 (자바,java)
[프로그래머스] 로또의 최고 순위와 최저 순위 Level1 (자바,java) - 풀이 lottos, win_nums의 배열길이가 6이기 때문에 2중포문을 사용해도 효율성 문제는 없다. i를 lottos로 잡고 j를 win_nums로 잡아 lotto
파이어베이스에 글과 이미지 업로드 하기 - Firebase Storage
파이어베이스에 글과 이미지 업로드 하기 - Firebase Storage const db = firebase . firestore (); const storage = firebase . storage (); // 버튼이 클릭이 되면 function
[1193번] X번째 분수 찾기
[1193번] X번째 분수 찾기 import java.util.Scanner; class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n
[73일 차] 21.11.05 : DevOps 14
[73일 차] 21.11.05 : DevOps 14 AWS Certificate Manager SSL/TLS 1교시 어제 마지막 시간은 Node.js 애플리케이션 코드 문제인지 에러 찾다가 끝났다. 어쨌건 전체 구조는 사용자가 URI를 전송하
java.lang.StringBuilder (가변적인 문자열)
java.lang.StringBuilder (가변적인 문자열) StringBuilder 클래스 StringBuilder와 StringBuffer 클래스는 String 클래스와 같이 문자열을 다루는 클래스이다. But, String 클래스는 문자열을
[JAVA] 숫자와 문자열 간의 형 변환
[JAVA] 숫자와 문자열 간의 형 변환 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 from http://annajin.tistory.com/50 by ccl(
[파이썬을 파이썬 답게] "Itertools / Collections 모듈"
[파이썬을 파이썬 답게] "Itertools / Collections 모듈" 곱집합(Cartesian product) 구하기 C 언어 or Java 스타일 iterable1 = 'ABCD' iterable2 = 'xy' iterable3 = '12