rm -r /home/{}/.vscode-server/bin
'이것저것 > 잡다한것' 카테고리의 다른 글
라즈베리 node sqlite3 install (0) | 2019.04.02 |
---|---|
pm2 ubuntu 18.04 (0) | 2018.10.29 |
Node js + mysql error (0) | 2018.10.07 |
아두이노 엑셀연동 (PLX-DAQ) (0) | 2017.03.08 |
아두이노 수위센서 / 수분센서 (0) | 2017.02.20 |
rm -r /home/{}/.vscode-server/bin
라즈베리 node sqlite3 install (0) | 2019.04.02 |
---|---|
pm2 ubuntu 18.04 (0) | 2018.10.29 |
Node js + mysql error (0) | 2018.10.07 |
아두이노 엑셀연동 (PLX-DAQ) (0) | 2017.03.08 |
아두이노 수위센서 / 수분센서 (0) | 2017.02.20 |
PyQt 제공하는 별도의 프로그램 사용 – linguist.exe
l Terminal 명령어
pylupdate5 main.py -ts strings/ko_KR.ts
pylupdate5 main.py -ts strings/ko_ZH.ts
l 프로그램 사용 방법
1. TS 파일 열기 (사용하는 언어 파일들 전체 열기)
2. 번역 입력
3. 모두 저장 -> 모두 배포
정상 완료 경우 ts 파일과 동일 이름의 qm파일 자동 생성됨.
PyQt5 리소스 관리 (0) | 2021.01.21 |
---|
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>
<file alias="파일_별명">파일경로</file>
</qresource>
</RCC>
pyrcc5 파일명.qrc -o 변환_파일명.py
PyQt5 다국어 관리 (0) | 2021.01.21 |
---|
sudo apt-get install libsqlite3-dev
npm install sqlite3 --build-from-source --sqlite=/usr
VS Code Server for WSL closed unexpectedly (1) | 2023.04.14 |
---|---|
pm2 ubuntu 18.04 (0) | 2018.10.29 |
Node js + mysql error (0) | 2018.10.07 |
아두이노 엑셀연동 (PLX-DAQ) (0) | 2017.03.08 |
아두이노 수위센서 / 수분센서 (0) | 2017.02.20 |
ubnutu 18.04 install and set startup
VS Code Server for WSL closed unexpectedly (1) | 2023.04.14 |
---|---|
라즈베리 node sqlite3 install (0) | 2019.04.02 |
Node js + mysql error (0) | 2018.10.07 |
아두이노 엑셀연동 (PLX-DAQ) (0) | 2017.03.08 |
아두이노 수위센서 / 수분센서 (0) | 2017.02.20 |
Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
-> ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘PASSWORD’
라즈베리 node sqlite3 install (0) | 2019.04.02 |
---|---|
pm2 ubuntu 18.04 (0) | 2018.10.29 |
아두이노 엑셀연동 (PLX-DAQ) (0) | 2017.03.08 |
아두이노 수위센서 / 수분센서 (0) | 2017.02.20 |
라즈베리파이 카메라 파이썬 (0) | 2017.02.13 |
cert.p12 key.p12
$ openssl pkcs12 -clcerts -nokeys -out cert.pem -in cert.p12
$ openssl pkcs12 -nocerts -out key.pem -in key.p12
$ openssl rsa -in key.pem -out key.unencrypted.pem
$ cat cert.pem key.unencrypted.pem > apns.pem
$ ls
cert.p12 key.p12 cert.pem key.pem key.unencrypted.pem apns.pem
ios http 통신 에러 // since it does not conform to ATS policy (0) | 2018.01.19 |
---|---|
코코아포드(cocoapods) 설치 및 사용법 (0) | 2018.01.18 |
App 설정으로 이동하기 (0) | 2017.09.28 |
맥 터미널로 시리얼 출력 (0) | 2016.11.24 |
맥 HomeBrew로 Mysql 설치하기 (0) | 2016.09.26 |
https://stackoverflow.com/questions/46988102/errorcom-android-tools-aapt2-aapt2exception-aapt2-error-check-logs-for-detail
Error:java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
Error:java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
Error:Execution failed for task ':app:processDebugResources'.
> Failed to execute aapt
해결
gradle.properties 열기
android.enableAapt2=false
복붙 -> Sync Now
안드로이드 dialog setTextSize (0) | 2017.11.06 |
---|---|
JAVA Google Geocoding API (0) | 2017.02.20 |
FCM (0) | 2017.02.03 |
안드로이드 EditText 다음 버튼 원하는 포커스 이동 (0) | 2017.01.23 |
안드로이드 scrollview 스크롤바 보이기 (0) | 2017.01.23 |
Info.plist에 예외 설정하는 방법
Info.plist용 키를 확인하면 다음과 같습니다.
NSAppTransportSecurity (Dictionary)
2개의 방법이 있는데,
전체의 HTTP를 허용하는 방법과 도메인마다 설정해서 허용하는 방법이 있습니다.
1. 전체의 HTTP를 허용하는 방법(비추천이라고 합니다)
<key> NSAppTransportSecurity </ key> <dict> <key> NSAllowsArbitraryLoads </ key> <true /> </ dict>
2. ATS를 제외시킬 도메인을 Info.plist에 기재하는 방법
<key> NSAppTransportSecurity </ key> <dict> <key> NSExceptionDomains </ key> <dict> <key> www.xxx.com </ key> <dict> <key> NSTemporaryExceptionAllowsInsecureHTTPLoads </ key> <true /> </ dict> </ dict> </ dict>
출처: http://blowmj.tistory.com/entry/iOS-iOS9-App-Transport-Security-설정법 [블로가 되어 날아보자]
인증서 갱신 (0) | 2018.05.31 |
---|---|
코코아포드(cocoapods) 설치 및 사용법 (0) | 2018.01.18 |
App 설정으로 이동하기 (0) | 2017.09.28 |
맥 터미널로 시리얼 출력 (0) | 2016.11.24 |
맥 HomeBrew로 Mysql 설치하기 (0) | 2016.09.26 |
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over 29 thousand libraries and is used in over 1.8 million apps. CocoaPods can help you scale your projects elegantly.
https://jwkcp.github.io/2017/03/22/cocoapods_with_alamofire/
인증서 갱신 (0) | 2018.05.31 |
---|---|
ios http 통신 에러 // since it does not conform to ATS policy (0) | 2018.01.19 |
App 설정으로 이동하기 (0) | 2017.09.28 |
맥 터미널로 시리얼 출력 (0) | 2016.11.24 |
맥 HomeBrew로 Mysql 설치하기 (0) | 2016.09.26 |