로그인
회원가입
FrostK
노트
OpenCV 이미지 비교
관리자
0
9,010
글주소
2019-08-01 14:53:34
출처 / Link
https://webnautes.tistory.com/1152
31
https://yc0345.tistory.com/224
31
×
댓글등록
이름
비밀번호
목록
이전글
다음글
노트
정렬하기
날짜순
조회수
댓글수
제목+내용
제목
내용
회원명
회원아이디
iis 7.5 to iis 10
IIS 업그레이드 하면서 오류뿜은 내용 기록해봄. 중복된 'system.web.extensions/scripting/scriptResourceHandler' 섹션이 정의되어 있습니다. Web.config 에서 중복된 내용을 삭제해주거나 아래 사진처럼 .Net 버전을 4.0 -> 2.0 버전으로 다운그레이드 해주면 됨. 파일이나 어셈블리 'xxx' 또는…
Date
2019-11-29
By
관리자
Views
7,706
iis 7.5 to iis 10
안드로이드 http 프로토콜 접속 시 예외발생 조치 (ERR CLEARTEXT NOT PERMITTED)
오류내용 >com.bumptech.glide.load.engine.GlideException: Fetching data failed, class java.io.InputStream, REMOTE There was 1 cause: java.io.IOException(Cleartext HTTP traffic to ~~~~ not permitted) cal…
Date
2019-11-25
By
관리자
Views
7,331
안드로이드 http 프로토콜 접속 시 예외발생 조치 (ERR CLEARTEXT NOT PERMITTED)
c# byte와 16진수 문자열 간의 변환
byte 혹은 byte 배열을 16진 문자열로 변경하거나 반대로 16진수 문자열을 byte나 byte 배열로 변경해야 할 경우가 있다. 아래는 각각의 경우에 대한 변환 방법이다. 하나의 byte를 16진수(Hex) 문자열로 변경하는 것은 byte의 ToString("X2") 메서드를 사용하여 간단히 변환할 수 있다 (아래 예제 1번). 복수의 b…
Date
2019-11-23
By
관리자
Views
7,124
c# byte와 16진수 문자열 간의 변환
C# 이진 파일 처리
C# 에서 이진 파일 (Binary File) 을 읽고 쓰기 위해 일반적으로 BinaryReader, BinaryWriter 클래스를 사용한다. BinaryReader, BinaryWriter 클래스는 이진 파일을 처리하는 여러 기능을 가진 클래스로서, 이진 파일을 읽을 때는 BinaryReader를, 쓸 때는 BinaryWriter를 사용한다. (주: B…
Date
2019-11-23
By
관리자
Views
7,314
C# 이진 파일 처리
c# HEX 읽기
`cs using System; using System.IO; using System.Windows.Forms; namespace HexDump { class Program //simulate hexdump utility { [STAThread] static void Main(string[] arg…
Date
2019-11-23
By
관리자
Views
7,268
c# HEX 읽기
C# --- String , byte, char 상호 변환하기, encoding
StringToByte.cs `cs using System; using System.Text; namespace StringToByte { class Program { static void Main(string[] args) { String a = "우리12abc헐";…
Date
2019-11-23
By
관리자
Views
7,608
C# --- String , byte, char 상호 변환하기, encoding
MP4 Signature Format: Documentation & Recovery Example
MPEG-4 Part 14 or MP4 is a digital multimedia format most commonly used to store video and audio, but can also be used to store other data such as subtitles and still images. MP4 allows streaming over…
Date
2019-11-23
By
관리자
Views
7,451
MP4 Signature Format: Documentation & Recovery Example
유니티 IOS 로그
/Assets/LogManager.cs ~~~cs using UnityEngine; public static class LogManager { public static void Init() { Application.logMessageReceived += Log; } static void Log(string conditio…
Date
2019-11-11
By
관리자
Views
7,547
유니티 IOS 로그
PHP 중복 공백 제거
`php"; ?>`
Date
2019-11-06
By
관리자
Views
7,403
PHP 중복 공백 제거
iOS 13.2 which may not be supported by this version of Xcode
iphone을 iOS 13.2로 업데이트 한 이후로 XCode 최신 버전 (11.1) 에서 계속해서 Install에 실패한다. 내용은 This iPhone X is running iOS 13.2 (xxxxxx), which may not be supported by this version of Xcode 대충 이런 내용인데 찾아보니 정식 XCode 에…
Date
2019-11-05
By
관리자
Views
7,090
iOS 13.2 which may not be supported by this version of Xcode
아이폰 수동 업데이트
DFU 접근방법 iPhone(5, 5SE, 6, 6S, 6+, 6S+) 접근 방법 아이폰을 컴퓨터에 연결하고 아이튠즈(iTunes)를 실행합니다. 아이폰의 홈버튼과 전원버튼을 동시에 누릅니다. 화면이 켜진 후 사과모양이 나타나고 한번 더 꺼졌다가 켜지면 1~3초 후 전원버튼만 뗍니다.(홈버튼은 누른 상태로 유지) 화면이 바뀌면서 아이튠즈 연결 …
Date
2019-11-05
By
관리자
Views
7,390
아이폰 수동 업데이트
유니티 디바이스별 체크
`cs if(Application.platform == RuntimePlatform.Android) { Debug.Log("안드로이드 폰 입니다."); } else if(Application.platform == RuntimePlatform.IPhonePlayer) { Debug.Log("아이폰 입니다."); } else { Debug.Lo…
Date
2019-10-30
By
관리자
Views
7,171
유니티 디바이스별 체크
MacOS 유니티 삭제
Unity 삭제 /Applications/Unity ~/Library/Application Support/Unity ~/Library/Caches/com.unity3d.* ~/Library/Logs/Unity ~/Library/Preferences/Unity ~/Library/Preferences/com.unity3d.* ~/Library/Un…
Date
2019-10-30
By
관리자
Views
7,644
MacOS 유니티 삭제
Apache/Resin 404 에러 페이지 설정
아파치 설정 ` 이건 상위 디렉토리 접근시 에러페이지 보이기 위한 것
Options FollowSymLinks AllowOverride All
에러페이지 폴더전용 Alias /error_page/ "/apache2/error_page/"
Date
2019-10-30
By
관리자
Views
8,322
Apache/Resin 404 에러 페이지 설정
Apache TRACE Method 제어
TRACE,PUT,DELETE 등 보안에 취약한 Method는 사용 금지되어야 한다. 해결방법 Apache 서버의 httpd.conf 파일에 설정을 추가한다. TraceEnable Off Apache 2.0.55 이후 버전부터 support. (버전별 확인 필요) 결과 확인 curl -v -X TRACE https://test.co.kr:1234…
Date
2019-10-29
By
관리자
Views
7,407
Apache TRACE Method 제어
[icu4c] dyld: Library not loaded
`shell $ php -v dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.62.dylib Referenced from: /usr/local/bin/php Reason: image not found Abort trap: 6 ` 원인은 icu4c 버전이 맞지않아 발생된 문…
Date
2019-10-24
By
관리자
Views
7,476
[icu4c] dyld: Library not loaded
리눅스 ssh 세션 끊기
접속자 확인 # w 접속자 PID 확인 # ps -ef | grep ssh Processor kill # kill -9 "PID"
Date
2019-10-08
By
관리자
Views
7,466
리눅스 ssh 세션 끊기
PHP CURL
일반적인 POST 방식 `php function make_curl($url, $post) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLO…
Date
2019-09-05
By
관리자
Views
7,679
PHP CURL
OpenCV 틀린그림찾기
[OpenCv 핵심코드] cvAbsDiff() : 두 이미지의 차이값 만들기 cvFindContours() : 외곽선 검출 cvDrawContours() : 외곽선 그리기 `c++ include
include
include
include
IplImage* …
Date
2019-08-11
By
관리자
Views
8,955
OpenCV 틀린그림찾기
node.js + socket.io 오목 소스
금수까지 있고 잘만들어져있음! 개인적으로 수정한 버전은 파일첨부에
Date
2019-08-03
By
관리자
Views
9,684
node.js + socket.io 오목 소스
목록
처음
7
8
9
10
11
12
13
14
15
16
17
맨끝
최근 게시물
fullPage extensions drop-effec…
three.js 경계선 부드럽게 보이도록 설정
게임메이커 data.win 파일 언팩
영웅모집 트레이너
도커 캐시 삭제
최근 댓글
가입어떻게하나요?
나이스 좋은 자료입니다 감사합니다 베타 유튜버가 사용하…
엘리온 낚시 메크로 판매합니다 https://open.…
회원가입이 안돼서
[email protected]
…
강의가능할까요
[email protected]
통계
방문자 :
4061 / 1588776
회원 :
1
게시글 :
432
댓글 :
18
수행시간 :
0.2484초
Access IP :
18.117.151.127
CPU Usage :
0.29%
DISK Usage :
39.98%