본인은 JSP 확장을 설치하였는데도 Emmet 이 작동하지 않아 설정하게 됨. 환경설정 ( Cmd or Ctrl + , ) 검색란에 emmet 입력하고 아래와 같이 "jsp": "html" 추가해줌. "emmet.triggerExpansionOnTab": true, "emmet.includeLanguages": { "jsp": "html", "*html": "html", "typescript": "typescriptreact" },
국산 JSP 커뮤니티들이나 블로그들에서 얻을 수 있는 해결책은 WEB-INF/lib/*.jar 깨진게 없나 점검해봐라 에서 조언 끝! 중생들 답답하게 하네... 대체 깨진걸 어떻게 찾아내냐? 스택오버플로에서 방법을 찾음. 아래 Bash 쉘 명령을 실행하면 어떤 *.jar 파일들이 문제인지 리스팅된다. /path/to/lib 경로만 자신의 환경에 맞게 수정하여 사용. for j in $(find /path/to/lib -name '*.jar'); do jar -tvf $j > /dev/null 2>&1; [ "$?" -ne 0 ] && echo "$j jar is broken"; done https://stackoverflow.com/a/54930734 Tomcat Caused by: java.util.z..
언젠간 고쳐지긴 하겠으나 그 전까지는 .vscode/sftp.json 에 algoritims: [] 추가하여 대응 { "name": "어떤 SFTP 연결", "host": "아이피.주우소.아이피.주소", "protocol": "sftp", "port": 22, "username": "아이디", "password": "암호", "remotePath": "/home/ubuntu", "uploadOnSave": false, "ignore": [".vscode", ".git", ".DS_Store"], "algorithms": { "kex": [ "ecdh-sha2-nistp256", "ecdh-sha2-nistp384", "ecdh-sha2-nistp521", "diffie-hellman-group-excha..
- Total
- Today
- Yesterday
- Prototype
- JSON
- centos
- mssql
- iis
- CSS
- Docker
- IOS
- macos
- nginx
- Wordpress
- git
- laravel
- Mac
- ASP
- iphone
- IE
- 한글
- Linux
- 워드프레스
- sencha touch
- nodejs
- Debug
- classic asp
- 안드로이드
- JQuery
- javascript
- Android
- API
- PHP
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 |
30 | 31 |