IIS Log Analysis
Cottage-Industry-Style Log Analysis
Cottage-Industry-Style Log Analysis
Android에서 WebView로 앱을 개발하다보면 Back 버튼과 Forward 버튼이 신경쓰인다. 이 버튼들을 눌렀을 때 도달할 URL이 민감한(?) 화면일 수 있기 때문. 그래서 URL을 확인할 수 있는 방법을 정리해보았다.
When developing an app with a WebView on Android, the Back and Forward buttons can be a concern. When you press these buttons, the URL they navigate to might...
For Exporting JSON to Excel file, SheetJS is useful. SheetJS is complicated to use, but powerful and well maintained. I tried to use vue-json-excel, but on v...
아래 링크는 markdown에서 syntax highlighting을 지원하는 language list다.
The link below is the list of languages supported for syntax highlighting in markdown.
CI/CD 도입 Gitlab을 설치하는 방법은 전에 다뤘다. 이번에는 CI/CD 도구를 도입했다. 예전에 일했던 프로젝트에서는 주로 jenkins를 사용했는데, 이번에는 Gitlab-CI를 써보기로 했다. Git 초심자가 대부분인 우리 프로젝트 특성상, Gitlab과 연계가 긴밀한...
Adopting CI/CD I already covered how to install Gitlab before. This time, I adopted a CI/CD tool. In projects I worked on in the past, we mainly used jenkins...
Vue.js에서 화면을 이동 혹은 변경할 때, 나는 2가지 방법 중 하나를 사용한다.
When navigating between or changing screens in Vue.js, I use one of two approaches.
tl;dr: npm audit fix로 취약점을 해결하자
tl;dr: Let’s fix vulnerabilities with npm audit fix
tl:dr: xcopy의 /exclude: 옵션에 제외할 목록을 기술한 txt 파일을 넣으면 여러 파일과 디렉토리를 제외하고 복사할 수 있다.
tl;dr: If you pass a txt file listing the items to exclude to the /exclude: option of xcopy, you can copy while excluding multiple files and directories.
나는
0. The problem