• Title/Summary/Keyword: 버전 관리자

Search Result 71, Processing Time 0.029 seconds

Node.js-based Online Source Code Storege(Code Box) (Node.js 기반의 온라인 소스코드 저장소(Code Box))

  • Hur, Tai-Sung;Mok, Gi-Yun;Lee, Jee-Hoon
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2019.07a
    • /
    • pp.225-226
    • /
    • 2019
  • Code box 시스템은 프론트엔트 개발자를 위한 온라인 소스코드 저장소로 HTML. CSS, JavaScript를 작성하고 그 결과를 즉시 확인할 수 있으며, 소스코드의 버전관리 기능을 추가하여 소스코드의 변경에 따른 소스코드 관리 능력을 향상하도록 하였으며, 소스코드 작성 시 편의성을 향상시키기 위하여 코드 작성란에 문법자동완성과 Syntax Highlighting기능을 추가하였다. 또한 작성한 소스코드를 사용자들이 공유할 수 있으며 소스코드 작성 중 질문 사항이 발생하면 작성된 소스코드를 옮겨 실시간 질의 사항을 공유하도록 하였다.

  • PDF

Web Feature Server for Mobile Environment (모바일 환경을 위한 웹 피쳐 서버)

  • Oh, Byoung-Woo;Kim, Mi-Jeong;Lee, Eun-Kyu;Kim, Min-Soo
    • Annual Conference of KIPS
    • /
    • 2002.11c
    • /
    • pp.1835-1838
    • /
    • 2002
  • 컴퓨터의 초소형화 및 무선 통신의 범용화에 따라 모바일 환경이 급격히 발전하고 있다. 이동이 가능한 모바일 환경에서 위치와 관련된 작업을 위해 사용되는 공간 데이터를 제공하기 위한 서비스가 필요하다. 본 논문에서는 모바일 환경에서 무선 인터넷을 통해 공간 데이터를 획득할 수 있는 웹 피쳐서버(Web Feature Server)의 개발에 대해 설명한다. 웹 피쳐 서버에 대한 국제 표준은 OGC(Open GIS Consortium)에서 개발중이며 본 논문에서는 1.0.0 버전을 기반으로 모바일 환경을 위해 확장된 질의를 정의하여 처리한다. 웹 피쳐 서버는 크게 질의 관리자, 데이터 관리자, 인덱스 관리자로 구분되며 각각은 컴포넌트로 구현된다. 질의 관리자는 HTTP GET 방식을 통해 전달된 사용자의 요구를 분석한다. 데이터 관리자는 메모리 및 디스크에 저장된 공간 데이터에 접근하는 역할을 담당한다. 인덱스 관리자는 사용자의 질의에 맞는 공간 데이터를 효율적으로 선별하여 신속한 서비스를 제공한다. 웹 피쳐 서버가 제공하는 공간 데이터를 시험하기 위한 클라이언트로는 GML(Geography Markup Language)을 출력하는 컴포넌트를 개발한다.

  • PDF

A Design of Learning Contents Management System using Automated History System (자동화된 이력 시스템을 이용한 학습콘텐츠 관리 시스템 설계)

  • Kim, Nam-Ho;Park, Young-B.;Han, Kyu-Jung;Lee, Crystal
    • Journal of The Korean Association of Information Education
    • /
    • v.12 no.3
    • /
    • pp.313-322
    • /
    • 2008
  • As cyber education using e-Learning system is expanded, various Learning Contents has been created to satisfy the demand of various students. But since it takes long time and spends high cost to create e-Learning contents, it is hard to satisfy the demand of various students. To solve this problem standardizations of the Learning Contents and researches of Learning Contents Metadata are focused in reusability of Learning Contents and information retrieval of Learning Contents. In this paper to improve manageability and retrievability, legacy version control and document management system are introduced. Based on existing version control and document management system, we developed automated history control system. To conveniently provide retrieval, inquiry and integrating of Learning Contents, we researched Learning Contents Management System based on SOA to easily approach with the Learning Contents Management Server which is dispersed on wide area

  • PDF

A Design of Efficient Object Management Repository Using Integration Management Model (통합관리 모델을 이용한 효율적인 객체 관리 저장소 설계)

  • Seon, Su-Gyun;Song, Yeong-Jae
    • The KIPS Transactions:PartD
    • /
    • v.8D no.2
    • /
    • pp.166-174
    • /
    • 2001
  • Lately computing environment is changing into integrating open system. This paper proposes Integrated Management Model to improve productivity about new software development. The model is divided by Management Model to deal with the rapidly changing environment effectively into three layers: the first layer classifies and displays information to users, the users, the second layer controls function, the integration and management layer, and the last layer manages data, the objects management storage layer. So it designs of Efficient Object Management Repository Using Integration Management Model. This might support afterward prototyping in maximizing the reuse of software, which is advantage to the integration of the system, and in promoting its productivity.

  • PDF

New RAD(Return Address Defender) : The Solution of Suffer Overflow Attack (New RAD : 버퍼 오버플로우 공격에 대한 해결책)

  • Lee, Min-Jae;Han, Kyung-Sook
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.11b
    • /
    • pp.979-981
    • /
    • 2005
  • "버퍼에 대한 바운드 체크를 하지 않는다"라는 작은 취약성 하나가 버퍼 오버플로우라는 큰 위협을 만들어냈다. 그러나 그것을 단지 C언어의 무결성 문제로 단정 지어 버릴 수도 없는 문제이다. 일반적으로 버퍼 오버플로우 공격은 메모리에 할당된 버퍼의 경계를 넘는 데이터를 입력하여 프로그램의 함수복귀주소를 조작하고 공격자가 원하는 코드를 삽입하여 이루어진다. 이러한 버퍼 오버플로우에 대한 여러가지 대응책들이 나왔지만 약간의 문제점들을 가지고 있다. 그래서 본 논문에서는 운영체제의 세그멘테이션 기법을 이용하여 그 공격에 대응할 수 있는 한 가지 방법을 제시하고자 한다. 기존의 스택가드(카나리아 버전)의 문제점인 우회공격과 카나리아 워드를 추측하여 이루어지는 공격 그리고 MineZone RAD의 문제가 되는 DRAMA 등에 있어서도 효과적으로 방어할 수 있을 것으로 기대한다. 또한 스택가드(Memguard 버전)에서 이곳저곳에 산재되어 관리하기 어려운 함수복귀주소를 별도의 세그먼트 테이블로 쉽게 관리할 수 있을 것이다.

  • PDF

Data mapping management model between RDBMS and NoSQL for data management (데이터 관리를 위한 RDBMS와 NoSQL간의 데이터 매핑 관리 모델)

  • Jeong, Ha-Na;Kim, Jae-Woong;Park, Koo-Rack;Lee, Yun-Yeol
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2021.07a
    • /
    • pp.89-90
    • /
    • 2021
  • 최근 증가하고 있는 대용량, 비정형 데이터의 처리를 위해 NoSQL의 사용이 증가하고 있다. 하지만 기존의 소프트웨어들은 대부분 RDBMS로 구성되어있고, 저용량 데이터의 경우 RDBMS를 사용하여 관리하는 경우가 많다. 때문에 기존 RDBMS를 사용한 소프트웨어를 대용량 처리에 유리하도록 NoSQL 기반으로 마이그레이션하여 새로운 버전을 개발하고, 각각의 이점을 효율적으로 사용하기 위해 RDBMS와 NoSQL의 혼용하는 사례가 증가하고있다. 본 논문에서는 RDBMS와 NoSQL간의 데이터 매핑 관리 모델을 제안하여 소프트웨어 개발자 또는 데이터 관리자의 효율적 데이터 관리에 도움을 준다.

  • PDF

A WEB TOOL FOR SOURCE CODE COMPARING AND CODE MANAGEMENT (프로그램 소스코드 비교 및 소스코드 관리를 위한 웹툴)

  • Choi, Gyu-Hyun;Han, Deok-Hee;Park, Mi-So;Ryu, Keun-Ho
    • Annual Conference of KIPS
    • /
    • 2014.11a
    • /
    • pp.994-997
    • /
    • 2014
  • 소프트웨어 형상관리는 소스코드제어, 변경 관리 및 버전제어를 하는 행위를 가리키는 것이다. 여러 개발자가 공통 파일 세트에서 동시에 작업 중인 소프트웨어 개발에 주요 사용된다. 이 논문에서는 소프트웨어 형상관리를 위한 소스코드 비교기능, 변경 및 수정 내역 기록, 개발자를 위한 소스코드 공유 공간을 제공하는 등의 기능에 대한 설명과 기대효과에 대해 설명한다.

App. Development to support Learning Korean-Writing for Preschoolers in Multi-Cultural Families (다문화가정 유아를 위한 한글쓰기 교육용 앱 개발)

  • Kim, Juhyun;Nam, Kiwon;Kim, Gunyoung;Bae, Junwoo;Kim, Sungsuk;Chang, Youngeun
    • Annual Conference of KIPS
    • /
    • 2018.05a
    • /
    • pp.191-192
    • /
    • 2018
  • 최근 우리 사회에도 다문화가정이 증가하고 있다. 만약 부모가 한국어에 익숙하지 않다면, 그 자녀들도 유아기 한글 학습에 지장을 받을 수 있다. 이에 따라 다문화가정 유아의 특성을 반영한 한글교육 프로그램이 필요하다. 본 연구는 그 초기 단계의 연구 결과물을 담고 있다. 즉, 학습 콘텐츠 개발자-서버 관리자-학습자를 위한 시스템을 설계하였고, 지금까지 개발된 한글쓰기 교육용 앱의 초기 버전을 개발 완료하였다.

Development of Security Evaluation Management System Based on Common Criteria (공통평가기준을 기반으로 한 보안평가관리 시스템의 개발)

  • Kang Yeon-Hee;Bang Young-Hwan;Lee Gang-Soo
    • The Journal of Society for e-Business Studies
    • /
    • v.10 no.3
    • /
    • pp.67-83
    • /
    • 2005
  • Common Criteria(CC) was announced in June, 1999 in order to solve a problem which be happened by applying a different evaluation criteria among nations. Currently, a official version is v2.2 and v3.0 is a draft version. Because an evaluation demand is increased in the inside and outside of the country, an evaluation market growth is expected. Also, It needs methodology and work automation and project management for evaluation. In this paper, we propose A CC based Security Evaluation Management System(CC-SEMS) that is managing evaluation resources(deliverables , evaluation criteria, evaluators) and is useful in evaluation environment efficiently. CC-SEMS is to have integrated project management, workflow management, process management and is composed of deliverables, Evaluation Activity Program(EAP), Management Object(MO), Evaluation Database(EDB), Evaluation Workflow Engine(EWE).

  • PDF

A Study on Workflow Verification for Business Process Automation in SaaS Platform (SaaS 플랫폼에서 비즈니스 프로세스 자동화를 위한 워크플로우 검증 적용에 관한 연구)

  • Choi, Jeong-Rhan;Woo, Young-Choon;Bae, Chang-Hwan
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2012.06b
    • /
    • pp.220-222
    • /
    • 2012
  • SaaS 어플리케이션 개발시 비즈니스 프로세스 자동화를 위한 과정에 검증 기능을 추가함으로써 보다 안전한 SaaS 어플리케이션을 개발 할 수 있는 방법을 제안하였다. 이를 활용하면 SaaS 어플리케이션에서 발생하는 프로세스들간 실행에서 deadlock, safety, liveness 등을 보장받을 수 있고, 비즈니스 프로세스들의 여러 버전들간의 일관성 및 어플리케이션 개발자가 개발한 결과물과 테넌트 관리자가 수정한 결과물에 대한 일관성을 보장받음으로써 신뢰할 수 있는 SaaS 어플리케이션을 개발 할 수 있다.