카페검색 본문
카페글 본문
-
25/10/14 80 South Koreans missing in Cambodia scam center row: Seoul 2025.10.15해당카페글 미리보기
80 people has yet to be verified", the official added. The ministry said it was cross-checking the figures with police data at home to avoid overlap. The number of abduction cases involving South Koreans in Cambodia has surged...
-
[숙제] 25.11.12(SpringBoot)_Spring Data JPA 기본 페이징 2025.11.12해당카페글 미리보기
Spring Data JPA에서 제공하는 기본 기능으로 간단한 페이징을 처리할 수 있다. 단순한 리스트에서 사용하자.(관리자페이지에서 단순 리스트 처리시 사용하면 좋을 것 같다) - Controller 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22...
-
표준정규분포를 갖는 test data (row distribution) 생성 2006.02.23해당카페글 미리보기
dbms_random.normal 함수를 사용한다. SELECT TRUNC (7000 * DBMS_RANDOM.NORMAL) NORMAL FROM DUAL CONNECT BY LEVEL <= 1000000
-
YTD수익율을 그래프에 표기하는 법_Season2 2025.10.31해당카페글 미리보기
in enumerate(top_tickers): row, col = divmod(i, 2) data = yf.download(ticker, start=start_date, end=end_date) axs[row][col].plot(data.index, data['Close'], label=f'{ticker}') # YTD 수익률 계산 (값 추출: .iloc[0]과 .iloc[-1]에 .values[0...
-
[OracleTip] ROW CHAINING과 ROW MIGRATION 2012.08.23해당카페글 미리보기
증가하면서 갱신되며, Block의 Freespace가 0%일 때, Row는 Migration을 일으킨다. 물론, 전체 Row가 들어갈 만한 크기의 새로운 Block에 Row에 대한 Data가 Migration된다. 이경우 ORACLE은 Row에 대한 정보를 가져오기 위해 하나 이상의 Data Block을...
-
Re: 오늘의 마지막 문제. (이수자 평가 6번 문제) 2025.09.10해당카페글 미리보기
4), DEPARTMENT_NAME VARCHAR2(30) NOT NULL, MANAGER_ID NUMBER(6), LOCATION_ID NUMBER(4) ) TABLESPACE HR_DATA_TS02 NOCOMPRESS ENABLE ROW MOVEMENT; COMMENT ON TABLE DEPARTMENTS IS 'Departments table that shows details of departments where...
-
Read data from input file 2020.07.09해당카페글 미리보기
open input file - INPUT.TXT "); getch(); exit(0); } // Read Data from INPUT.TXT for(row=1; row<=N; row++) { // read data pts fscanf(INF,"%d %d", &Dat[row][1],&Dat[row][2]); // (x,y) coord } // Print Data from Dat[][] printf(" SHOW Dat...
-
논리적 저장영역(Data Block,Extents,Segment)| 2011.03.09해당카페글 미리보기
해당블록에 행을 가지는 Table에대한 정보를 가진다. Row Directory : 블록내의 실제 행에 대한 정보를 가진다. Row Data : Table Data Or Index Data를 포함한다. 빈영역 트랜잭션 입력항목에 사용되는 영역 : 블록내의 하나이상의 행을 Access하는...
-
Re:row id 란 무엇이나요?? 2003.11.26해당카페글 미리보기
때 이 rowid 를 알아서 해당 data 를 rowid 가 가리키는 datafile #, block #, 같은 block 에서 몇번쨰 row 인가 하는 정보가 있어야만 정확한 row data 를 일거 사용자에게 값을 줄수 있습니다. 따라서 rowid 는 file#, block#,row# 로 (18 byte) 로...
-
Re: 3일 금식이 면역에 미치는 영향 .. 2021.. 2025.05.06해당카페글 미리보기
in response to intensive fasting. (A) Heatmap of proteomic profiling on neutrophil degranulation. Expression data were row normalized to illustrate the differential status. (B) Circos plot depicting DEPs with cytokines activity and their...