본문 바로가기

google31

[GCP] Google Cloud Platform 시작하기 1. Link 접속 http://cloud.google.com 클라우드 컴퓨팅 서비스 | Google Cloud Google Cloud를 통해 비즈니스를 혁신하세요. Google Cloud Platform으로 빌드하고 혁신하고 확장하세요. G Suite로 공동작업하고 생산성을 높이세요. cloud.google.com 2. 무료로 시작하기 3. 가격 정보 입력 및 신용카드 정보 입력 ($300 크레딧을 제공해주고, 동이 없이는 신용카드 청구되지 않는다고 명시되어 있습니다. 자동 가입 방지를 위한 시스템이라고 설명이 되어 있네요. ) 4. 원하시는 시스템 신청 예시 - Google Map Solution / Google Map API 1. Link 접속 https://cloud.google.com/maps-.. 2019. 8. 23.
RCS(Rich Communication Services) What is Rich Communication Services (RCS)? It is a communication protocol between mobile telephone carriers and between phone and carrier, aiming at replacing SMS messages with a text-message system that is richer, provides phonebook polling (for service discovery), and can transmit in-call multimedia. It is also marketed as Advanced Messaging, Advanced Communications. History of RCS - The Rich .. 2019. 7. 2.
[Chrome] How to load the Chrome Extension Plugin? 2019/06/12 - [Windows/Internet / Tistory] - [Chrome] How to extract the Chrome Extension Plugin [Chrome] How to extract the Chrome Extension Plugin 1. "chrome://version/" Chrome 74.0.3729.169 (공식 빌드) (64비트) (cohort: Stable) 개정 78e4f8db3ce38f6c26cf56eed7ae9b331fc67ada-refs/branch-heads/3729@{#1013} OS Windows 10 OS Build 17134.765 JavaSc.. victor8481.tistory.com 1. Access "chrome://extensions/" -.. 2019. 6. 12.
[Chrome] How to extract the Chrome Extension Plugin 1. "chrome://version/" Chrome 74.0.3729.169 (공식 빌드) (64비트) (cohort: Stable) 개정 78e4f8db3ce38f6c26cf56eed7ae9b331fc67ada-refs/branch-heads/3729@{#1013} OS Windows 10 OS Build 17134.765 JavaScript V8 7.4.288.28 Flash 32.0.0.207 C:\Users\victo\AppData\Local\Google\Chrome\User Data\PepperFlash\32.0.0.207\pepflashplayer.dll 사용자 에이전트 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,.. 2019. 6. 12.
구글 안드로이드 판매자 센터 프로필 문제 해결 (G페이 프로필 문제 해결) 구글 계정이 정지당하게 되면, 구글 월렛도 함께 정지당하게 됩니다. 그러면, 구글 플레이스토어 등에서 결제도 안되고, 해당 계정으로 카드 등록 또한 되지 않습니다. 이런 경우에는 아래 Link에 있는 방법대로 프로필 삭제 후 다시 등록하면 해결 됩니다. 등록 방법은 카드 정보만 입력하면, 1불정도 인출 후 다시 입금되는 방식으로 진행 됩니다. http://victor8481.tistory.com/721 #Gpay #Google #Google Payment #구글 #G페이 # 구글 페이먼트 #판매자센터 #프로필 문제 2018. 9. 4.
구글 페이먼트 결제 프로필 삭제 / Delete the payment profile of Gpay 1. https://pay.google.com/payments/u/0/home# 2. Setting (설정) 3. Delete Payment Profile (결제 프로필 삭제) 4. Select Reason and then Select Blue Button (폐쇈 이유 선택 후 계속) #Gpay #Google #Google Payment #구글 #G페이 # 구글 페이먼트 2018. 9. 4.
Android Volley Tutorial – Making HTTP GET, POST, PUT [Original Post]https://www.itsalif.info/content/android-volley-tutorial-http-get-post-put [Download JAR]http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.mcxiaoke.volley%22 [GitHub]https://github.com/mcxiaoke/android-volley ----------Google released Android Volley Library around May/June 2013, which has been internally used by Google for some time. It is supposed to provide Fast Networking O.. 2017. 7. 17.
[Android Open Source][ListView] PinnedSectionListView https://github.com/beworker/pinned-section-listview IntroductionEasy to use ListView with pinned sections for Android 2.1 and higher. Pinned section is a header view which sticks to the top of the list until at least one item of that section is visible. FeaturesThis list properly implements many features which are missing from other implementations. These areFast scrollHeaders and footersClickab.. 2015. 7. 29.
[Nexpaq : the first truly modular smartphone case] Do you want ARA Smart Phone? You can try this first. About this projectnexpaq allows you to easily customize, enhance, and add features to your smartphonethrough the case. To put it simply: You can add and remove physical “modules” (think Lego bricks with special powers) directly from the back of your case without powering down! It's time to allow your phone to do things it was really made for. Unlimited potential all in the palm of your hand.Each.. 2015. 5. 4.
Google Android SIGPIPE 프로세스가 읽기가 안되는 파이프에 쓰려고 한다면, 커널로 부터 SIGPIPE 신호를 받게 된다. 이것은 두개 이상의 프로세스가 파이프라인에 포함되어 있을 때 필수적이다. 참고로, 모든 시그널이 임의의 쓰레드로 전달되는 것은 아닙니다. SIGFPE (부동 소수점 연산 오류), SIGSEGV (메모리 접근 오류) 등과 같이 명백하게 시그널을 발생시킨 쓰레드가 정해져 있는 경우는 해당 쓰레드에게 시그널이 전달됩니다. 이런 시그널을 synchronous signal 이라고 하는데, SIGPIPE도 이 범주에 들지 않을까 합니다. 클라이언트에서 소켓을 끊었다고 해서 서버에 SIGPIPE가 전달되는 것은 아닙니다. SIGPIPE는 상대방이 닫은 fd로 쓰기를 하려는 순간에 발생합니다. 파이프 닫기 pclose()함.. 2015. 3. 23.
구글 안드로이드 판매자 센터 오류 - 세금 정보를 업데이트 세금정보 입력부분을 이용하실때 판매자센터에서 빨간색 배너 부분을 클릭하셔서 들어갔는데 404 에러가 발생하는 경우, 아래와 같은 방법으로 진행을 부탁드립니다. 방법 1.1. 판매자 센터에 로그인2. 설정을 클릭3. 법인 프로필을 클릭4. 두번째 부분에 있는 세금 내역에 있는 세금정보를 확인합니다5. 파란색으로 적혀있는 세금 정보 업데이트를 클릭 6. 미국 국적자인지에 대한 문의가 나옵니다. 이때 Yes 또는 No를 클릭7. 밑에 "계속하기" 클릭 8. 모든 빈칸에 내용을 적어주시고 개인 사업자, 기업, 동업, 유한회사, 다른 업종 중 선택 9. 밑에 서명란에 이름 작성 (영어로 작성)10. 제출 버튼 클릭 일반적으로 이 방법을 통하면 1분 이내에 에러 메시지가 사라지게 됩니다.만약 다음과 같은 방법으로 .. 2015. 3. 16.
MediaTek - new corporate introduction video MediaTek is a pioneering semiconductor company and a market leader in cutting-edge systems on chip (SOC) for Blu-Ray, tablets, navigation devices, HDTV, smartphones, smart home solutions and more. To learn more about us, visit www.mediatek.com or join us at MWC 2015. 2015. 3. 6.