일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 국회의원 & 높으신 분들 어록
- https://tecoble.techcourse.co.kr/post/2021-08-07-logback-tutorial/
- https://minkwon4.tistory.com/161
- Today
- Total
목록T.N.V/응용1 (13)
OPEN between Secret
1. 기존 프로젝트에다 '한국투자신탁 api'를 모듈추가한후 발생. 해결 (Manifest 에서 추가한 부분)1. xmlns:tools="http://schemas.android.com/tools" 2. tools:replace="android:icon" !! 이후에 또 이런 문제가 발생하여서 error를 읽어보고 해결함.error를 보면 제일 밑에 Suggestion: add'tools:replace="android:icon" 이 있음. 말그대로 Manifest 에다가 추가해 주라는 Error 대로manifest -> application 에다가 'tools:replace="android:icon'를 추가해 주면 된다.대신 tools 사용하기 위해서 manifest 에다가 tools를 사용한다고 얘기를..
참고 했던것들 안드로이드 개발자 page 중 notificationhttps://developer.android.com/guide/topics/ui/notifiers/notifications.html 하울의 코딩 채널(동영상)20 https://youtu.be/DYGG7096HG421 https://youtu.be/JMC_-vLWh4c22 https://youtu.be/XQ-q8i6vD3E 블로그 1http://trandent.com/board/Android/detail/738 블로그 2http://codersdict.com/19?category=672338http://codersdict.com/20?category=672338 블로그 3http://webagency.ogoga.com/act-articl..
aws 에다가 서버 구축하기 1. 일단 php 에서 ubuntu로 했기 때문에 ubuntu로 함. 참고 : 1. aws putty로 접근하기https://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/putty.html 2. aws root 계정 생성하기http://osasf.net/discussion/578/%EB%A7%A4%EB%89%B4%EC%96%BC-%EC%95%84%EB%A7%88%EC%A1%B4-aws-ec2-%EC%84%9C%EB%B2%84%EC%97%90%EC%84%9C-%EC%9A%B0%EB%B6%84%ED%88%AC-os-%EB%A3%A8%ED%8A%B8-%EA%B4%80%EB%A6%AC%EC%9E%90-%EA%B3%84%EC%A0%95-%E..