일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
목록분류 전체보기 (553)
A Joyful AI Research Journey🌳😊
여러 명이 커밋을 해서 하나 또는 선택한 파일만 Committer을 바꿀 때 하단의 코드를 터미널에 적어서 자산의 깃허브 아이디와 이메일이 맞는지 체크 가능하다. git config user.name git config user.email 처음에 터미널에서 깃허브 아이디, 비밀번호 설정할 때 깃허브에서 발급받은 클래식 토큰(Tokens(Classic))을 비밀번호로 사용한다. 1) 폴더 경로를 지정해 주고 예시) cd /Users/yeongjinyu/Documents/github 2) git clone을 한다. 예시) git clone https://github.com/yjyuwisely/Traveling-from-Ulju-gun.git git clone 깃주소 3) 폴더 경로로 들어간다. 예시) cd ..
처음에 터미널에서 깃허브 아이디, 비밀번호 설정할 때 깃허브에서 발급받은 클래식 토큰(Tokens(Classic))을 비밀번호로 사용한다. 1) 폴더 경로를 지정해 주고 예시) cd /Users/yeongjinyu/Documents/github 2) git clone을 한다. 예시) git clone https://github.com/yjyuwisely/Traveling-from-Ulju-gun.git git clone 깃주소 3) 폴더 경로로 들어간다. 예시) cd /Users/yeongjinyu/Documents/github/Traveling-from-Ulju-gun 4) 터미널에서 하단을 순서대로 입력한다. 본인의 깃허브 아이디와 이메일을 넣고 Branch 이름을 끝에다가 적는다. 4.1) git ..
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..
230608 Thu p.33 ~ Do it! 스위프트로 아이폰 앱 만들기: 입문 | 송호정 - 교보문고 Do it! 스위프트로 아이폰 앱 만들기: 입문 | 아이폰 분야 1위 도서, 개정 5판 출간! 최신 버전인 스위프트 5.3, Xcode 12.1 반영! 아이폰 분야 1위 도서, 《Do it! 스위프트로 아이폰 앱 만들기 입문》 개 product.kyobobook.co.kr 스토리보드란 앱의 화면 구성을 시각적이고 직관적으로 구성할 수 있게 지원하는 기능 p. 51 상수와 변수는 데이터를 저장하기 위한 공간을 의미 상수 let을 사용해 선언할 수 있다. 이때 값을 지정해 주어야 하며 값이 한 번 결정되면 이후에는 값을 바꿀 수 없다. 예) let pi = 3.141592 파이는 변하지 않는 정해진 값이기..
검색하면 예전거랑 Xcode가 다른 것 같아서 정보가 다른데, Xcode > Settings... > Account로 들어가면 된다! 참고) https://callmedaniel.tistory.com/8 [iOS] Day 5 - Xcode에서 Github 연동하기 과제를 깃에 올리는데 날라갔다.. 내 Xcode에 빨간 글씨가 생겼다.. 단순히 붙여넣기 하려했지만 날라간 파일에 IBOutlet과 연결 부분이 지워지지 않아서 결국 새로 만들었다 강제 복습... 긍정적으 callmedaniel.tistory.com https://www.pinslog.com/139 [etc.] Xcode에 GitHub remote 추가하기 | GitHub access token 발행하기 Xcode에 GitHub 계정 추가하기 ..
https://sgc109.github.io/2020/07/18/compound-pattern-feat-mvc/ Compound 패턴 (feat. MVC 패턴) Compound 를 사전에서 찾아보면 복합체, 혼합물 등의 뜻이 나온다. 그렇다면 Compound 패턴은 무엇일까? sgc109.github.io Model : data. data를 만드는 과정까지 포함. = 최종적으로 data를 만들어내는 것 View : data를 사람한테 보여주는것 Controller : 사용자의 요청을 받아서 요청에 맞는 모델을 실행 참고: https://velog.io/@vgo_dongv/Java-MVC 그림 출처: https://blog.naver.com/zxxne/222482502102
https://github.com/giftbott/iOSDevLinks#basic GitHub - giftbott/iOSDevLinks: iOS 개발자를 위한 링크 모음 iOS 개발자를 위한 링크 모음. Contribute to giftbott/iOSDevLinks development by creating an account on GitHub. github.com Icon 앱 개발에 필요한 각종 아이콘 다운로드 사이트 SF Symbols icons8 thenounproject iconfinder flaticon material icons Feather Paid PixelLove Streamline Color 앱 컬러 스킴 참고 사이트 iOS Visual Design Color Material Desig..
https://developer.apple.com/tutorials/swiftui Introducing SwiftUI | Apple Developer Documentation SwiftUI is a modern way to declare user interfaces for any Apple platform. Create beautiful, dynamic apps faster than ever before. developer.apple.com
https://github.com/giftbott/iOSDevLinks#basic GitHub - giftbott/iOSDevLinks: iOS 개발자를 위한 링크 모음 iOS 개발자를 위한 링크 모음. Contribute to giftbott/iOSDevLinks development by creating an account on GitHub. github.com Basic Apple Developer Site Developer Documentation Documentation Archive Xcode Xcode Download Xcode Help App Store App Store Connect App Store Connect Help App Store News and Updates App Store..
이때까지 학원에서 하면서 GR로 커밋됐는데 이제 변경했다! 하단의 Add Entry에서 user.email user.name를 넣고 각각 깃허브 이메일과 아이디를 넣으면 된다. https://hijjang2.tistory.com/723 [Eclipse] Git - Author 변경하는 방법 ★ 1. 현재 상태 Git 에서 Commit 시에 저렇게 Author 와 Committer 부분이 기본 컴퓨터 ID 및 IP 값이 들어가는데 이게 한두번은 직접 변경을 하다가도 할때마다 계속 변경해줘야 하니 굉장히 귀찮다 설정을 hijjang2.tistory.com
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://www.udemy.com/course/ios-13-app-development-bootcamp/ https://www.boostcourse.org/mo122%E2%80%8B?utm_source=boottent&utm_medium=referral iOS 프로그래밍을 위한 스위프트 기초 부스트코스 무료 강의 www.boostcourse.org https://www.boostcourse.org/mo122?/joinLectures/38564 iOS 프로그래밍을 위한 스위프트 기초 부스트코스 무료 강의 www.boostcourse.org https://www.udacity.com/course/ios-developer-nanodegree--nd003 iOS Developer Course I Becom..