> For the complete documentation index, see [llms.txt](https://jinwon-yoon.gitbook.io/jinonys-blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jinwon-yoon.gitbook.io/jinonys-blog/daily-log/2023.01.12.md).

# 2023.01.12

## 할일 및 한일&#x20;

* [x] JDBC 세미나 참여&#x20;
* [x] Vue.js 세미나 준비&#x20;

## 경험 및 배움&#x20;

### JDBC 세미나 참여&#x20;

오늘은 **JDBC를 학습한 내용을 바탕으로 연습 문제**를 풀어보았다.

`Student` 엔티티 하나를 이용해서 했을 때는 몰랐지만, 여러 개의 테이블을 조인이나 부속질의등을 통해 문제를 해결하면서 몰랐던 것들을 많이 알게 되었다.

풀이한 문제는 다음과 같다.

{% embed url="<https://jinwonyoon.notion.site/JDBC-Exercise-d48336ee6a6b46d59c1e7f4dd9799a5c>" %}

### Vue.js 세미나 준비&#x20;

SQL과 JDBC세미나가 끝나고, **연구실 홈페이지를 위한 Vue.js 세미나**가 다음주부터 진행된다.

우선, 이번주의 과제는 공식 도큐먼트 자료를 보고, Tutorial부분과 시작하기 부분을 학습 후, 정리해오는 것이다.

튜토리얼을 학습하면서 **`v-bind` , `v-on` , `v-if` , `v-else`** 등 백엔드를 할 때는 몰랐던 신기하고, 편리하게 프론트를 구현할 수 있는 방법을 알았다.

JavaScript 문법도 정확하게 모르고, HTML, CSS, JS도 제대로 학습한 적이 없지만, Vue.js를 학습해보면서 감을 익히고 아무리 **백엔드라도 프론트에 대해서 알고 있어야 하기 때문에 천천히 학습해보려고 한다.**

정리한 내용은 다음과 같다.

{% embed url="<https://jinwonyoon.notion.site/Tutorial-37cdc76b5efc4a2aab22b48f01e9ef89>" %}

## 개선 및 목표&#x20;

* 내일은 자료구조 세미나가 예정되어 있다.&#x20;
* 그 후, 오후에는 캡스톤 디자인 주제 변경 및 요구 사항 설계를 해보려고 한다.&#x20;
* 저녁에는 운영체제 세미나가 예정되어 있다.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jinwon-yoon.gitbook.io/jinonys-blog/daily-log/2023.01.12.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
