Tech/Tips (15) 썸네일형 리스트형 [미세먼지팁] 윈도우 IntelliJ 그래들 버전 변경 기존 사용하던 맥에서 진행하던 프로젝트를 윈도우에서 이어서 하기 위해 gradle 프로젝트를 import 하던 중 문제가 발생하였습니다. Build file 'D:\System\Documents\Projects\intellij IDEA\cloudconf\build.gradle' line: 2 An exception occurred applying plugin request [id: 'org.springframework.boot', version: '2.3.1.RELEASE'] > Failed to apply plugin [id 'org.springframework.boot'] > Spring Boot plugin requires Gradle 5 (5.6.x only) or Gradle 6 (6.3 or .. Sysbench를 활용한 mariaDB 벤치마크 마리아db 벤치마킹을 위한 툴을 찾아보다 sysbench를 처음 접하게 되었습니다. 예전부터 사용되던 유서깊은 벤치마킹 툴인데, 한동안 업데이트되지 않았다가 다시 활발히 업데이트가 진행되고 있습니다. git : https://github.com/akopytov/sysbench akopytov/sysbench Scriptable database and system performance benchmark - akopytov/sysbench github.com 맥에서는 homebrew를 통해 관련 디펜던시까지 한번에 설치해 줄 수 있습니다 : brew install sysbench Sysbench에서 지정해 줄 수 있는 대표적인 옵션들은 다음과 같습니다 : General options 설명 기본값 --thre.. iOS 13.3.1 Firebase 연동 시 FBLpromises library not loaded 문제 해결법 iOS 개발 스터디를 하던 도중, CocoaPods를 사용하여 iOS 어플리케이션과 Firebase를 연동하던 중 다음과 같은 문제가 생겨 해결법을 공유하고자 합니다. GoogleService-info.plist 파일을 추가하고, pod init, pod install을 통하여 프로젝트와 코코아팟을 연동하고 프로젝트명.xcworkspace 파일을 열어 기분좋게 빌드를 하면 dyld: Library not loaded: @rpath/FBLPromises.framework/FBLPromises 오류가 뜹니다. 구글링 결과 애플이 iOS 13.3.1 이상에서 무료 개발자 계정의 동적 라이브러리 사용을 제한했다는 소식이 있네요. 해당 버그와 관련된 토론은 다음 링크에서 확인할 수 있습니다. Running iOS.. 모바일에서 티스토리 코드블럭 가독성 높이기 이 블로그에는 티스토리 기본 스킨 중 하나인 Poster 스킨이 적용되어 있으며, 코드블럭의 하이라이팅을 위해 코드 문법 강조 플러그인(Syntex highlight)을 사용하고 있습니다. 지난번에 작성한 글 [DS] 스택 - Stack (개념 및 배열로 스택 구현하기)의 코드를 모바일에서 리뷰하다가 코드가 자동으로 줄이 바뀌어 있는 것을 확인하였고, 다른 티스토리 블로그에서도 코드블럭 내의 소스코드가 자동으로 줄바뀜되어 가독성이 떨어지는 것을 확인할 수 있었습니다. 모바일에서 가장 큰 점유율을 가지는 크롬 브라우저와 사파리 브라우저 모두에서 가로 스크롤링을 지원하기 위하여 스킨의 css를 편집하였습니다. .entry-content hr 부분과 .entry-content pre code 부분을 다음과 같.. CentOS 8에서 Docker CE 설치하기 개발용 서버 세팅을 위해 CentOS 8을 설치하였습니다. Reference : https://www.linuxtechi.com/install-docker-ce-centos-8-rhel-8/ How to Install Docker CE on CentOS 8 / RHEL 8 Server Docker is a daemon-based container engine which allows us to deploy applications inside containers. With the release of RHEL 8 and CentOS 8, docker package has been removed from their default package repositories, docker has been replaced.. 맥에서 VS code로 C/C++ 빌드, 실행 개발 환경설정 맥에서 사용할 가벼운 C/C++ 에디터를 찾으려니 vs code가 답인것 같아서 혼자 세팅해본 과정을 글로 남기기로 했습니다. Download VS Code for MAC : https://code.visualstudio.com/download Download Visual Studio Code - Mac, Linux, Windows Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web .. 맥에서 HEIC 이미지 JPG로 쉽게 변환하기 아이폰에서 이미지 저장공간 최적화를 선택하면 자동으로 파일 포맷은 .heic으로 변경됩니다. 에어드롭을 통해 해당 이미지를 맥으로 전송하면 .heic 포맷으로 전송되는데 이 포맷은 인터넷에 바로 업로드하지 못하는 경우가 많습니다. 이를 맥에 기본으로 설치된 Automator 프로그램으로 스크립트를 만들어 쉽게 변환하는 방법을 공유합니다. 원문 : https://www.howtogeek.com/398927/how-to-convert-heic-images-to-jpg-on-a-mac-the-easy-way/ How to Convert HEIC Images to JPG on a Mac the Easy Way Apple started using the HEIC image format with iOS 11. It.. 이전 1 2 다음