일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- context
- maVen
- find
- Source
- port
- web.xml
- resource
- vscode
- VirtualBox
- Windows 10
- Quartz
- bash
- GIT
- 단축키
- Windows
- 네트워크
- JavaScript
- ssh
- IntelliJ
- import
- Mac
- Eclipse
- netsh
- xargs
- 줄바꿈 문자
- lsof
- tomcat
- profile
- grep
- plugin
- Today
- Total
목록전체 글 (1764)
develog
# libreoffice 설치brew install libreoffice# libreoffice 버전 확인soffice --version# imagemagick 설치brew install imagemagick# imagemagick 버전 확인convert --version
Request > Script > Pre-request 에 함수를 등록하고 사용하기 const btoa = require('btoa');// query stringfunction query_string_base64 (paramName) { let oldValue = pm.request.url.query.get(paramName); let newValue = btoa(oldValue); pm.request.url.query.remove(paramName); pm.request.url.query.add({key: paramName, value: newValue});};// path variablefunction path_variable_base64 (...paramNames) { ..
intellij 에서 ctrl+space 자동완성이 안될 때'시스템 설정 > 키보드 > 키보드 단축키 > 입력 소스' 에서 '이전 입력 소스 선택' 체크를 해제한다
'시스템 설정 > 개인정보 보호 및 보안 > 로컬 네트워크' 에서 필요한 항목을 체크한다
오류 메시지To connect to a VPN with FortiClient, open Security & Privacy Settings and allow system software from FortiTray. 오류 수정설정 > 일반 > 네트워크 확장 프로그램 에서 FortiTray.app 을 체크한다
https://www.lucidchart.com/pages/ER-diagram-symbols-and-meaning Entity-Relationship Diagram Symbols and NotationWhile crow's foot notation is often recognized as the most intuitive style, some use OMT, IDEF, Bachman, or UML notation, according to their preferences. Crow's foot notation, however, has an intuitive graphic format, making it the preferred ERD notation fwww.lucidchart.com https://www..