본문 바로가기
반응형

Projects5

How to write a project scenario (UML, Usecase) (프로젝트 시나리오 작성 방법) How to write a project scenario (UML, Usecase) 프로젝트 시나리오 작성 방법 (UML, 유스케이스) 유스케이스는 고객의 요구사항을 정리하기 위해 사용된다. (고객(비개발자) -> 업주(개발자)) 실무에서도 고객의 요청사항을 개발자에게 전달하는데 유용하게 사용된다. (Use cases are used to organize customer requirements. (Customer (Non-Developer) -> Owner (Developer)) In practice, it is usefully used to deliver customer requests to developers.) 시나리오? 유스케이스? (scenario? use case?) 시나리오란 사용자가 프로그.. 2022. 9. 4.
구글 플레이 콘솔 개인정보처리방침 ('https://studiodoc.tistory.com/'이하 'Studio Odoc')은(는) 「개인정보 보호법」 제30조에 따라 정보주체의 개인정보를 보호하고 이와 관련한 고충을 신속하고 원활하게 처리할 수 있도록 하기 위하여 다음과 같이 개인정보 처리방침을 수립·공개합니다. ○ 이 개인정보처리방침은 2022년 1월 1부터 적용됩니다. 제1조(개인정보의 처리 목적) ('https://studiodoc.tistory.com/'이하 'Studio Odoc')은(는) 다음의 목적을 위하여 개인정보를 처리합니다. 처리하고 있는 개인정보는 다음의 목적 이외의 용도로는 이용되지 않으며 이용 목적이 변경되는 경우에는 「개인정보 보호법」 제18조에 따라 별도의.. 2022. 1. 9.
Free Web Paint, no installation required(무설치 무료 웹 그림판) Free Web Paint, no installation required 설치가 필요없는 무료 웹 그림판 Drawing Board with VanillaJS https://github.com/shin0343/DrawingBoard_JS 지우기, 저장 가능한 웹 그림판입니다. 아래 링크로 접속하시면 사용 가능해요. 피드백 환영입니다! (Erasable, storable web paint. You can use it by accessing the link below. Feedback is welcome!) ​ https://shin0343.github.io/DrawingBoard_JS/ PaintJS shin0343.github.io 2021. 11. 9.
Random number (lottery) generator (range, number configurable) (무작위 번호 생성기(범위, 개수 설정 가능)) 무작위 번호 생성기(범위, 개수 설정 가능) Random number (lottery) generator (range, number configurable) https://github.com/shin0343/RanNumGenerator ​ Vanilla JS, CSS, HTML을 이용하여 원하는 범위 내에 원하는 개수 만큼의 난수를 생성하는 프로그램을 만들었습니다. ​ 실행을 위해서는 아래 주소로 진입합니다. (Using Vanilla JS, CSS, and HTML, I made a program that generates as many random numbers as you want within a desired range. ​To run, enter the address below.) https:/.. 2021. 11. 8.
반응형