Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- issue
- 분할정복
- BAEKJOON
- 백준
- Python
- DART
- 안드로이드스튜디오
- 동적계획법과최단거리역추적
- Vue
- cos pro
- cos
- codingtest
- Flutter
- cos pro 1급
- vuejs
- 개발
- Algorithm
- C++
- 코딩테스트
- django
- DFS와BFS
- 코테
- android
- 코드품앗이
- AndroidStudio
- 알고리즘
- 안드로이드
- 동적계획법
- 파이썬
- DFS
Archives
- Today
- Total
목록powershell command (1)
Development Artist
[Summary, Command] PowerShell 명령어 정리
명령어 구조 동사-명사 -파라미터 값 예시 Get-NetAdapter : 연결된 네트워크 어댑터의 정보 얻기. $PSVersionTable : Powershell 버전 확인. Get-ExecutionPolicy : 스크립트 실행 정책 확인. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned : 스크립트 실행 정책 '허용' 설정. Set-ExecutionPolicy -ExecutionPolicy Restricted : 스크립트 실행 정책 '제한' 설정. Get-Service : 서비스 목록 조회. ( Status, Name, DisplayName ) Get-Service -Name Sense : 이름 Sense인 서비스 조회. Get-Service -Name *aa*..
Research/Devops
2022. 4. 1. 17:07