Cinnamon's Pot

HackerRank 30 Days of Code Challenges - 1 Days.

By  | 2016년 11월 12일 | 
Scanner에서 생각하지 못한 에러가 떠서 잠깐 헤메였던 문제 목표 Task Complete the code in the editor below. The variables , , and are already declared and initialized for you. You must:Declare variables: one of type int, one of type double, and one of type String.Read lines of input from stdin (according to the sequence given in the Input Format section below) and initialize your variables.Use the operator to perfo

웹 세션 방식 로그인

By  | 2018년 6월 25일 | 
웹 세션 방식 로그인
클래스넷 로그인 할때마다 가지는 고민은 하나였다>>왜 클래스넷으로 로그인을 했는데 홍대로 가서 로그인 후 클래스넷 으로 가는 것일까<< 뭐... 자동 로그인에 너무 익숙해져 버렸기 때문일 수도 있다.없으면 만들면 되겠지 하는 심정으로 클래스넷 이것저것 뜯어 보던중 로그인 방식이 세션-쿠키 방식인걸 확인했다. 보안이 문제가 되겠지만 뭐... 그런건 넘어가고 쿠키 방식 로그인 테스트를 진행해보았다. 먼저 로그인 해보자보이는가 이 많은 쿠키들이 쿠키 영향을 받지않는 탭이 하나 필요하니 크롬 시크릿 탭을 하나 띄우고 여기서 쿠키를 가져오자쿠키를 가져와야 하니 일단 로그인해두자 먼저 포스트맨을 키고...몰랐는데 포스트맨 버전이 두개였다 검은색 아저씨로 하면 쿠키 수정하는 창이 안뜨니 흰

HackerRank 30 Days of Code Challenges - 0 Days.

By  | 2016년 11월 12일 | 
프로젝트들도 끝나고 해서 취미로 시작해 본 HackerRank 30일이다. 뭐 0 Days는 역시 HelloWolrd 다. 목표Task To complete this challenge, you must save a line of input from stdin to a variable, print Hello, World. on a single line, and finally print the value of your variable on a second line.You've got this!해당 도전을 해결하기 위해서는 stdin을 변수에 입력시켜야 하고 Hello, World 를 첫 열에 inputFormat을 두번째 열에 출력해야 한다.Sample InputWelcome to 30 Days of Cod