일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 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
목록💖My Bootcamp Projects Logs✨ (112)
A Joyful AI Research Journey🌳😊
최종 구현 동영상 전체 물품 리스트 및 분류 버튼 클릭 시 신규 물품 (부루펜) 등록 후 전체 물품 리스트 및 물품 상세 정보 휴대폰으로 의료 용품 Tabinul 입고 등록 물품 (3way) 입고 등록(수기)후 전체 물품 리스트에서 현재고 변화 물품 (3way) 출고 등록 후 출고 내역 리스트 프로젝트 3개를 합쳐서 환자, 의료진, 의료관계자 모두 사용 할 수 있는 서비스 구축 사용자 화면 스크린샷 사용자 화면 스크린샷 (반응형 웹)(아이폰 12)
최종 느낀 점! 최대한 템플릿, 라이브러리를 잘 활용해서 만들었고, 깔끔하게 만들었다. 시간을 효율적으로 잘 활용해서 만족한다.😊 최종 구현 동영상 및 사용자 화면 스크린샷▼ 2023.06.27 - [💖My Projects Diary✨/Team Project (K-Digital) 3️⃣] - [21] 230627 팀 프로젝트 (3) 21일 차 Tue) 최종 구현 동영상 및 사용자 화면 스크린샷 (반응형 웹) [K-디지털 트레이닝] 최종 발표 슬라이드▼ https://www.canva.com/design/DAFlkWXD5LY/ 주제 선정, 예상 훈련 시간 및 총 소요 시간▼ 기업 프로젝트 3차 (대규모) [5/30 Tue ~ 6/26 Mon] 3주 6일 (19일) 7시간 x 19일 = 133시간 (훈련 시..
https://www.w3schools.com/howto/howto_css_full_page.asp How To Create a Full Page Image W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_full_page W3Schools online HTML ..
230611 Wed 백엔드 기능 구현 페이지 4: 상세 보기 (물품 상세 화면) (페이지 3 클릭 후 뜸) itemDetails.jsp [사용 중지] 버튼 기능 구현 (⇒ update로 칼럼 visible: y/n 만든다.) itemDetails URL 나오는 문제 해결 the itemDetails method is invoked for URLs => dashboard.jsp에서 / 넣으면 해결된다. 전체 물품 리스트 2023.03.30 - [🌳K-Digital Training 2023✨/Spring Framework] - [64] 230330 Spring: 회원 상세 정보 보는 페이지 만들기 [K-디지털 트레이닝 64일] [64] 230330 Spring: 회원 상세 정보 보는 페이지 만들기 [K-디지..
The Java code you have implemented handles the server-side logic, such as updating the 'visible' column in the MySQL database when the button is clicked. The JavaScript code, on the other hand, handles the client-side behavior, which is updating the button text dynamically without reloading the page. When the button is clicked, the JavaScript code will execute in the browser, and you can make an..
http://www.tcpschool.com/ajax/ajax_intro_works 코딩교육 티씨피스쿨 4차산업혁명, 코딩교육, 소프트웨어교육, 코딩기초, SW코딩, 기초코딩부터 자바 파이썬 등 tcpschool.com http://www.tcpschool.com/ajax/ajax_jquery_ajax 코딩교육 티씨피스쿨 4차산업혁명, 코딩교육, 소프트웨어교육, 코딩기초, SW코딩, 기초코딩부터 자바 파이썬 등 tcpschool.com http://www.tcpschool.com/ajax/ajax_jquery_etc 코딩교육 티씨피스쿨 4차산업혁명, 코딩교육, 소프트웨어교육, 코딩기초, SW코딩, 기초코딩부터 자바 파이썬 등 tcpschool.com $.post() 메소드 ajax를 사용해 서버에 데이터..
https://websparrow.org/spring/how-to-insert-image-in-database-using-spring-mvc How to insert image in database using Spring MVC - Websparrow How to insert image in database using Spring MVC. How to upload image in database using Spring MVC. How to upload file on the server using Spring MVC. websparrow.org https://learningprogramming.net/java/spring-mvc/build-shopping-cart-in-spring-mvc/ Build Sh..
https://wikidocs.net/162416#_3 3-10 수정과 삭제 * `[완성 소스]` : [https://github.com/pahkey/sbb3/tree/3-10](https://github.com/pahkey/sbb3/tree/3-10) … wikidocs.net
https://stackoverflow.com/questions/6138127/how-to-do-url-decoding-in-java How to do URL decoding in Java? In Java, I want to convert this: https%3A%2F%2Fmywebsite%2Fdocs%2Fenglish%2Fsite%2Fmybook.do%3Frequest_type To this: https://mywebsite/docs/english/site/mybook.do&request_type This is what ... stackoverflow.com https://stackoverflow.com/questions/25944964/where-and-how-to-decode-pathvariabl..
Controller 파라미터 타입 @Param, @RequestParam, @PathVariable, @PathParam, Query Parameter, @RequestBody, Map, Model, ModelMap velog.io https://byul91oh.tistory.com/435 [Spring] @PathVariable 사용법 Request가 들어오는 타입에 따라 ... 받는 방법을 크게 4가지 정도로 나눠서 앞으로 하나씩 살펴보자. URL 변수 (@PathVariable) Query String (@RequestParam) Body Form @PathVariable 이란? REST API에서 URI에 변수가 들 byul91oh.tistory.com https://kimvampa.tistory..
Darkmode.js https://darkmodejs.learn.uno/ Darkmode.js darkmode.js 🌓 Add a dark-mode / night-mode to your website in a few seconds This library uses the css mix-blend-mode in order to bring Dark-mode to any of your websites. Just copy paste the snippet and you will get a widget to turn on and off the dark-m darkmodejs.learn.uno Welcome to My Webpage Dark Reader https://darkreader.org/ Dark Reader..
https://datatables.net/ DataTables | Table plug-in for jQuery DataTables Table plug-in for jQuery Advanced tables, instantly DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, built upon the foundations of progressive enhancement, that adds all of these advanced features to any H datatables.net 230602) 페이징, 검색, 테이블에 보여질 아이템 개수 등 유용한 기능을 쓸 수 있다.
다시 학원에서 수정했다. 그 뒤 백엔드 시작이다. 피그마 프로토타입: 1장 더 추가했다. (재고 부족 리스트)
프로젝트 때 manager는 매니저 administrator은 상위 관리자로 쓰는 게 나을 것 같다.