2025.01.02
출처
linux/windows thread performance test
linux : pthread_mutex_t windows : CRITICAL_SECTION, SRWLOCK 동기화 ...
dirent.h file for windows
windows office, ms word 영문자가 대문자로만 입력될 때
Problem: Caps Lock의 문제가 아닌데도 영문자가 계속  ...
How to Restart Network Service on CentOS 8 or RHEL 8
How to Restart Network Service on CentOS 8 or RHEL 8 This tutorial will help you to Sta...
자전거 수신호
주의 : 행정안전부 공식 자전거수신호와 조금 다름. 자전거 수신호 좌회전 : 왼쪽...
CMakeLists.txt file for JNI in windows and linux
# Description: CMake for building shared libraries with JNI in a cross platform way. # ...
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; ...