Coder Social home page Coder Social logo

guestbook's Introduction

Lee Jin ๐Ÿ˜€

Hits focus


About me

๐ŸŒฑ Learning backend web development
๐ŸŒฑ Learning iOS development

History

๐Ÿ’™ Hyundai-AutoEver BackEnd Developer (2023.10~ current)
๐Ÿ’š Naver WorksMobile iOS Developer Intern (2022.12 ~ 2023.02)
๐Ÿ’ป Software Maestro 13th (2022.04 ~ 2022.12)
๐Ÿฉต WiniTech - BackEnd Developer Intern (2021.07 ~ 2021.08)
๐Ÿงก Hustar ICT - Certificated (2020.03 ~ 2022.02)
๐ŸŽ“ The University of Kyungpook National University - Bachelor of Software (2018.03 ~ 2022.02)

Certificate

  • AWS Solutions Architect โ€“ Associate (2024.04.20, AWS)
  • ์ •๋ณด์ฒ˜๋ฆฌ๊ธฐ์‚ฌ (2023.09.01, ํ•œ๊ตญ์‚ฐ์—…์ธ๋ ฅ๊ณต๋‹จ)
  • AWS Certified Developer โ€“ Associate (2023.08.20, AWS)
  • AWS Certified Cloud Practitioner (2023.06.24, AWS)
  • TOPCIT(ICT์—ญ๋Ÿ‰์ง€์ˆ˜ํ‰๊ฐ€) - ์ˆ˜์ค€3 (2022.10.29, ๊ณผํ•™๊ธฐ์ˆ ์ •๋ณดํ†ต์‹ ๋ถ€)
  • SQLD (2021.10.01, ํ•œ๊ตญ๋ฐ์ดํ„ฐ์‚ฐ์—…์ง„ํฅ์›)

jin's GitHub stats

guestbook's People

Contributors

leejin0527 avatar

Watchers

 avatar

Forkers

zxcv74720

guestbook's Issues

[๋ชฉ๋ก ํŽ˜์ด์ง€ ์ฒ˜๋ฆฌ ์ด์Šˆ] ๋ชฉ๋ก ์ฒ˜๋ฆฌ ๊นŒ์ง€๋Š” ์™„๋ฃŒ

html parsing ์ด ์•ˆ๋˜๋Š” ๋“ฏํ•จ
list.html

                <li class="page-item " th:if="${result.prev}">
                    <a class="page-link" href='#' tabindex="-1">Previous</a>
                </li>
    
                <li th:class=" 'page-item ' + ${result.page == page?'active':''} " th:each="page: ${result.pageList}">
                    <a class="page-link" href="#">
                        [[${page}]]
                    </a>
                </li>
    
                <li class="page-item" th: if="${result.next}">
                    <a class="page-link" href="#">Next</a>
                </li>
    
            </ul>
    

    2022-02-10 17:25:56.627 ERROR 966 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/guestbook/list.html]")] with root cause

[๋ฐฉ๋ช…๋ก ์ˆ˜์ • ์ด์Šˆ]

์‚ฌ์ง„๊ณผ ๊ฐ™์ด ์ˆ˜์ • ๋ฒ„ํŠผ์„ ๋ˆ„๋ฅด๊ณ  ์ œ๋ชฉ, ๋‚ด์šฉ์„ ๋ชจ๋‘ ์ˆ˜์ •ํ–ˆ์œผ๋‚˜ ์ˆ˜์ • ๋ฒ„ํŠผ์„ ๋ˆ„๋ฅธ ํ›„์—๋Š” ๋‚ด์šฉ๋งŒ ์ˆ˜์ •์ด ๋จ
DTO์ชฝ๊ณผ Service, HTML์„ ์ค‘์ ์ ์œผ๋กœ ํ™•์ธํ–ˆ์œผ๋‚˜ ๋‹ค๋ฅธ ์ ์„ ๋ชป์ฐพ์Œ
modify์—์„œ ๋ณ€๊ฒฝ๋œ ๊ฐ์ฒด๊ฐ€ read๋กœ ์ œ๋Œ€๋กœ ๋„˜์–ด๊ฐ€์ง€ ์•Š์Œ

แ„‰แ…ณแ„แ…ณแ„…แ…ตแ†ซแ„‰แ…ฃแ†บ 2022-02-11 แ„‹แ…ฉแ„’แ…ฎ 1 50 04

แ„‰แ…ณแ„แ…ณแ„…แ…ตแ†ซแ„‰แ…ฃแ†บ 2022-02-11 แ„‹แ…ฉแ„’แ…ฎ 1 50 23

แ„‰แ…ณแ„แ…ณแ„…แ…ตแ†ซแ„‰แ…ฃแ†บ 2022-02-11 แ„‹แ…ฉแ„’แ…ฎ 1 50 30
๏ปฟ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.