'분류 전체보기'에 해당되는 글 666건
- 2021.06.30 upstream server
- 2021.06.30 bash mysql
- 2021.06.28 mysql, winodws batch
- 2021.06.24 linux, 확장자찾기
- 2021.06.24 bash, while
- 2021.06.23 windows, linux curl 한글
- 2021.06.22 windows10 , 확장자 표시
- 2021.06.22 eclipse, multi project ctrl shift r
- 2021.06.17 curl, bash variable
- 2021.06.16 eclipse, console redirect log file
mysql -uuserid -ppassword -h 127.0.0.1 -P 3306 dbschema << END
SELECT NOW()
;
END
- git bash
- mysql server (windows)
- 윈도 환경변수 path 에 c:\program filws\...\mysqlserver\bin 추가
find . -type f | perl -ne 'print $1 if m/\.([^.\/]+)$/' | sort -u
# local pc files backup
echo " local pc files backup ..."
while true
do
date "+%Y-%m-%d %H:%M:%S"
d=$(date "+%H")
echo d is $d
if [ "$d" -eq 14 ];then
echo 'Dbeaver script Copy start ==============================================' ;
cp /cygdrive/C/Users/hongkildong/AppData/Roaming/DBeaverData/workspace6/General/Scripts/* /cygdrive/d/backup-dbeaver-script
echo 'Dbeaver script Copy end ==============================================' ;
fi
sleep 3600
done
multi project 에서
1) ctrl + shift + r 창에서 입력하는 곳 오른 쪽 위 |(점 3개) 클릭
후 두 항목 선택
show status line
show derived line
https://lifeonguide.tistory.com/47
2) parent 폴더에서
속성 > resource > resource filter
에서
children 폴더 적용
https://goni9071.tistory.com/362
Within the parent project, child ones were already visually hidden in my case, but still found through search and Ctrl-click links.
I solved this by using Resource filters:
- Right-click (parent) project > Properties > Resource > Resource Filters
- Click Add Filter..., select Applies to -> Folders and enter one child project's folder name, click OK
- Repeat 2. for all child project folders
By the end, you should have something like this:
curl -X POST -H 'Content-type: application/json' --data '{"text": "'"${message}"'"}'