일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 애플
- SSL
- git
- MFA
- otpkey
- SwiftUI
- SSH
- 앱리소스
- 2FA
- Android
- OSX
- OTP
- kmip
- SWIFT
- appres
- css
- 앱스토어
- apple
- 앨범북
- Nodejs
- FIDO2
- WebAuthn
- 안드로이드
- fido
- 인증
- MSYS2
- openssl
- albumbook
- Xcode
- MYSQL
- Today
- Total
목록소스 팁 (172)
인디노트
C# Non-ActiveX를 위한 Web Socket Server 만들기-vtortola 이용ActiveX 를 사용한 프로그램은 사라져야 합니다. 하지만, 웹 만으로는 통제하지 못하는 경우가 있기 때문에 실행파일(exe)이 필요한 경우가 있는데요, 이 때에, 로컬 머신에서 실행되는 프로그램과 웹 간의 통신이 필요하게 됩니다. 이미지 출처 : html5korea.com 헷갈리면 안 될 게, 웹 소켓 코딩의 "프로그램과 웹 간의 통신" 이라는 말에서 "웹"은 말 자체로는 서버가 될 것 같지만 웹이지 브라우저에서 실행되므로 클라이언트가 됩니다. 그러므로 exe 에 웹소켓 서버가 내장 되어야 합니다. 이러한 부분에 있어서 TcpClient 등의 기본 클래스로 구현하고자 하였으나, 아무래도 직접 구현해 보니 처음..
Scrypt based crypto-currencies unlike Bitcoin’s SHA-256 is more reliant on memory, not processing efficiency. That is the reason those specialized hardwares developed for Bitcoin mining will not work with Litecoin and making CPU mining more effective. This is a simple tutorial on the steps to compile and install CPUminer on Linux CentOS. Compile CPUminer under Linux CentOSSetting localeecho "exp..
This only started happening to me today (May 2017) and no answers in this thread solved my issue. The resolution for me was from here;https://forums.developer.apple.com/thread/76803Open Terminal. Change to home directory,cd ~ Move the current transporter directory,mv .itmstransporter/ .old_itmstransporter/ Invoke the following file to let Transporter update itself."/Applications/Xcode.app/Conten..
- (void)clearImageCache{ [[NSURLCache sharedURLCache] removeAllCachedResponses]; [[AFImageDownloader defaultURLCache] removeAllCachedResponses]; [[[AFImageDownloader defaultInstance] imageCache] removeAllImages]; AFAutoPurgingImageCache *imageCache = [[AFAutoPurgingImageCache alloc] init]; [imageCache removeAllImages]; }
[안드로이드] 외부 앱 실행안드로이드 앱에서 다른 앱을 실행하는 방법입니다.먼저 해당 앱이 설치되어 있는지 체크합니다. 아래 메소드는 com.example.testapp 이라는 패키지명으로 시작하는앱이 설치되어 있는지 체크해서 있다면 true 를 리턴합니다.public boolean getPackageList() { boolean isExist = false; PackageManager pkgMgr = getPackageManager(); List mApps; Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); mApps = pkgMgr.queryIntentActi..
참조https://firebase.google.com/docs/analytics/debugview?hl=ko 디버깅 이벤트DebugView는 현재 베타 단계이며 액세스 권한이 부여된 프로젝트에서만 사용할 수 있습니다.DebugView를 사용하면 개발 기기에서 앱이 기록하는 원시 이벤트 데이터를 거의 실시간으로 확인할 수 있습니다. 이 기능은 개발 중 계측 단계에서 매우 유용하며, 분석 구현에서 오류와 실수를 발견하고 모든 이벤트와 사용자 속성이 정상적으로 기록되는지 확인하는 데 도움이 됩니다.디버그 모드 사용 설정일반적으로 앱이 기록하는 이벤트는 약 1시간 동안 취합된 후 일괄 업로드됩니다. 이렇게 하는 이유는 최종 사용자 기기의 배터리를 절약하고 네트워크 데이터 사용량을 줄이기 위함입니다. 그러나 개발..
[UIView] 애니메이션효과 주기제2외국어/iOS2012.04.05 20:04 뷰어 댓글로 이전글다음글 Document에 있는 UIView관련 문서를 통해 UIView를 이리저리 다루어보겠습니다.xCode에서 [option키]를 누른 상태에서 UIView를 클릭하시고, 레퍼런스를 누르셔서 살펴보실수 있습니다, UIView를 살펴보시면 대강 저 저정도의 위치에 있고, 인터페이스빌드 또는 스토리보드에서 사용하는 대부분의 클래스의 부모입니다. 그럼 UIView에서 기본적으로 사용하는 애니메이션 효과를 살펴보겠습니다. 1. Alpha를 이용한, UIView 서서히 나타나거나 사라지는 효과. [UIView animateWithDuration:1.0 // 1.0초 동안 animations:^{view.alpha ..
iBatis 에서 mybatis 로 바뀌면서 바뀐것들 중에 하나가 동적쿼리문에서 쓰는 태그들이다. iBatis 에 있던 요런 것들이 mybatis 에서는 요렇게 대체할 수 있어서 쫌더 간결해 진것 같다. 그런데 test="" 요기에서 쓸수 있는 비교연산자들 중에는 null 인지 빈 공백인지 판단하던 , 를 대체할만한 비교연산자가 없었다. null 인지 공백인지 mybatis 에서 판단하기 위해서는 요렇게 쫏끔 번거롭게 쓸 수 밖에 없는것 같았다. 뭐 더 찾아보진 않았지만~ 어째 다른 방법이 없나 쭉 찾아보니까~ 신기하게도 조건문에서 자바 클래스의 메소드를 호출해서 하는 방법이 있었다. 클래스를 하나 맨들고 거기에다 boolean 을 리턴해주는 static 메소드들을 뽓 맨들고 고것을 호출하는 방식이다. ..
안드로이드 코딩하다보면 1초후에 동작 같은 기능이 필요할때가 있다.이럴경우 handle을 사용하면 된다. 단순히 1초후에 실행하고, 실행이 끝난후 확인하는 기능 new Handler().postDelayed(new Runnable() {// 1 초 후에 실행 @Override public void run() { // 실행할 동작 코딩 mHandler.sendEmptyMessage(0);// 실행이 끝난후 알림 } }, 1000); Handler mHandler = new Handler() { public void handleMessage(Message msg) { // 실행이 끝난후 확인 가능 } }; 3초후에 실행private Handler mHandler = new Handler(); mHandler..
Using Immersive Full-Screen Mode이전다음This lesson teaches you toChoose an ApproachUse Non-Sticky ImmersionUse Sticky ImmersionYou should also readAdding the App BarAndroid Design GuideTry it outGET THE SAMPLEImmersiveMode sampleVIDEODevBytes: Android 4.4 Immersive ModeAndroid 4.4 (API Level 19) introduces a new SYSTEM_UI_FLAG_IMMERSIVE flag forsetSystemUiVisibility() that lets your app go truly "f..