# reference : http://ethernet0.tistory.com/127 [ORACLE] ORACLE 11g EM(Enterprise Manager) 재설치 상태 확인 emctl status dbconsole emctl status agent 중지 emctl stop dbconsole 제거 emca -deconfig dbcontrol db -repos drop 재설치 emca -config dbcontrol db -repos create 시작 emctl start dbconsole ---------------------------------------------------------------------------------------------------- --- 재설치 도중 오류가 발생할 ..
[C#] 서로 다른 프로그램 사이의 Serialize 와 Deserialize 드론 관련 프로젝트를 진행 중... TCP/IP 소켓통신으로 드론 기체의 상태값을 전송하기 위한 방법 * Flight Controller : 3DR APM / PIXHAWK 계열 1. Demo 용 UAV Control 프로그램에서 객체를 Serialize하여 byte 배열로 만들어 routing 서버로 전송 2. routing 서버는 Header / Tail / Checksum 검사 후 해당 GCS 로 전송 3. Demo 용 GCS[Ground Control System] 에서 수신한 패킷을 Deserialize... # 발생한 문제... - 오류 : GCS에서 Deserialize 시 "Unable to find assemb..
source url : https://msdn.microsoft.com/ko-kr/library/ms187746.aspxdecimal 및 numeric(Transact-SQL)SQL Server 2014 다른 버전 전체 자릿수와 소수 자릿수가 고정된 숫자 데이터 형식입니다.적용 대상: SQL Server(SQL Server 2008 - 현재 버전), Windows Azure SQL 데이터베이스(최초 릴리스 - 현재 릴리스) 인수decimal [ (p[ ,s] )] 및 numeric[ (p[ ,s] )]고정 전체 자릿수 및 소수 자릿수 값입니다. 최대 전체 자릿수를 사용하는 경우 유효한 값은 - 10^38 + 1부터 10^38 - 1까지입니다. decimal 의 ISO 동의어는 dec 및dec(p, s)입..
[출처] http://www.codeproject.com/Articles/415732/Reading-and-Writing-CSV-Files-in-CsharpHere's some lightweight C# code for reading and writing CSV files.IntroductionA common requirement is to have applications share data with other programs. Although there are interfaces available to work with, for example, Microsoft Excel data files, this approach is generally complex, involves a fair amount of..
Tutorial: Creating Charts with Real-Time DataVisual Studio 2010Applies to: Functional ProgrammingPublished: January 2010Authors: Tomas Petricek and Jon SkeetGet this book in Print, PDF, ePub and Kindle at manning.com. Use code “MSDN37b” to save 37%.Summary: This tutorial demonstrates how to dynamically update a chart to display real-time data. It discusses how to use F# asynchronous workflows an..
개발환경 : Visual studio 2010(.NetFramework 4.0) / 2012(.NetFramework 4.5.1) 개발언어 : C# - Winform Database : MSSQL Server 2014 Express / Standard 증상 : DB 접속을 위한 SqlConnection 객체의 Open함수 사용 시 [Unhandled Exception: System.AccessViolationException] Attempted to read or write protected memory. This is often an indication that other memory is corrupt. 보호된 메모리를 읽거나 쓰려고 했습니다. 대부분 이러한 경우는 다른 메모리가 손상되었음을 나타냅니..