전체
-
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. 오늘 우리는 디자인 시스템을 만..
-
Visual Studio Code 에서 Qt/c++ 개발 설정dev/QT 2019. 8. 28. 13:38
https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools C/C++ - Visual Studio Marketplace OverviewQ & ARating & Review marketplace.visualstudio.com https://code.visualstudio.com/docs/cpp/config-msvc Configure Visual Studio Code for Microsoft C++ Configure the C++ extension in Visual Studio Code to target Microsoft C++ on Windows. code.visualstudio.com https://retifrav.github.io/bl..
-
리엑트에서 부트스트랩 사용 - reactstrapdev/web 2019. 8. 5. 19:05
https://www.npmjs.com/package/reactstrap reactstrap React Bootstrap 4 components www.npmjs.com 설치 npm install --save bootstrap npm install --save reactstrap react react-dom 임포트 import 'bootstrap/dist/css/bootstrap.css'; 사용 import { Button } from 'reactstrap'; 사용가능한 컴포넌트 목록 https://reactstrap.github.io/components/alerts/ reactstrap - Alerts Alerts This is a primary alert — check it out! This is a..