본문 바로가기

분류 전체보기

(73)
open source Chart.js * label을 image로 넣을 때, * html 파일 * 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 #canvas-holder { border : 1px solid lightgray; width : 80%; text-align : center; margin-left : 10%; } #canvas-holder > div { text-align : center; margin-top : 10px; } #canvas-holder > div > button { margin-right : 10px; margin-left : 10px; min-width: 100px; } change1 change2 Colo..
안드로이드 스튜디오 파이어 베이스 안드로이드 스튜디오 파이어베이스 연동 onedaycodeing.tistory.com/17 안드로이드 스튜디오 파이어베이스 연동 https://firebase.google.com/ 이사이트에 들어가시면 이런 그림을 보실 수 있습니다. 시작하기 버튼 눌러줍니다. 그다음에 프로젝트 추가 버튼을 눌러줍니다. 프로젝트 이름을 입력해줍니다. (보통 안 onedaycodeing.tistory.com 안드로이드 URL주소로 어플 실행하기. onedaycodeing.tistory.com/77
딥링크 / 동적 링크 m.blog.naver.com/wcjpower/220899970761 모바일 딥링크(Deep Link)의 발전 Happy New Year! 2017년 새해가 밝았습니다. 새해를 맞이해서 오늘도 활기차게 시작해보려합니다. 오늘... blog.naver.com feel5ny.github.io/2019/09/22/Communication_001/ 웹에서 앱으로 이동하기 (feat.딥링크) 하나의 서비스가 웹이나 앱, 두 가지 플랫폼에서 운영 중일 경우, 서로가 서로의 플랫폼으로 고객을 이동시킬 수 있다. 앱에서는 웹링크를 사용하여 웹으로 이동시키거나, 인앱브라우저로 웹화 feel5ny.github.io firebase.google.com/docs/dynamic-links/android/create?hl=ko ..
모더나이저 출처: https://webclub.tistory.com/256 [Web Club] 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 32 33 $(document).ready(function(){ if (!(window.devicePixelRatio > 1)) { // supported console.log("pc"); $("#devicePixelRatio").show(); } else { $("#devicePixelRatio").hide(); } }); #devicePixelRatio { background: white; width: 100%; height: 100%; position: fixed; d..
[css] 모든 버튼 비활성화 & 활성화 모든 버튼 비활성화 $('input, button, a').css("pointer-events", "none"); $('input, button, a').css("cursor", "default"); 모든 버튼 활성화 $('input, button, a').css("pointer-events", "auto"); $('input, button, a').css("cursor", "auto");
[css] div 안에 div 이미지 가운데 정렬 1234567891011121314151617181920212223242526272829303132333435363738 #loading { width: 100%; height: 100%; position: fixed; display: table; opacity: 0.7; background-color: #fff; z-index: 99; } #loding_inner { display: table-cell; text-align: center; vertical-align: middle;} #loading-image { display: inline-block; z-index: 100; width: 50%; } $(document).ready(function(){ $('#loading').show(); }); ..
글자 수 세기 textcount.sawoo.com/
java 날짜 시간 설정 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586package com.azsquad.onepick.payment.controllers; import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date; public class DateTest { //차주 월요일 public static String getCurMonday(){ SimpleDateFormat formatter = new ..
세션에 관해 techdocs.broadcom.com/kr/ko/ca-enterprise-software/layer7-identity-and-access-management/single-sign-on/12-7/401457595/401457596/401457683.html 사용자 세션 이 제품은 다중 계층 응용 프로그램 전반에서 일관된 사용자 세션을 유지하고 관리합니다. 응용 프로그램과 온라인 비즈니스는 갈수록 위치의 제한을 받지 않고 환경과 응용 프로그램 기술 및 � techdocs.broadcom.com
MTN MoMo Pay Youtube Link www.youtube.com/watch?v=6mBpV8UyRSo&list=PLpEHyK7pOsnKEQw6b552Tgx1sy0b0muuW&index=1 참고 API momodeveloper.mtn.com/docs/ 해결이 안되었을 때, momodeveloper.mtn.com/contact-support MoMo Developer Portal Connect. Share. Learn Find answers, support, and inspiration from other MoMo API users. momodeveloper.mtn.com 친절한 사람들 스카이프로 설명 잘해준다.