블로그
-
49일차소스_15
import javax.servlet.http.HttpServletResponse; import board.BoardDAO; import board.BoardVO; public class BoardVO vo=new BoardVO(); vo.setBid(Integer.parseInt(req.getParameter("bid"))); vo=dao.selectOne(vo); if
blog.naver.com · 2022.03.15
-
49일차소스_26
import javax.servlet.http.HttpServletResponse; import member.MemberDAO; import member.MemberVO; public class ("mpw"); MemberDAO dao=new MemberDAO(); MemberVO vo=new MemberVO(); vo.setMid(mid); vo.setMpw(mpw); if
blog.naver.com · 2022.03.15
-
Copy elision 관련 테스트 스니펫
Copy elision - cppreference.com #include "stdio.h" #include class String { private: char* buffer = nullptr = new char[size+1]; memcpy(buffer, str, size+1); printf("init\n"); } String(const String& o) { if
blog.naver.com · 2022.03.21
-
Zootopia - 'Jumbo Popsicle' part2 |1분 쉐도잉
don’t want to cause you any trouble, but I believe scooping ice cream with an ungloved trunk is a Class Of course, I could let you off with a warning if you would have those trunks a.......
blog.naver.com · 2022.02.27
-
9월 화상영어 평가
She already had an impressive vocabulary when we began our class. If there is a word she does not know.......
blog.naver.com · 2021.10.08
-
아무렇게나 c# 정리 노트- [1]
26개) : break, case, char, const, continue, default, do, double, else, enum, extern, float, for, goto, if , long, return, short, sizeof, static, struct, switch, typeof, void, while C++(19개) : bool, catch, class
blog.naver.com · 2021.07.18
-
webserver 만들기
HTTPServer 객체의 server_forever() 메소드 호출 from http.server import HTTPServer, BaseHTTPRequestHandler class self.send_header('Content-Type' , 'text/plain') self.end_headers() self.wfile.write(b"Hellow World") if
blog.naver.com · 2021.02.07
-
[예시] java 기본법 (4)
public class Ext_Ex_2 { public static void main(String[] args) { // FOR for (int i=0; i < 10; i++) { if (i == 6) { break; } System.out.println(i); } // WHILE int i = 10; while (i < 20) { System.out.println
blog.naver.com · 2020.10.25
-
영어문장표현 206 [중공 우두머리들의 공통점]
[Cowards] They are all emperor class to exploit and bully Chinese ordinary people in a period of peace , while if the leaders face any crisis, they must hide into cave just like mice.
blog.naver.com · 2020.07.31
-
[영자신문으로 영어공부하기]The COVID Class War
[영자신문으로 영어공부하기]The COVID Class War Jun 30, 2020YANIS VAROUFAKIS The European Union's proposed recovery Finance will again be protected, if badly, while workers are left to foot the bill through new rounds
blog.naver.com · 2020.07.01