본문 바로가기

Tools

(41)
intellij 에 git 계정 설정 1. 프로젝트의 루트 디렉토리로 이동 2. .git 숨김폴더 확인 및 안으로 이동 3. config 파일 오픈 [user] name = 이름 email = 이메일 추가
intellij(인텔리제이) 복사하기 들여쓰기 안됨 File = > Settings => 검색창에 paste 검색 => Smart Kyes 클릭 => Reformat on paste => indent block으로 설정
intellij 프로젝트 소스 path 설정 porject.iml 파일을 열어서 package 이름을 시작으로 아래처럼설정한다 ex)
Wireshark(와이어샤크) 설치 와이어샤크 설치 URL https://www.wireshark.org/download.html Wireshark · Download Riverbed is Wireshark's primary sponsor and provides our funding. They also make great products that fully integrate with Wireshark. I have a lot of traffic... ANSWER: SteelCentral™ Packet Analyzer PE • Visually rich, powerful LAN analyzer • Quickly access www.wireshark.org
@types 폴더 삭제 시 엑세스 거부 아 뭐이런 일이 쩝, visual studio code에서 node_module 탐색기에서 강제 삭제하려는데 이런 엑세스 거부 다른 파일은 다 지워졌는데 @types 폴더는 삭제가 안된다 아 스~~~~~~~~X visual studio code가 프로세스를 잡고 있는듯하여 창 닫고 다시 삭제 잘된다.. 어떻게 된거여 code야.....
Visual Studio ,Kubernetes - Visual Studio Connected Environment Visual Studio 및 Kubernetes 발표 - Visual Studio Connected Environment 출처 : https://www.hanselman.com/blog/AnnouncingVisualStudioAndKubernetesVisualStudioConnectedEnvironment.aspx나는 최근에 Kubernetes와 함께 모든 종류의 재미를 보았 으며, 금속 위에 내 자신의 Kubernetes Cluster를 구축 하고 AKS가 있는 Azure 의 관리 Kubernetes 클러스터 를 사용했습니다 .오늘 뉴욕의 Connect () 컨퍼런스에서 Visual Studio Connected Environment를 발표하게되어 기뻤습니다. 어떻게이 걸릴 것 비주얼 스튜디오의 최고의 관리는 Kubernetes의 최고 및 개발 팀에 유용한 무언가를 창조?컨테이너 뒤에있는 생태계의 모멘텀은 현재 구름, 운..
team service에서 .net 빌드 nuget 오류시 https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore#enabling-and-disabling-package-restore
CI툴 고려해보기(Buildbot) Buildbot Buildbot BasicsBuildbot supports distributed, parallel execution of jobs across multiple platforms, flexible integration with version-control systems, extensive status reporting, and more. Buildbot in ActionAt its core, Buildbot is a job scheduling system: it queues jobs, executes the jobs when the required resources are available, and reports the results. Your Buildbot installation has..