컴퓨터/유틸리티2014. 11. 22. 00:35


구글 크롬 브라우저의 새로운 북마크 관리자를 소개하는 글

: http://www.cnet.com/how-to/getting-started-with-bookmark-manager-for-chrome/


북마크 관리자 (확장 프로그램 설치용)

: https://chrome.google.com/webstore/detail/bookmark-manager/gmlllbghnfkpflemihljekbapjopfjik


북마크 삭제 또는 비활성화 하기

  1. 주소창에서 chrome://flags 입력
  2. 페이지 내에서 검색 : #enhanced-bookmarks-experiment
  3. 옵션 선택 : 사용 중지
  4. [메뉴] - [도구 더보기] - [확장 프로그램] 에서 [Bookmark Manager] 사용 설정됨을 체크 해제



Posted by jungtae17
컴퓨터/프로그래밍2014. 10. 14. 12:55


    


[예상 적용가능 분야]


- 웹서버

- 웹브라우저

- 웹로봇

- 검색엔진

- 컴파일러

- 프로그래밍 도구(디버깅 도구, 분석 도구 등)

- IDE(통합개발환경)

- 운영체제


C 와 비슷한 성능을 내면서 C/C++ 로 개발되어 온 분야를 대체할 수 있을 것으로 예상된다.



[Go 언어의 특징]


현재 개발환경의 특징을 요약하자면 아래의 다섯 가지로 말할 수 있다.


1. 개발속도(하드웨어 개발 vs 소프트웨어 개발)

2. 모듈화를 위한 의존성

3. 동적타입 언어의 속성을 가진 언어

4. 가비지 콜렉션(Garbage Collection)

5. 병렬처리(Parallelism)



[참고 링크]


The Go Programming Language http://golang.org/


GDG Korea Golang https://developers.google.com/groups/chapter/112714242728066184635/


A Tour of Go (한글) http://go-tour-kr.appspot.com/


Go 프로그래밍 언어 - Go의 탄생 http://www.imaso.co.kr/?doc=bbs/gnuboard.php&bo_table=article&wr_id=38206


Go 프로그래밍 언어 - Go 동시성 http://www.imaso.co.kr/?doc=bbs/gnuboard.php&bo_table=article&wr_id=38746



Posted by jungtae17
컴퓨터/유틸리티2014. 9. 1. 11:33

양대 포털 사이트(네이버, 다음)의 광고를 차단하는 방법

 

인터넷 익스플로러(예> IE 11)에서 [인터넷 옵션] 메뉴 -> [보안] 탭 -> [제한된 사이트] -> [사이트] 클릭한다.

 

 

[제한된 사이트 목록]

 

*.ad.naver.com
ad*.naver.com
ams.daum.net
amsv2.daum.net
display.ad.daum.net

 

 

Posted by jungtae17
컴퓨터/프로그래밍2014. 5. 1. 22:41

 

 

Windows 버전의 최신 Redis 설치하기

: http://jacking.tistory.com/1203

 

Redis 모니터링 툴 redmon (Linux)

: http://jacking.tistory.com/1083

 

redis-64

: http://chocolatey.org/packages/redis-64

 

Redis Desktop Manager

: http://chocolatey.org/packages/redis-desktop-manager

 

'컴퓨터 > 프로그래밍' 카테고리의 다른 글

Node.js 개발에 필요한 npm 패키지  (0) 2015.05.31
Go 언어란?  (0) 2014.10.14
WCF 4.5 새로운 기능 소개  (0) 2014.04.30
Node.js 정보  (0) 2014.04.19
Debug 모드에서 메모리 디버깅(?)  (0) 2014.03.31
Posted by jungtae17
컴퓨터/프로그래밍2014. 4. 30. 18:53


WCF 3.5 Vs WCF 4.0 Vs WCF 4.5

: http://www.topwcftutorials.net/2014/03/WCF3.5-Vs-WCF4.0-Vs-WCF4.5.html

 

What's new in WCF v4.5

: http://www.topwcftutorials.net/2014/03/whats-new-in-wcf-v45.html

 

New Features in WCF 4.5 - Part 1

: http://www.topwcftutorials.net/2014/03/New-Features-In-WCF-4.5-Part-1.html

 

New Features in WCF 4.5 - Part 2

: http://www.topwcftutorials.net/2014/04/new-features-in-wcf-45-part-2.html

 

New Features in WCF 4.5 - Part 3

: http://www.topwcftutorials.net/2014/04/New-Features-In-WCF-4.5-Part-3.html

 

New Features in WCF 4.5 - Part 4

: http://www.topwcftutorials.net/2014/04/New-Features-In-WCF-4.5-Part-4.html

 

New Features in WCF 4.5 - Part 5

: http://www.topwcftutorials.net/2014/04/New-Features-In-WCF-4.5-Part-5.html

 

'컴퓨터 > 프로그래밍' 카테고리의 다른 글

Go 언어란?  (0) 2014.10.14
Windows 에서 Redis 설치하기  (0) 2014.05.01
Node.js 정보  (0) 2014.04.19
Debug 모드에서 메모리 디버깅(?)  (0) 2014.03.31
[용어] WWSAPI (Windows Web Services API)  (0) 2014.03.12
Posted by jungtae17