전체
-
Oneplus 7T issuemore 2020. 4. 12. 19:53
wifi hotspot 핫스팟 실행시 외부 기기가 핫스팟에 연결은 되지만 no internet 이라고 표시되며 실제로 네트워크 공유가 안되는 현상 https://forums.oneplus.com/threads/solved-no-internet-access-over-tethering-wifi.530209/ Network/Connectivity - [SOLVED]No Internet access over Tethering (wifi) I open this thread because I found no solution in any other. From my OnePlus 3T (Oxygen 4.1.3 - Android 7.1.1) I connect to mobile network (4G), create... ..
-
application run single instancedev/C,C++ 2020. 3. 30. 18:50
https://stackoverflow.com/questions/4191465/how-to-run-only-one-instance-of-application How to Run Only One Instance of Application I have a application which uses socket connection to send and receive data from another application. While creating socket it uses the port 4998 . That is where my problem lie. Once I start my stackoverflow.com http://www.flounder.com/nomultiples.htm Avoiding Multip..
-
google breakpaddev/C,C++ 2020. 3. 19. 16:57
https://chromium.googlesource.com/breakpad/breakpad breakpad/breakpad - Git at Google Breakpad Breakpad is a set of client and server components which implement a crash-reporting system. Getting started (from master) First, download depot_tools and ensure that they’re in your PATH.Create a new directory for checking out the source code (it chromium.googlesource.com https://chromium.googlesource...
-
redmine 오류 Errno::EACCES (Permission denied @ rb_sysopen...dev/etc 2019. 12. 24. 14:00
기존 사용하던 redmine 을 새로운 서버로 이전후 사용중 파일 첨부가 안되는 현상이 발생. log 를 확인해보니 Errno::EACCES (Permission denied @ rb_sysopen 와 같은 에러 로그 확인. 서버 이전시 가져온 files 폴더의 권한 문제로 추정되며 검색으로 해결 방법 확인. https://community.bitnami.com/t/wrong-permissions-for-files-folder/58252/6 Wrong permissions for files folder This topic was automatically closed 14 days after the last reply. New replies are no longer allowed. community.bit..
-
redmine 이전dev/etc 2019. 12. 20. 18:33
* 윈도우 bitnami redmine 을 linux bitnami redmine 으로 이전 ** 백업 *** https://docs.bitnami.com/installer/apps/redmine/administration/upgrade/ 참고 *** sql 백업(윈도우) **** mysqldump -u root -p --databases bitnami_redmine --add-drop-database > bitnami_redmine.sql *** file 백업(윈도우) **** 설치경로/apps/redmine/htdocs/files, 설치경로/apps/redmine/htdocs/plugins 두 폴더 압축(zip 등으로) ** 복원 준비 *** sql, zip 파일 새 서버로 복사 **** scp 사용..
-
Cognito User pool 에 자격 증명 공급자로 인증, token 얻기dev/aws 2019. 12. 5. 18:58
https://github.com/aws-amplify/amplify-js/issues/399 currentSession() returns no current user? · Issue #399 · aws-amplify/amplify-js I'm trying to test with the following code in a component that is wrapped by the withAuthenticator() HOC. Federated login works. Once logged in, I get the "No current user" error when... github.com cognito 사용시 유저풀이 아닌 자격 증명 공급자(페이스북, 구글)를 통해 인증을 한 경우 이후 api gateway..
-
로딩 스피너 사용하지 않기dev 2019. 11. 25. 15:39
https://www.lukew.com/ff/entry.asp?1797 LukeW Ideation + Design | Digital Product Strategy & Design www.lukew.com 페이지 전체 로딩중임을 표시하는 방법보다는 유튜브, 페이스북 같은 skeleton 사용을 권장 https://material-ui.com/components/skeleton/ Skeleton React component - Material-UI Display a placeholder preview of your content before the data gets loaded to reduce load-time frustration. material-ui.com
-
디자이너-개발자 협업 라이브러리 react-sketchappdev/web 2019. 10. 10. 10:04
https://github.com/airbnb/react-sketchapp airbnb/react-sketchapp render React components to Sketch ⚛️💎. Contribute to airbnb/react-sketchapp development by creating an account on GitHub. github.com 소개글 https://brunch.co.kr/@designforhuman/23 [번역] 코드로 디자인을 by Airbnb React Sketch.app 오픈소스 라이브러리 공개 | 원문: Painting with Code: Introducing our new open source library React Sketch.app. 오늘 우리는 디자인 시스템을 만..