블로그
- 49일차소스_16 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/index"; Document
- 18.05.09 CCNA gt; 서로 통신하면서 정보 입력 라우팅 프로토콜 안에 '알고리즘' => 스스로 계산Last Resort 게이트웨이: Static의 디폴트 루트 AD: connected, static = do wr **Static 라우터 설정법ip route 192.168.3.0(네트워크 주소) 서브넷 라우터(s/0/0/1)->.......
- N번째 큰 수 (백준 P2075) void mergeSort(int[] arr, int start, int end) { if (end == start + 1) return; int half = (end - start ) / 2; mergeSort(arr, start, start + half); mergeSort(arr, start + half, end); int[] temp = new int[end
- [C#] FTP를 통한 특정 파일의 마지막 수정일자 알아오기 public static bool GetDateTimestampOnServer (Uri serverUri) { // The serverUri should start with the
- 34번째 퍼즐 - 큰 정수를 사용하는 반복문 public class Q34_Down_for_the_Count { public static void main(String[] args) { final int START = 2000000000 ; int count = 0; for (float f = 0; f < START + 50; f++) { count++; } System.out.println(count); }}
- [영진전문대컴퓨터정보계열프로그래밍전공] 12월 6일 수업내용 import javax.swing.JComponent; public class PingPong extends JApplet implements Runnable { public static final int WIDTH = 300; public static final int HEIGHT = 150; private MyDrawingSurface screen; Thread
- [영진전문대학 컴퓨터정보계열] java(자바) 탁구공 여러개 만들기 .*; public class myapplet extends JApplet implements Runnable { public static final int WIDTH = 300; public static final int HEIGHT = 150; private MyDrawingSurface screen; Thread aThread; public void init
- [영진전문대 컴퓨터정보계열]자바 글자 애니매이션(예제) 핑퐁(Ping Pong) .*; public class myapplet extends JApplet implements Runnable { public static final int WIDTH = 300; public static final int HEIGHT = 150; private MyDrawingSurface screen; Thread aThread; public void init
- [영진전문대 컴퓨터정보계열]자바 글자 애니매이션(예제) .*; public class myapplet extends Applet implements Runnable { static final int MAX_FRAME = 200; int frameNumber; private Thread aThread; public void start(){ if(aThread == null){ aThread = new Thread(this
- get_user_pages static struct bio *__bio_map_user_iov(struct request_queue *q, struct block_device *bdev, struct sg_iovec = uaddr >> PAGE_SHIFT; nr_pages += end - start; /* * buffer must be aligned to at least hardsecto
1 페이지
다음 →