5 Great Visual Studio Keyboard Shortcuts Here are five of my favorite keyboard shortcuts in Visual Studio. There's a good chance at least one of them will be new to you. Move Code Alt+Up/Down This keyboard shortcut is new in Visual Studio 2013. If you put the cursor on a line of code and use the Alt+Up Arrow keys, the line of code you've selected moves up. If you use the Alt+Down Arrow keys, the..
출처: 지디넷 181017 깃허브 공개 옥토버스 보고서...텐서플로는 3위 (지디넷코리아=김우용 기자)비주얼스튜디오코드(VSCODE), 리액티브네이티브, 텐서플로 등이 올해 인기있는 오픈소스 프로젝트 상위권을 차지했다. 16일(현지시간) 미국 지디넷에 따르면, 깃허브가 공개한 옥토버스(Octoverse) 보고서에서 올해 오픈소스 프로젝트 인기 순위 1위를 마이크로소프트의 VS코드가 차지했다.[보고서 바로가기] 이 보고서는 작년 10월1일부터 올해 9월30일까지 오픈소스 프로젝트의 인기순위를 집계했다. 인기순위는 코드 기여자 규모 순이다. 1위 VS코드에 이어 페이스북의 리액티브네이티브, 텐서플로 앵귤러-CLI, 마이크로소프트독스의 애저독스(azure-docs), 앵귤러, 앤서블, 쿠버네티스, NPM, 디..
출처: 지디넷 150716 자바 챔피언이 만난 비주얼 스튜디오 코드와 에릭 감마 먼저 필자는 마이크로소프트(Microsoft, 이하 MS)의 기술에 대해 잘 모르는 자바 개발자임을 밝힌다. 글을 읽으면서 오해가 없길 바란다. 사실 필자는 MS가 커머셜 소프트웨어와 심지어 개발자들이 쓰는 툴까지 판매하는 회사라서 나랑은 잘 맞지 않다는 생각을 가지고 있었다. 그러나 이번 빌드 행사를 통해 이런 고정관념이 바뀌게 됐다. 그에 대한 이야기를 풀어보고자 한다. 필자는 좋은 오픈소스 사용을 즐기고 필요하다면 직접 코드를 조금씩 수정하면서 이해해 가는 과정에 익숙하다. 그 때문인지 거의 결병증처럼 완성품을 판매하는 MS보다는 좀 더 개방적이고 개발자들에게 새로운 걸 공급하는 구글 같은 회사를 선호했다. 또 스프링 ..
비주얼스튜디오 다운로드 및 설치 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 체크박스를 모두 체크해줍니다. (권장) ◆ 테마 변경 (다크, 라이트) 파일 > 속성 > 컬러 테마 > 라이트 (선..
출처 - 지디넷 190201 IT 구인구직 업체 해커랭크(HackerRank)가 지난 11월 개발자 7만 1281명을 조사한 '2019 해커랭크 개발자 스킬 리포트'를 보면, 응답자의 73% 이상이 자바스크립트에 능숙하다고 답했다. 2017년 68%보다 5%p 늘어난 것으로, 71%에 그친 자바를 근소한 차이로 제치고 1위로 올라섰다. 3위는 62.84%인 C가 차지했고 이어 파이썬(57.02%), C++(55.77%) 순이었다. 파이썬은 2017년 49.44%에서 큰 폭으로 응답률이 올랐다. 해커랭크는 2019년에 가장 배우고 싶은 언어도 조사했다. 그 결과 고(Go)와 코틀린(Kotlin)이 37.2%, 26.545%로 각각 1, 2위였다. 이어 파이썬(26.14%), 타입스크립트(21.57%), R..
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061//로그인 버튼 클릭시 const login = e => { e.preventDefault(); // alert('로그인'+values.email); const headers = { 'Content-Type' : 'application/json', 'Authorization' : 'JWT fefege..' } // stackoveflow https://stackoverflow.com/questions/44617825/passing-headers-with-axios-post-request-reactjs?rq..
https://parksrazor.tistory.com/274 [VS코드] 다운로드 및 설치 비주얼스튜디오 다운로드 및 설치 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging mod.. parksrazor.tistory.com vscode에서 file-> preferences -> setting -> emmet include Langeuage 입력 ->edit in settings.json "emmet.triggerExpansionOnTab": true, "emmet..
비주얼스튜디오 다운로드 및 설치 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 필수: react + typescript + jsx + babel + redux + axios 조합 자동설정 npx..
비주얼스튜디오 다운로드 및 설치 https://code.visualstudio.com/ React 설정 npm install -g create-react-app create-react-app frontend cd frontend npm start 현재 열린 cmd 창 말고 새로운 cmd 창을 열고 아래와 같이 typing... 메뉴바 > File > Auto Save 를 클릭하면 V 체크 표시됨. index.js 를 열면 아래 소스가 보인다. import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; import App from './App'; import * as serviceWorker from './servic..
인텔리제이 File > Setting > Plugins 들어간 후 node 검색.. 아래처럼 installed 확인 npm install -g create-react-app create-react-app frontend cd frontend npm start 또는 yarn 설치 후 start 하기 npm install -g yarn yarn start index.js 를 열면 아래 소스가 보입니다. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; import App from './App'; import * as serviceW..
- Total
- Today
- Yesterday
- SpringBoot
- intellij
- JUnit
- maven
- Django
- Mlearn
- Oracle
- Mongo
- tensorflow
- nodejs
- docker
- SQLAlchemy
- mariadb
- Git
- database
- Python
- jQuery
- Eclipse
- KAFKA
- terms
- AWS
- Algorithm
- FLASK
- springMVC
- COLAB
- Java
- React
- vscode
- ERD
- JPA
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |