World of Komastar

고정 헤더 영역

글 제목

메뉴 레이어

World of Komastar

메뉴 리스트

  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록
  • 분류 전체보기 (130)
    • Development (23)
      • Embedded (9)
      • C / C++ (4)
      • .NET (2)
      • Python (4)
      • HTML/CSS/JS (1)
      • PHP (1)
      • C# (0)
      • Unity3D (1)
      • Photography (1)
    • Server (3)
      • Windows (1)
      • Linux (2)
    • Dev Tools (5)
      • Git (4)
      • Editor (1)
    • Entertainment (0)
      • WOW:Warlords of Drenor (0)
      • WOW:Legion (0)
    • Review (24)
      • Device (13)
      • Application (0)
      • Game (4)
      • Restaurant (1)
      • Camera & Lens (0)
      • Exhibition (2)
      • Movie (2)
    • Photo (43)
      • 2012 (1)
      • 2013 (2)
      • 2015 (16)
      • 2016 (24)
      • 2017 (0)
      • 2018 (0)
      • 2019 (0)
      • 2020 (0)
      • 2021 (0)
    • STAR (26)
      • 홍진영 (26)
    • etc (1)
    • Project (0)
    • 무지개산방 (5)
    • Komas Talk (0)

검색 레이어

World of Komastar

검색 영역

컨텐츠 검색

분류 전체보기

  • 경성대학교 공학관 가는 길

    2015.07.21 by Komastar.Dev

  • 해운대-동백섬

    2015.07.21 by Komastar.Dev

  • 개인 서버로 사용할 장비 구매 및 환경 구축

    2015.06.30 by Komastar.Dev

  • [Reveal.js]슬라이드 쇼. 웹으로 간다

    2015.05.13 by Komastar.Dev

  • [ASP.NET]관리용 웹페이지 제작 1

    2015.02.18 by Komastar.Dev

  • Visual Studio 2013 Community tips

    2015.01.29 by Komastar.Dev

  • Ubuntu Git

    2015.01.09 by Komastar.Dev

  • APM 구축

    2014.12.11 by Komastar.Dev

경성대학교 공학관 가는 길

부산 경성대학교 공학관 올라 가는 길 벚꽃Canon 650D / 캐논 / 18-55 / 번들렌즈 / 쩜팔 / 50mm F1.8 II

Photo/2013 2015. 7. 21. 09:16

해운대-동백섬

해운대 동백섬에서...Canon 650D / EF-s 18-55mm / 캐논 / 번들렌즈 / 풍경 광안대교 바위 위 낚시꾼 고독한 낚시꾼

Photo/2012 2015. 7. 21. 09:10

개인 서버로 사용할 장비 구매 및 환경 구축

Purpose : Study Windows Server, Personal repository Someone ask me like this "Why window server... whyyyy" there is some reason...at first my company need windows platform for business purpose and second i dont have resources of linux system(knowledge, time, reason and more) H/W Spec CPU : i5-3570@3.4GHz ( Intel ) RAM : 4GB * 2 ( Samsung PC3-12800 ) VGA : Internal VGA ( HD2500? ) SSD : 128GB ( S..

Server/Windows 2015. 6. 30. 10:36

[Reveal.js]슬라이드 쇼. 웹으로 간다

참조 https://github.com/hakimel/reveal.js http://lab.hakim.se/reveal-js/ 작업 환경 OS : Windows 7 SP1 x64 Editor : Sublime Text 2 실행1 : 깃헙 링크를 따라가서 프로젝트를 다운받아 압축을 풀고 (혹은 git clone) index.html 을 브라우저로 실행 실행2 : 깃헙 링크에 들어가면 Full Setup 항목을 순차적으로 진행하면 됨 1. https://nodejs.org/ 에 가서 node.js 를 설치 2. 설치 완료 후 윈도우 커맨드에서 npm install -g grunt-cli 실행 3. Reveal.js 프로젝트 폴더로 이동하여 grunt serve 실행 4. nodejs 웹서버가 실행되며 기본 ..

Development/HTML/CSS/JS 2015. 5. 13. 09:37

[ASP.NET]관리용 웹페이지 제작 1

검색어 ASP.NET / MVC / DB / Database 개발 환경 OS : Windows 8.1 64bit IDE : Visual Studio 2013 Community DB : MS SQL Server 2008 R2 Express Framework : .Net Framework 4.5 서버 환경 OS : Windows Server 2012 WAS : IIS 8 DB : MS SQL Server 2008 R2 Express 개발 목표 간단한 일정 관리 페이지 상용 수준은 어렵겠지만 규모를 줄이고 수준을 낮춰서 구현 할 예정 기능 목록 1. 일정 등록 일정 구성요소 : 제목, 내용, 등록자, 등록일, 수정일, 시작일, 종료일, 참여자 2. 일정 수정 등록자, 등록일, 수정일을 제외한 모든 항목에 대해..

Development/.NET 2015. 2. 18. 17:44

Visual Studio 2013 Community tips

1. 스크롤바를 지도처럼 보기 / scroll map

Dev Tools/Editor 2015. 1. 29. 09:23

Ubuntu Git

GUI를 지원하는 다양한 Git 툴이 있지만 어차피 GUI 보며 작업할게 아닌 내 우분투 머신을 위해 요약일단 git 설치sudo apt-get install git사용할 폴더에서 git init 으로 레포 초기화git add [FILE] // 파일 추가git rm [FILE] // 파일 제거git commit -m "[LOG]" // 현재 상태를 커밋하고 [LOG]의 내용을 Log에 기록git push // 커밋된 내용을 저장소로 보냄git pull // 저장소의 내용을 가져옴git log // Log를 보여줌 q 로 그만 보기

Dev Tools/Git 2015. 1. 9. 13:33

APM 구축

APM (Apache, php, MySQL) 구축하기 환경 : Ubuntu 14.04 LTS 64bit SSH 환경 설치 ssh를 통하여 원격 작업을 하기 위해 설치sudo apt-get install openssh-server Apache2 설치 Install Apache2 sudo apt-get install mysql-server MySQL 설치 Install MySQL sudo apt-get install mysql-server MySQL 실행 Execute MySQL mysql -u root -p INPUT PASSWORD MySQL 사용자 계정 생성 Create user account CREATE USER 'username'@'host' IDENTIFIED BY 'userpassword'; D..

Server/Linux 2014. 12. 11. 12:18

추가 정보

인기글

최신글

페이징

이전
1 ··· 10 11 12 13 14 15 16 17
다음
TISTORY
World of Komastar © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바