Monthly Archives: 1월 2022
Linux 에서 특정 문자열(string) 포함한 모든 파일 찾기(find)
Ubuntu 20.04 ARM Cross Compile 하기
Ubuntu zip, unzip
Installing Qwt
C++ lvalue rvalue
Qt Creator 5.x 설치
Javascript Format Number
111
// 숫자 타입에서 쓸 수 있도록 format() 함수 추가
Number.prototype.format = function(){
if(this==0) return
… 더보기