'분류 전체보기'에 해당되는 글 693건
- 2020.04.01 windows arp
- 2020.03.26 windows ipconfig: command not found
- 2020.03.24 bash python return
- 2020.03.20 grep error : Binary file (표준 입력) matches
- 2020.03.20 convert json 2 table
- 2020.03.10 notepad++ 정렬
- 2020.03.09 shell 문자열 자르기
- 2020.02.28 shell 10 개 이상 파라미터
- 2020.02.21 'vcruntime140.dll' 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0
- 2020.02.13 git windows 한글
Right-click "My Computer" & select "Properties." (hot key : windows key + Pauese Break)
Click "Advanced" tab.
Click "Environment Variables" button.
In the "System variables" box, scroll down to "PATH" and highlight it.
Click the "Edit" button.
In the "Variable value:" box, add to the very beginning of the text "C:\WINDOWS\system32;" without my quotation marks.
'ipconfig' is not recognized as an internal or external command, operable program or batch file
I get this error for everything that is entered. I even tried show ip and got the error that 'show' was not recognized. I am not able to get connected to the modem and my internet provider is refusing
answers.microsoft.com
#!/bin/bash
for i in 1 2 3 4 5
do
echo "Welcome $i times"
#python 12localhost.py
outputString=$(python 12localhost.py)
echo $outputString
RET=${outputString:0:4}
if [ $RET = "True" ]
then
echo "TRUEEEEEEEEEEEEEE2"
break
else
echo "FALSEEEEEEEEEEEEEEEE"
fi
sleep 10;
done
$strings FILENAME| grep KEY
'vcruntime140.dll' 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0
카테고리 없음 2020. 2. 21. 17:02git bash 에서
$ git config --global gui.encoding utf-8
git gui 다시 실행
