โ [Springboot] Jasypt ์ค์น ๋ฐ ์ค์ 1. Jasypt ์ค์น์ธ๋ถ์ ๊ณต๊ฐ๋๋ฉด ์๋๋ ์ ๋ณด๋ค์ ์๋ณตํธํ ํด์ผํ ๊ฒฝ์ฐ Jasypt๋ฅผ ์ด์ฉํ์ฌ ์๋ณตํธํ๋ฅผ ์ ์ฉํฉ๋๋ค. ์ฐ์ ์๋ณตํธํ๋ฅผ ํ๊ธฐ ์ํ Jasypt ๋ค์ดhttp://www.jasypt.org/download.html Jasypt: Java simplified encryption - Jasypt: Java simplified encryption - DownloadDownload Jasypt Current version: 1.9.3 (May 25th, 2019) [WHAT'S NEW IN JASYPT 1.9] DOWNLOAD JASYPT (from GitHub) If you are using Maven for building your proje..
โ [Macbook M1] mariadb ์ค์น, ์ญ์ ์ค์นhttps://mariadb.com/ko/resources/blog/installing-mariadb-10-1-16-on-mac-os-x-with-homebrew/ Installing MariaDB Server on Mac OS X with Homebrew | MariaDBDeveloping on your Mac? Get the latest stable MariaDB version on OS X easily with Homebrew. See this step by step guide on installing MariaDB 10.4.13.mariadb.com์ญ์ brew uninstall mariadb# mariadb ๊นจ๋ํ๊ฒ ์ง์ฐ๊ธฐ# mariadb ์..
โ ํน์๋ฌธ์ ๋ณํํํน์๋ฌธ์ ๋ณํํ  R R ¦ |Ø Ø! ! S S § §Ù U" " T T ¨ ¨Ú U# # U U © โÛ U$ $ V V ª ªÜ U% % W W « โชÝ Y& & X X ¬ ๏ฟขÞ Þ' ' Y Y ­ ß ß( ( Z Z ® ®à a) ) [ [ ¯ ¯á a* * \ \ ..
โ ๋ฆฌ๋ ์ค find ๋ก ๋์ํ์ผ ์ฐพ์ ํ ์์ถ ํ ํด๋น ํ์ผ์ญ์ ํ๊ธฐ#ํ์ธ๋๋ช ๋ น์ด๋ฅผ ์ด์ฉํด์ ์์ถํ์ผ์ ๋์์ ์ฐพ๊ณ -exec ์ฐพ์์์ด๋ค์ {}์ ์์ต๋๋ค$find ./{์ฐพ์๋๋ ํ ๋ฆฌ} -type -f -name "*.*" -exec sh -c "tar cvf {}.tar {}; rm -f {};" \;
โ ๋ฆฌ๋ ์ค sort ๋ช ๋ น์ด#์์น ์ง์ #-k, --key=KEYDEF : key์ ์ํ ์ ๋ ฌ ์ํ#-t, --filed-seperator : ํ๋ ๊ตฌ๋ถ์(๊ธฐ๋ณธ๊ฐ์ ๊ณต๋ฐฑ๋ฌธ์)#์ ๋ ฌ ๊ธฐ์ค#-f, --ignore-case#-g, --general-numberic-sort#-n, --numeric-sort#-r, --reverse#-u, --unique์)test.log ๋ด์ฉ-----------------------------111:222:333:444222:333:444:555111:222:444:555555:333:222:222:333999:222:888:111:444:555333:444:666:888:999:000:222-----------------------------$cat ./test.log | so..
โ ๋ฆฌ๋ ์ค wc ๋ช ๋ น์ด#abc.log ํ์ผ์ ๋ผ์ธ์$wc -l ./abc.log#์ ์ฒด$wc ./*.log#awk ์ด์ฉํด์ ๋์ด์ฐ๊ธฐ ์ฒซ๋ฒ์งธ๋ง ๊ฐ์ ธ์ค๊ธฐ$wc -l ./abc.log | awk '{ print $1 }'#cut ์ด์ฉํด์ ๊ณต๋ฐฑ์ ํ๋ ์ฒซ๋ฒ์งธ๋ง ๊ฐ์ ธ์ค๊ธฐ$wc -l ./abc.log | cut -d ' ' -f 1๋ฆฌ๋ ์ค lc ๋ช ๋ น์ด์) abc.log ๋ด์ฉ--------------abc1abc2abc3--------------#๊ฐ ๋ผ์ธ ๋งจ์์ ๋ผ์ธ๋ฒํธ ์ถ๋ ฅ (๋จ ๊ณต๋ฐฑ์ ๋ผ์ธ๋ฒํธ ์์)$nl ./abc.log์ถ๋ ฅ1 abc12 abc23 abc3#๊ณต๋ฐฑ๋ ๋ผ์ธ๋ฒํธ๋ก ์ถ๋ ฅ$nl -ba ./abc.log์ถ๋ ฅ1 abc12 abc234 abc3#๋ผ์ธ๋ฒํธ ์ถ๋ ฅ ํ ์ถ๋ ฅํ separator ์ง์ $nl -ba -s "..
โ MyBatis์ ResultHandler๋ฅผ ํตํด POI SXSSF๋ก ๋์ฉ๋ ์์ ํ์ผ ๋ง๋ค๊ธฐ๊ฐ๋ฐํ๊ฒฝSpringBoot 2.6.2JAVA 1.8Gradle 7.3.2IntelliJ์ ์ฐ ๋ฐ์ดํฐ๋ฅผ ์์ ํ์ผ๋ก ๋ง๋๋ ๊ณผ์ ์์ ์ ์ ๊ฑด์๋ฅผ ๋ง๋ค๋๋ ์ด์๊ฐ ์์์ง๋ง ๋ช์ญ๋ง ๊ฑด ๋๋ ๋ช๋ฐฑ๋ง๊ฑด์ ๋ฐ์ดํฐ๋ฅผ ํ๋ฒ์ ํธ์ถํ๊ฒ ๋๋ฉด์ OOM์ ๋ง๋๊ฒ ๋์ด ์์ ํ์ผ๋ก ์ ์ฅ์ ํ ์๊ฐ ์์์ต๋๋ค. MyBatis๋ฅผ ์ฌ์ฉํ๊ณ ์๋ค๋ฉด MyBatis์์ ์ ๊ณตํ๋ ResultHandler๋ฅผ ์ด์ฉํ๋ฉด ๋ช๋ฐฑ๋ง๊ฑด์ ๋ฐ์ดํฐ๋ฅผ ํ๋ฒ์ ํธ์ถํ์ง ์๊ณ ๋ ์ฝ๋๋ณ๋ก ๋ค๋ฃฐ์ ์์ต๋๋ค.https://mybatis.org/mybatis-3/ko/java-api.html#SqlSession (์๋ ResultHandler ์ฐธ๊ณ )๋ค์์ ๊ฐ์ง๊ณ ์จ ๋ฐ์ดํฐ์ ์ ์ฅ..
โ ๋ฆฌ๋ ์ค head, tail ๋ช ๋ น์ดhead ๋ช ๋ น์ด- ๋ฌธ์ ๋ด์ฉ์ ์๋ถ๋ถ ์ถ๋ ฅ#์์ฃผ ์ฌ์ฉํ๋ ์ต์ #-c, --bytes=[-]NUM#-n, --lines=[-]NUM$head ./test.log #๊ธฐ๋ณธ์ ์ผ๋ก ์(์ฒซ์ค๋ถํฐ)์์๋ถํฐ 10์ค๊น์ง ๋ณด์ฌ์ค$head -n 5 ./test.log #์์์๋ถํฐ 5์ค$head -n -5 ./test.log #๋ฐ์์๋ถํฐ 5์ค๋บ ๋๋จธ์ง ์ถ๋ ฅ$cat ./test.log | head -n 5 #cat๋ช ๋ น์ด ์กฐํฉ์ผ๋ก ์ฌ์ฉtail ๋ช ๋ น์ด- ๋ฌธ์ ๋ด์ฉ์ ๋ท๋ถ๋ถ ์ถ๋ ฅ#์์ฃผ ์ฌ์ฉ๋๋ ์ต์ #-c, --bytes=[+]NUM : NUM byte๋ง ์ถ๋ ฅ#-n, --lines=[+]NUM : NUM line๋ง ์ถ๋ ฅ#-f, --follow[={name|descr}..
- Total
- Today
- Yesterday
- ๊ฐ์ฒด์งํฅ์ค๊ณ solid
- ๋งฅ๋ฆฐ์ด ์ฑ ์ถ์ฒ
- ๋งฅ ์ฑ ์ถ์ฒ
- ๋์์ธํจํด ์ฅ์
- git name
- ๋์์ธํจํด ๋จ์
- ๋์์ธํจํด ์ฅ๋จ์
- git gmail
- ๊ฐ์ฒด ์งํฅ ์ค๊ณ ์์น
- git user.gmail
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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 | 31 |