본문 바로가기

분류 전체보기288

mi band written by http://www.ipnomics.co.kr/?p=16527 ‘샤오미 미밴드’ 흥행돌풍 0BY 김일환 ON2015년 6월 17일기업Share the post "‘샤오미 미밴드’ 흥행돌풍"샤오미 미밴드는 최근 전 세계 출하량이 600만대를 돌파하는 등 웨어러블 기기 시장에서 흥행 돌풍을 이어가고 있다.지난 4월 400만대를 넘어선 데 이어 두 달여 만에 200만대 이상이 추가로 판매된 셈이다.재빠른 미투전략으로 특허와 디자인 등에 투입하는 비용을 최소화해 가격을 낮출 수 있었다는 분석이다. 또 저렴한 가격도 주요했다. 시간 등 정보를 확인할 수 있는 디스플레이는 없지만 깔끔한 디자인과 생각보다 정확한 활동량·수면량 측정, 30일 가까이 지속되는 배터리 성능을 갖췄지만 가격은 1만~2만.. 2016. 1. 16.
PHP remember me script written by http://www.downwithdesign.com/web-development-tutorials/adding-remember-feature-php-login-script/ Adding a remember me feature to your php login script10th Sep 12I was recently browsing the web looking for an easily reproducible php remember me code snippet.By this I meant I wanted to be able to auto fill the text input on my login form if a user had checked a remember me checkbox. I .. 2016. 1. 15.
facebook : 앱 구성에 허용되지 않는 URL 앱 구성에 허용되지 않는 URL입니다 이런 메세지 뜰때 해결 방법페이스북 api키 연동으로 간편 로그인 설정시 위와 같은 에러가 나면 해결 방법 사진과 같이 my app 에서 설정(setting) 을 누르고 아래 부분에서 플랫폼 추가 를 누르면 웹사이트 넣는 부분이 나온다 거기에 왭사이트 넣으면 에러 메세지 안뜹니다. 2016. 1. 13.
JavaScript facebook 연동 written by http://whitememo.tistory.com/196 여기서는 JavaScript로 된 페이스북 API를 사용하여사이트의 로그인을 페이스북 계정으로 할수 있도록알아보겠습니다. 홈페이지에서 페이스북을 연동하려면 먼저 페북 앱을 등록 해주어야 합니다.페이스북 개발자 홈페이지에서 상단의 앱 카테고리를 클릭하여앱을 등록해 주고, 진행합니다.http://developers.facebook.com/?ref=pf 다른 것은 필요없이 빨간색 네모로 체크된 부분만 입력해주면 됩니다.사이트 URL 같은 경우 IP와 도메인 모두 가능하니 자유롭게 사용하시면 됩니다. 이제 앱등록이 완료 됬다고 가정하고 다음으로는 페북 로그인 버튼이 들어가는 페이지를 만들어 보겠습니다.여기서는 PHP 파일로 다루지만 .. 2016. 1. 13.
php random string function PHP mt_rand 랜덤 숫자 문자 생성Skip to end of bannerGo to start of bannerSkip to end of metadataCreated by Jinam Kang, last modified on Sep 18, 2013Go to start of metadata랜덤 문자열 생성 함수generateRenStrfunction generateRenStr($length) { $characters = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; $rendom_str = ""; $loopNum = $length; while ($loopNum--) { $rendom_str .= $characters[mt_rand(.. 2016. 1. 13.
ABOUT startStepCountingUpdatesToQueue - (void)startStepCountingUpdatesToQueue:(NSOperationQueue *)queue updateOn:(NSInteger)stepCounts withHandler:(CMStepUpdateHandler)handler Description Starts the delivery of current step-counting data to your app. This method initiates tracking of the user’s steps and calls the provided block periodically to deliver the results. When you call this method, the step counter resets the current step .. 2016. 1. 8.
navigation bar disappeared in storyboard written by http://stackoverflow.com/questions/16287963/navigation-bar-disappeared-from-my-storyboard-items 16down votefavorite3From one day to another the navigation bar disappeared from my storyboard items in XCode 4.6.2. I can't restore them (cleaning, rebuilding, closing, reopening etc)When running my app on my device or in simulator, everything works ok, the navigation bar is there. But I ne.. 2016. 1. 6.
Background Mode written by http://www.raywenderlich.com/92428/background-modes-ios-swift-tutorial Update note: This tutorial was updated to iOS 8 and Swift by Ray Fix. Original post by Gustavo Ambrozio.Since the ancient days of iOS 4, you can design your apps to stay suspended in memory when users push the home button. Even though the app is in memory, its operations are paused until the user starts it again. O.. 2015. 12. 30.
The identity used to sign the executable is no longer valid at Xcode The identity used to sign the executable is no longer valid at Xcodeup vote0down votefavorite1I tried to run the program on my device and I got that error The identity used to sign the executable is no longer valid. I have tried all discussions provided in this link. All didn't work for me. I deleted all developer certificates and get new certificate from Apple and put it into the keychain. Then.. 2015. 12. 30.