Visual Studio Code
description :
author : 주레피
email : dhan@repia.com
lastupdate : 202... p
파일이나 디렉토리에서 마우스 오른쪽키를 클릭했을 경우 연결
순서
1. 아무곳에나 vsCodeOpenFolder.reg 파일을 만든다
2. 아래 코드를 방금 만든vsCodeOpenFolder.reg파일에 복사 붙여넣는다.
Windows Registry Editor Vers... pen files
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code]
@="Edit with VS Code"
"Icon"="\"C:\\Program File
RS5[개발]
- 분야별 토픽 기능 개선 및 추가
> 키워드 삭제 개선 DB저장 test code
> 키워드 수정 추가 DB저장 test code
> 키워드 sortable 활용해서 변경 DB저장 test code , , [오전]
주간회의 (09:30 ~ 11:00)
통일부
- qt 확인
- ... RS5[개발]
- 분야별 토픽 기능 개선 및 추가
> 키워드 수정 추가 DB저장 test code , [오전]
[오후]
통일부[외근] , [오전]
RS5회의 (09:30 ~ 11
rue for %%//__this__ text// with a smiley ;-)%%.
Code Blocks
You can include code blocks into your documents by either indenting them by at least two spaces ... for the previous examples) or by using the tags <code> or <file>.
This is text is indented by two spaces.
This is preformatted code all spaces are preserved: like <-thi
se64 적용을 위한 클래스 Import
import org.apache.commons.codec.binary.Base64
2.1.1 Ref Link
org.apache.commons.codec.binary - Class Base64
3.1 문제
A (원본 데이터) : 암호화된... 4로 Encryption(암호화)한 결과
D (사이트 디코딩 결과) : Base64 Decode and Encode에서 A를 복호화한 결과
E (사이트 인코딩 결과) : Base64 Decode and Encode에서 D를 암호화한 결과
문제 : html 파일에 대해, A와
ows x86-64 executable installer를 클릭하여 받습니다
2. vsCode 다운로드
Visual Studio Code에 올려야하지만 python 사용할때 필수이므로 여기도 업로드 하겠습니다.
구글에 vsCode download 검색한 후 제일 상단 Download 사이트를 클릭합니다.
Windo... 다.
python : 첫 화면에 Add Python 버전 to PATH를 체크
vsCode : 추가 작업 선택 > PATH에 추가(다시 시작한 후 사용 가능) 체크
Tip :
{클래스 파일 경로} // -v 애노테이션 정보도 볼 수 있음
Compiled from "CodeManipulationApplication.java"
public class com.repia.java.codemanipulation.CodeManipulationApplication {
public com.repia.java.codemanipulation.CodeManipulationApplication();
Co
Milk
- white cold drink
<code>
Bootstrap은 HTML <code> 요소를 하기 방식으로 스타일을 지정합니다.
Code Snippets
Inline snippets of code should be embedded in the code element:
The following
02.20.99.10:3306/wwwhome?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
시작/종료
CentOS7
// 상... )
delimiter $$
DROP FUNCTION IF EXISTS dbname.getCodeIdByName $$
CREATE FUNCTION dbname.getCodeIdByName(findCode VARCHAR(100) ) RETURNS VARCHAR(20)
BEGIN
DECLARE getName varchar(20);
S
Sass settings in VS Code
description : Sass @extend and Inheritance
author : 오션
email : shlim@repia.com
lastupdate : 2021-07-20
1. VS Code에서 extensions > Live Sass Complier를 설치합니다.
설치를 하면 VS Code 하단의 패널에 “Watch Sass” 아이콘을 볼 수 있습니다.
2. VS Code에서,
(1) Ctrl + Shift+ p > Preferences: Open Settings (J
VS Code 사용자 snippets 만들기 - html
description : VS Code 사용자 snippets 만들기 - html
author : 오션
email ... e : 2021-07-15 Thu
Snippet
코드 자동 완성 기능
HTML
VS Code에서 확장자 html를 가진 파일을 만든 후 첫 라인에 ! (느낌표)를 입력하면,
Tab... 파일 저장 위치 :
C:\Users\[user name]\AppData\Roaming\Code\User\snippets\
Ref
Snippets in Visual Studio Co
학습하세요.
선택문
반복문
JUnit 5 학습하세요.
인텔리J, 이클립스, VS Code에서 JUnit 5로 테스트 코드 작성하는 방법에 익숙해 질 것.
이미 JUnit 알고 ...
https://coco-log.tistory.com/114
https://ohhhmycode.tistory.com/7
https://ohhhmycode.tistory.com/8
https://github.com/ohhhmycode/java-live-study/blob/main/src/main/java/week4/LiveStudyDa