컴퓨터 활용(한글, 오피스 등)580 [수정] 개요 저장 https://www.officetutor.co.kr/board/faq_lib/frm_vba_content.asp?page=9&idx=135 2024. 3. 20. rust install 출처: https://rust-lang.github.io/rustup/concepts/toolchains.html MSVC prerequisites To compile programs into an exe file, Rust requires a linker, libraries and Windows API import libraries. For msvc targets these can be acquired through Visual Studio. Automatic install If you don’t have Visual Studio already installed then rustup-init will offer to automatically install the prerequisites. Doing s.. 2024. 3. 10. 리눅스 배치 파일 파일 백업 크론탭 crontab #!/bin/sh DATA='date +%Y%m%d-%H%M%S' tar -zcvf /home/backup/tmpFile-${DATA}.tar.gz /home/app/upload/files /home/app/tmp/env 2024. 3. 10. Emacs Utilities 출처: https://caiorss.github.io/Emacs-Elisp-Programming/Utilities.html Table of Contents 1. Emacs Utilities 1.1. Overview 1.2. Shells 1.3. Async Shell Command 1.4. Compiling in Emacs - M-x compile 1.4.1. Compilation Commands 1.4.2. Setting compilation key bindings 1.4.3. Creating custom compilation commands 1.4.4. Example 1.5. Emacs in Terminal 1.6. Manpage Reader 1.7. Info Page Reader 1.8. Calcul.. 2024. 3. 10. [비공개] rust 문법 https://google.github.io/comprehensive-rust/ko/basic-syntax/functions.html 2024. 3. 10. 이전 1 ··· 28 29 30 31 32 33 34 ··· 116 다음