컴퓨터 청소를 끝냈는데
2023-05-01 13:56:16
컴퓨터
달라진 것이 없다.
분명 먼지는 날려 버렸는데;;
▼ more
달라진 것이 없다.
분명 먼지는 날려 버렸는데;;
273902
조향기어 누유
#include <sys/time.h>
#include <iostream>
int main() {
struct timeval cur_time;
gettimeofday(&cur_time, NULL);
std::cout << "Current time since January 1, 1970: "
<< cur_time.tv_sec * 1000 + cur_time.tv_usec
<< " ms" << std::endl;
return 0;
}
블루투스 동글
컴퓨터 청소
차전자피
안약