일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 돈버는퀴즈
- 자바
- 오늘의퀴즈
- java
- 퀴즈
- 캐시워크
- 톹
- 비트코인
- 토스
- spring게시판
- 캐시워크정답
- TOSS
- 캐시슬라이드
- 초성퀴즈정답
- 행운퀴즈
- 이벤트
- 정답
- 토스정답
- 행운퀴즈정답
- ㄹㅂㅁㅇㅌ
- 캐웤
- 리브메이트
- 캐슬
- 오퀴즈
- 오퀴즈정답
- 추천인
- 안드로이드
- 행퀴
- 초성퀴즈
- Android
- Today
- 252,060
- Total
- 18,363,256
목록코딩(Coding) (45)
Gomdori
You’ll often hear comments in the WordPress theme world that free themes are risky because they aren’t supported as well, or they are sometimes designed by amateur developers. In some respect, this is true, so it’s very important for you to ensure that your free WordPress theme is a quality design with decent support. After all, a premium theme generally has solid code and a constant support tea..
This year starts fascinating us with even more web design trends which were implemented in the uncountably many website templates based on Bootstrap 4 - the recently released version of the most admired Web Frameworks. Here is a roundup of 2020 finest free website templates that were created with Bootstrap 4. Download any of them and enjoy creating unique websites customizing and developing your..
안드로이드 GPS 위도/경도 지점 A와 지점 B와의 거리 계산법 public String getDistance(double lat1, double lng1, double lat2, double lng2) { double distance; Location locationA = new Location( "point A" ); locationA.setLatitude( lat1 ); locationA.setLongitude( lng1 ); Location locationB = new Location( "point B" ); locationB.setLatitude( lat2 ); locationB.setLongitude( lng2 ); distance = locationA.distanceTo( locationB ..
더보기 자바 버전별 넘버 J2SE 9 = 53 J2SE 8 = 52 J2SE 7 = 51 J2SE 6.0 = 50 J2SE 5.0 = 49 JDK 1.4 = 48 JDK 1.3 = 47 JDK 1.2 = 46 JDK 1.1 = 45 더보기 해결방법 compile을 자바 버전에 맞게 변경하거나, 실행하는 환경에서 자바 버전을 complie 버전으로 변경한다. Eclipse : Project 선택 > Properties > Java Compiler > Java 버전을 하위로 변경 Intelli J : File -> Project Structure -> SDKs
안녕하세요. 자바스크립트(JSP)로 네이버 로그인 / 카카오 로그인 / 구글 로그인 세가지를 모두 등록하는 방법에 대한 포스팅을 작성해 볼까 합니다. 사용 API 목록 1. 구글(Google) API 2. 네이버(Naver) API 3. 카카오(Kakao) API API 사이트 1. 구글(Google) API : https://console.developers.google.com/ 2. 네이버(Naver) API : https://developers.naver.com/main/ 3. 카카오(Kakao) API : https://developers.kakao.com/ API 사이트에서 등록하는 방법은 따로 다루지 않겠습니다. 등록을 다 하셨다면 코드 Kakao.js 와 platform.js는 다운받아서 프..
안녕하세요. 오늘은 프로필정보나 나의 정보 페이지 중에 연락처/전화번호/휴대폰 번호를 입력시 자동으로 양식을 해주도록 할 수 있는 방법을 소개해드려고 합니다. 아래 코드를 안에 삽입한 후 안에 아래 코드블럭 내용을 삽입해줍니다. Jquery를 사용한 방식입니다. jquery 는 아무거나 사용하셔도 상관없습니다. 저는 부분에 해당 소스를 넣어서 jquery를 사용할 수 있도록 하였습니다. 이렇게 하시면 "phone_num" 이라는 input에 01012345678 을 입력하시면 010-1234-5678로 알아서 변하게 됩니다. 끝!
안녕하세요. Android Studio 및 JAVA언어로 제작한 안드로이드 애플리케이션(Android Application) 위치 기반(GPS) 랜덤채팅(Random Chat) 프로젝트 통째로 판매합니다. 데이터베이스는 Firebase를 사용하였습니다. 현재 무료포인트 서비스까지 포함되어 있습니다. 원하시면 그대로 드리고 원치않으신다면 빼서 드리도록 하겠습니다. 희망하시는 금액 기재해주세요. 문의 : androidrequest@naver.com
InflateException: Binary XML file line #239: Binary XML file line #239: Error inflating class 위와같은 에러메세지가 뜰때가 있다. 코드에는 문제가 없고 빨간줄이 떠있는것도 아닌데 뜨는 에러일때 문제는 메모리 혹은 안드로이드 버전 문제일수 있다. 해결 방법은 자신의 프로젝트 로컬경로로 직접 들어가서 res 폴더 밑에 drawable-24 폴더에 있는 파일들을 drawable 폴더로 옮기면 해결 된다.
Strinig to int(String에서 int로 형변환 하기) String text = "12341245"; int numer = Integer.parseInt(text); int to String( int 에서 String으로 형변환 하기) int number = 12341245; String text = Integer.toString(number);
안녕하세요. Kakao Developer에서 지원하는 카카오 맵뷰(Kakao MapView)연동 방법입니다. 안드로이드 카카오 SDK 연동 홈페이지에서 SDK를 받은 후 다음 그림과 같이 넣어주시면 됩니다. Manifests 태그 안에 를 넣어주셔야 합니다. Gradle(Project) buildscript { repositories { google() jcenter() mavenCentral() maven { url 'https://devrepo.kakao.com/nexus/content/groups/public/'} maven{ url "https://maven.google.com" } } dependencies { classpath 'com.android.tools.build:gradle:3.6.3..