Dos에서 command로 나온 결과를 저장 하려면 명령어 쳐 놓고

편집 메뉴 열어서 복사 하는 경우가 많았는데, 혹시나 있을까 싶이서 찾아보니 있...다 ;;

 

https://www.labnol.org/software/copy-command-output-to-clipboard/2506/

 

How to Copy the Command Output to Windows Clipboard

Learn how to copy output from the command-line prompt directly to your Windows clipboard using the clip command.

www.labnol.org

그 명령어는  | clip !!!

 

예로 dir | clip, dir | clip 하면 잘 복사된다 :-)

 

https://code.visualstudio.com/docs/getstarted/locales

 

Visual Studio Code Display Language (Locale)

How to change the display language (locale) of Visual Studio Code.

code.visualstudio.com

Shift + CMD + X 를 통해서 "Korean Language Pack" 설치 후

Shft + CMD + P 를 통해서 "Display Language"로 locale를 ko로 변경 후 재시작

SSMS(SQL)의 등록된 서버들을 내보내기 하였던 regsrvr 파일을 통해서 가져오기를 진행 하던 중에

'가져오기' 작업이 실패했습니다. (Microsoft.SqlServer.Management.RegisteredServers) 를 실패 하였다며 에러를 -ㅅ-;

 

regsrvr의 버전 차이로 인식을 하긴 했는데 특정 release에서 패치가 있는지 확인 하려고 버전으로 release이름을 찾아봄

https://sqlserverbuilds.blogspot.com/해당 사이트에 친절히 버전별로 기재되어 있음

 

 

 

 

OpenJDK로 변경 후 잘 사용하던 xstream이 오류가 나타남


오류 메세지는 "it does not have a no-args constructor"

https://stackoverflow.com/questions/9621372/xstream-no-args-constructor-error


특별한 고민을 하지 않고 1.4.10으로 업데이트 !

https://mvnrepository.com/artifact/com.thoughtworks.xstream/xstream

jar 변경 후 잘 되는 것 확인 !

자바의 큰? 이슈로 오라클 자바에서 OpenJDK로 변경에 따른 맥에서도 변경하는 내용의 명령어로 정리 함

기본 설치는 brew를 통하여 패키지를 관리하여 설치함 zulu8, jenv

jenv관련 설명 https://github.com/jenv/jenv#readme



+ Recent posts