์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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 |
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array ๊ฐ์ฒด
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
- Today
- In Total
A Joyful AI Research Journey๐ณ๐
[1] 230417 ํ ํ๋ก์ ํธ (1) 1์ผ ์ฐจ Mon) ๊ณํ, ํ์๋ค์ DB ์ฐ๊ฒฐ ๋ณธ๋ฌธ
[1] 230417 ํ ํ๋ก์ ํธ (1) 1์ผ ์ฐจ Mon) ๊ณํ, ํ์๋ค์ DB ์ฐ๊ฒฐ
yjyuwisely 2023. 4. 17. 11:04[4/17 Mon ~ 5/9 Tue] 3์ฃผ 2์ผ
7์๊ฐ x 16์ผ = 112์๊ฐ (ํ๋ จ ์๊ฐ 100์๊ฐ)
ํ์ฃผ์ 3: ์ง๋ฃ ๊ด๋ จ ์ฆ๋ช
์ ์ถ๋ ฅ ๊ธฐ๋ฅ ๊ตฌํ
- ๋ค์ด๋ก๋: pdf
- ์ถ๋ ฅ : ์ธ์
https://sev.severance.healthcare/cms/print/print.do
ํ์ผ ๋ค๋ฃจ๋ ๊ฒ
https://sev.severance.healthcare/sev/patient-carer/record/online-isuuance.do
https://www.samsunghospital.com/home/healthChart/issueService/InfoIssueCertiList.do
- ํ์ ์ฒ๋ฐฉ์
- ์์ ๋น์ฉ ๋ฑ ์ฆ๋ช
์
- ๋ณดํ ๋ฑ
- ์ฝ๋ก๋ PCR ์ฆ๋ช
์
- ํผ๊ทธ๋ง(์คํ ๋ฆฌ ๋ณด๋, ๋์ํ) (2์ผ ์์)
์คํ ๋ฆฌ ๋ณด๋๋ ์์ฑ ์ ํ์ ‘๋ฏธ๋ฆฌ๋ณด๊ธฐ’๋ฅผ ์ํ ๋ฐฉ๋ฒ๋ก
๊ฐ ํ์ด์ง์ ๊ตฌ์ฑ ์์์ ๋ํ ์ ๋ณด์
๊ทธ ํ๋ฆ๊น์ง ์ ์ ์๋๋ก ํ
ํ๋ฉด ์ค๊ณ๋๊ฐ ๋ฐ๋ก ‘์คํ ๋ฆฌ ๋ณด๋’
https://www.elancer.co.kr/blog/view?seq=66
- ์ ์ค์ผ์ด์ค
- ERD (DB ์ค๊ณ, ์ ์ ์ถ๊ฐํด๋๊ฐ)
https://taylog.tistory.com/132
ํ์๋ค์ DB ์ฐ๊ฒฐ
ipconfig
IPv4 ์ฃผ์
MySQL: + ๋๋ฌ์ hostname์ IPv4 ์ฃผ์ ์ด๋ค.
Users and Privileges > Limit to Hosts Matching : %
https://we-always-fight-with-code.tistory.com/6
root-context.xml
<bean id="hikariConfig" class="com.zaxxer.hikari.HikariConfig">
<property name="driverClassName" value="com.mysql.jdbc.Driver"></property>
<property name="jdbcUrl" value="jdbc:mysql://localhost:3306/sample?serverTimezone=Asia/Seoul"></property>
<property name="username" value="root"></property>
<property name="password" value="1234"></property>
</bean>
https://www.javatpoint.com/java-create-pdf