Visual Studio Code
description :
author : 주레피
email : dhan@repia.com
lastupdate : 202... pen files
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code]
@="Edit with VS Code"
"Icon"="\"C:\\Program Files\\Microsoft VS Code\\Code.exe\",0"
[HKEY_CLASSES_ROOT\*\shell\Open with VS
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
RS5[개발]
- 분야별 토픽 기능 개선 및 추가
> 키워드 삭제 개선 DB저장 test code
> 키워드 수정 추가 DB저장 test code
> 키워드 sortable 활용해서 변경 DB저장 test code , , [오전]
주간회의 (09:30 ~ 11:00)
통일부
- qt 확인
- ... RS5[개발]
- 분야별 토픽 기능 개선 및 추가
> 키워드 수정 추가 DB저장 test code , [오전]
[오후]
통일부[외근] , [오전]
RS5회의 (09:30 ~ 11
ows x86-64 executable installer를 클릭하여 받습니다
2. vsCode 다운로드
Visual Studio Code에 올려야하지만 python 사용할때 필수이므로 여기도 업로드 하겠습니다.
구글에 vsCode download 검색한 후 제일 상단 Download 사이트를 클릭합니다.
Windo... 다.
python : 첫 화면에 Add Python 버전 to PATH를 체크
vsCode : 추가 작업 선택 > PATH에 추가(다시 시작한 후 사용 가능) 체크
Tip : ... python : 위와 같이 cmd에 python을 치고 버전이 나오면 성공입니다.
vscode : cmd에서 code를 쳤을 때 실행되면 성공입니다.
5. vsCode 설정
vi
퍼센트 인코딩은 기호 % 다음에 대체 문자의 ASCII (American Standard Code for Information Interchange) 값을 나타내는 16진수 표현식으로 표... mport java.net.URLEncoder;
public class PercentEncode {
// 돌체 비타 %EB%8F%8C%EC%B2%B4+%EB%B9%84%... ext = "돌체 비타";
encodedText = URLEncoder.encode(encodedText, "UTF-8").replaceAll("\\+", "%20");
... = encodedText;
decodedText = URLDecoder.decode(decodedText, "UTF-8");
System.out.println
VS Code 사용자 snippets 만들기 - html
description : VS Code 사용자 snippets 만들기 - html
author : 오션
email ... 파일 저장 위치 :
C:\Users\[user name]\AppData\Roaming\Code\User\snippets\
Ref
Snippets in Visual Studio Code
VSCode HTML 자동완성 만들기(사용자 코드 조각 추가
VS code 사용자 sni
Milk
- white cold drink
<code>
Bootstrap은 HTML <code> 요소를 하기 방식으로 스타일을 지정합니다.
Code Snippets
Inline snippets of code should be embedded in the code element:
The following
nMgr
[준비]
-
[✓ khlee, 2023-07-03] [[https://modoocode.com/25|C언어 포인터]]
... nMgr
[준비]
-
[✓ khlee, 2023-07-04] [[https://modoocode.com/23|C언어 포인터 100%]]
RS5
[개발]
-
[✓ khlee, 2023... - WSL 설치 방법 참고 설치
- 노트북 세팅 with 노마드 코더
> visual code 설치
> postman 설치
> putty 설치
- 계정관리 정리 notion 페이지... 계서 수정
[주의 !] 더 꼼꼼하게
리눅스
- vim extensiond을 이용해서 VScode 사용해보기 (연습)
Jsoup
- 알라딘 페이지 크롤링으로 연습)
Jackson
-
Firefox Browser Developer Edition을 VS Code 기본 브라우저로 설정하기
description : Firefox Browser Developer Edition을 VS Code 기본 브라우저로 설정하기
author : 오션
email : sh... oper Edition/firefox.exe"
Ref
How do I set up VS Code Live Server extension to use Firefox Developer on Linux?
vscode-live-server Settings
오션, , Firefox , Developer ,
사용해야 합니다(표준화된 어휘 포함).
An ASCII upper alpha is a code point in the range U+0041 (A) to U+005A (Z), inclusive.
A code point is a Unicodecode point and is represented as “U+” followed by four-to-six ASCII (American Standard Code for Informa
02.20.99.10:3306/wwwhome?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
시작/종료
CentOS7
// 상... ame $$
CREATE FUNCTION dbname.getCodeIdByName(findCode VARCHAR(100) ) RETURNS VARCHAR(20)
BEGIN
... rchar(20);
SET getName = null;
SELECT CODE_ID_DET INTO getName from COM_CODE_DET where CODE_NM_DET= findCode;
RETURN getName;
END $$
d
Sass settings in VS Code
description : Sass @extend and Inheritance
author : 오션
email : ... xtensions > Live Sass Complier를 설치합니다.
설치를 하면 VS Code 하단의 패널에 “Watch Sass” 아이콘을 볼 수 있습니다.
2. VS Code에서... ss가 실시간으로 적용되는 것을 확인할 수 있습니다.
Ref
How I setup VS Code for a beginner front-end workflow by Jessica Chen... r와 Live Sass Compiler를 만든 이의 github
ritwickdey/vscode-live-sass-compiler
오션, , Sass , @extend , and ,