2025.01.02
출처
windows C/C++
원본: https://docs.microsoft.com/ko-kr/windows/win32/psapi/enumerating-all-processes?redirectedfrom=...
jni sample ( byte array and custom class and public field )
1. HelloWorld.java import java.io.File; public class HelloWorld { static { &...
Split long commands in multiple lines through Windows batch file 명령 여러 줄 라인 배치
Linux/Unix Unix 에서는 \ 로 여러 라인에 걸쳐서 작성하면 됨. #!/bin/bash mvn archetype:generate -...
c error: initializer element is not constant
int buffer_cpu_len; int buffer_disk_len; int buffer_fs_len; int buffer_mem_len; int buffer_net_len; ...
error: lvalue required as increment operand
error: lvalue required as increment operand increment operand(++)연산자를 사용하려면 l-value를 이용...
centos 8, system monitoring tool - netdata access error
# dnf -y install netdata # vi /etc/netdata/netdata.conf ... [web] web files owner...
glances -w ERROR : Bottle module not found. Glances cannot start in web server mode.
glances 를 web server mode 로 시작시키려 할 때 아래의 메시지가 나오면서 시작이 안될 때, Bottle modu...
btree source
https://github.com/tidwall/btree.c tidwall/btree.cB-tree implementation in C. Contribute to tidwa...
리눅스 커널 버전 (linux kernel version) 확인
1. uname # uname -r 4.18.0-294.el8.x86_64 2. hostnamectl # hostnamectl Static hostname...
How do you auto format code in Visual Studio 2019 ?
To format a selection : Ctrl + K, Ctrl + F To format a document : Ctrl + K, Ctrl + D...