본문 바로가기

분류 전체보기

(531)
[실기] 운영체제- 프로세스 최초 작성일: 2024-08-20최종 작성일: 2024-08-20목표 : 정처기 합격 및 CS 지식 쌓기  운영체제 – 프로세스 관리 프로세스 : 실행 중인 프로그램보조 기억 장치 –> 주기억 장치로 로더 -> 프로세스 프로세서 가 프로세스를 처리 -> 여러 개의 프로세스 들이 존재 -> 해당 프로세스를 어떻게 처리? 페이징 기법(고정, 내부 단편화 발생, 매핑 테이블 사용), 세그먼트 기법(가변 분할, 외부 단편화 발생) 사용프로그램 실행시코드 영역: 코드 올라가는 곳데이터 영역: 정젹스택 영역: 지역 변수힙 영역: 동적 변수 è 아래 영역별로 분할 하는 것이 페이징 기법è 페이지 크기가 크면 입출력 감소, 단편화 효율은 낮음, 페이지 맵 테이블 감소(페이지 수가 그만큼 적으니까 맵 테이블도 덜 필요하..
/WIP/[엑셀 업로드 프로그램 이해하기]PERFORM UPLOAD_FROM_EXCEL 디버깅(2/2) 최초 작성일: 2024-08-20최종 작성일: 2024-08-20목표: 엑셀업로드프로그램 이해하기   # 3. TRYP 문 + NEW 객체 선언 디버깅 TRY . lo_excel_ref = NEW cl_fdt_xl_spreadsheet( document_name = lv_filename xdocument = lv_headerxstring ) . CATCH cx_fdt_excel_core. "Implement suitable error handling here ENDTRY . "Get List of Worksheets1-1 TRY문try 구문 실행 후에 변수 값들의 변화..
[실기] 운영체제- 가상 기억 장치 최초 작성일: 2024-08-19최종 작성일: 2024-08-19 목표 : 정처기 합격 및 CS 지식 쌓기  가상기억장치주기억장치를 가상적으로 사용하는 것(보조 기억 장치(2TB등 용량이 큼)에 프로그램을 설치 후, 거기에 프로그램을 실행하면해당 프로그램이 램으로 올라감.프로그램이 랩에 올라가는 순간 프로세스가 되고해당 프로세스를 실행하는 것이 프로세서(CPU)임보조 기억 장치 일부를 마치 주기억 장치 처럼 사용하는 것은 가상 기억 장치힘.다만, 가상 기억장치에서 실행되는 프로그램은 주기억 장치에 올린 것과 동일하게 CPU가 참조하거나 그러지는 않음(속도가 느리기 때문에)현재 주기억 장치 에서 올라갔으나 실행하지 않은 것들을 보조 기억 장치에 특정한 위치에 보관하고 읽고 쓰기만 함. 주기억장치(프로그램이..
[엑셀 업로드 프로그램 이해하기]PERFORM UPLOAD_FROM_EXCEL 디버깅(1/2) 최초 작성일: 2024-08-18최종 작성일: 2024-08-18목표: 엑셀업로드프로그램 이해하기   #1. CALL FUNCTION GUI_UPLOAD 디버깅 FORM upload_from_excel . DATA : lv_filename TYPE string, lt_records TYPE solix_tab, lv_headerxstring TYPE xstring, lv_filelength TYPE i. lv_filename = p_file. CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = lv_filename filetype ..
[엑셀 업로드 프로그램 이해하기-3/N ]PBO,PAI 최초 작성일: 2024-08-18최종 작성일: 2024-08-18목표: 엑셀업로드 프로그램 이해하기 START-OF-SELECTION. -> 선택이 끝나면IF r1 = 'X'. -> 조회 하는 경우 PERFORM CHECK_BEFORE_PROCESS.* 파일 업로드 진행 PERFORM UPLOAD_FROM_EXCEL. PERFORM GET_DATA. -> 오류 검증ELSEIF r2 = 'X'. -> 편집 하는 경우 PERFORM GET_NEEDED_DATA. -> 편집 진행ELSEIF r3 = 'X'. -> 삭제하는 경우 PERFORM DEL_DATA. -> 삭제ENDIF.*&========================================================..
24.07.28 ✏️ Tutor's Editing Place Notes:The last one I was involved in is about information strategy master plan, which gives the guidance on finding the best IT solution for the customer. My main role is responsible for controlling the outcomes and making the best process for the customer.The last one I was involved in is about information strategy master plan, which gives the guidance on finding the be..
24.07.20 ✏️ Tutor's Editing PlaceMinji Q1i always work so suddenly i feel like im worried that what im talking about is only working. it has been a year since i changed my career actually i had been working as a supply chain manager for 10 years which means its more difficult for me to escape from a safe zonei always work so suddenly i feel like im worried that what im talking about is only working. it h..
240707 ✏️ Tutor's Editing PlaceIn your own words, please briefly summarize the article.According to the article, it said reading the news is one of the ways to improve English. There are several reason it recommended. One of them is get used to professional English. Additionally, it helps not only get the topic to talk with English Speaker but also easily understand the way the English speaker lives.  ..