블로그
- 50일차소스_11 MemberDAO { Connection conn; PreparedStatement pstmt; static final String insert="insert into member ; static final String selectOne="select * from member where mid=? and mpw=?"
- 49일차소스_16 org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.select.Elements; public class Crawling { public static String admin; public static void start() { final String url="https://comic.naver.com
- 2022 TESOL 역량강화 직무연수 (Day11-12) - How do you assess your students in class, and what are you assessing in your classes? 3. What is Test Measuring 1) Performance = using skills/knowledge 2) product = final product 3) process
- 스프링 약관 동 org.zerock.domain.MemberVO1;import org.zerock.service.MemberService1; @Controller@RequestMapping("/user/*")public class MemberController { private static final Logger logger = LoggerFactory........
- 맵 리듀스 코딩을 직접 해보자.(따라해보자...) org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Mapper; // Mapper public class MyMapper extends Mapper { // 출력값 private final static IntWritable one = new IntWritable(1); //......
- Java Builder Pattern... 샘플 예제... People { public final String name; public final int age; public final SEX sex; public final String location ; public final int weight; public final String hobby; public static class Builder { private final String
- [안드로이드] zip 압축 및 해제 java.util.zip.ZipInputStream; import java.util.zip.ZipOutputStream; import android.util.Log; public class ZipUtils { private static final int COMPRESSION_LEVEL = 8; private static final int BUFFER_SIZE = 1024
- 사랑스런 Columbia 아이들의 LAST DAY ★ FINAL TEST 아침 식사 후, 오후에 치게 될 Final Test 를 준비하는 시간을 가졌습니다 ^^ 3. Immersion Class (세팍타크로 만들기) 점심 식사 후, 세팍타크로 열쇠고리를 만들어 보는 시간도 가졌답니다 ^^ 난이도가 정~ 말 높아서 저도 만드는 게 어려웠는데도 불구
- Java 4일차 1. class final class: 상속을 허용하지 않는 클래스 public > package > private > protected: 순으로 보안(내재 사용) 클래스 abstract class: 빈껍데기 클래스 2. java random모듈 Random name = new Random(): name.random함수(); 3. static
- 자바 절차지향 import java.util.Scanner; public class drt { public static void main(String[]args) { int radius; final double PI=3.14; return radius * radius * PI; } static double calRound(int radius) { final double PI=