반응형
반응형
앞으로 20년 후에 당신은
저지른 일보다 저지르지 않은 일에 더 실망하게 될 것이다.
그러니 밧줄을 풀고 안전한 항구를 벗어나 항해를 떠나라.
돛에 무역풍을 가득 담고 탐험하고, 꿈꾸며, 발견하라.
(Twenty years from now you will be more disappointed by the
things that you didn't do than by the ones you did do.
So throw off the bowlines. Sail away from the safe harbor.
Catch the trade winds in your sails. Explore. Dream. Discover.)
-마크 트웨인(Mark Twain)

미래는 현재 내가 하는 행동에 따라 결정됩니다.
꿈꾸는 것도 중요하지만
꿈을 실행에 옮기는 것은 더 훌륭합니다.
20년 후에는 하지 않은 일 때문에
후회할 거라는 것을 잘 알면서도
오늘의 나를 버리지 못해
새로운 항해를 못한다는 것은 안타까운 일입니다.
위대함을 꿈꾼다면 일단 시작해야 합니다.

Our futures are determined by what we do in the present.
Although it is important to dream,
taking steps to realize that dream is even better.
It is truly sad when you cannot bring yourself to take new risks right now,
when you know fully well that you’ll regret it 20 years down the line.
If you dream of greatness, you must start taking action immediately.


반응형
반응형

Guava 라이브러리는 구글에서 서비스하는 자바프로젝트에 기본적으로 사용되는 Core 라이브러리로 웹,안드로이드 플랫폼, GWT등등에 사용되고 있다.

Guava: Google Core Libraries for Java 1.6+

The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.

The latest release is 13.0, released August 3, 2012.

Start using Guava

You can download a JAR at:

Guava is also available in Maven Central under the following identifiers:

Learn more about how to UseGuavaInYourBuild.

Please see the 13.0 release notes for more details about this release.

Learn about Guava




반응형
반응형

WebMatrix is a free and lightweight web development tool.
Create, publish, and maintain your website with ease.

http://www.microsoft.com/web/webmatrix/


Create Websites Optimized for
More Devices and Platforms  - http://www.microsoft.com/Web/webmatrix/mobile.aspx



반응형
반응형

EFL(Enlightenment Foundation Libraries)은 GUI 툴킷 라이브러리로 GUI 애플리케이션 개발에 필요한 기본 기능을 제공한다. EFL은 원래 리눅스 기반 X 윈도우 매니저인 Enligh tenment로부터 비롯됐다. 그래서 EFL은 X 윈도우 시스템 기반의 Enlightenment 윈도우 매니저뿐만 아니라 GUI 애플리케이션 제작에 필요한 유용한 기능을 제공하는 패키지들을 다수 포함하고 있다. EFL은 오픈소스 라이브러리이므로 누구나 무료로 이용할 수 있으며, 타 GUI 툴킷 라이브러리 대비 가벼우면서도 높은 성능을 보장한다는 이점을 지닌다.


전 세계적으로 EFL이 탑재된 상품들이 출시되고 데스크톱 및 랩톱은 물론, 셋톱박스, 냉장고 심지어 게임 시스템에서도 EFL이 이용되고 있다.

Enlightenment, EFL - http://seoz.egloos.com/3458699

1. 마이크로 소프트웨어 (2012년 7월호) 잡지 연재 - 1. 모바일 및 데스크톱PC를 위한 가볍고 빠른 GUI 툴킷 EFL



[EFL 기초]


[Enlightenment, E17 윈도우 매니저]

[EFL 프로그래밍]


반응형
반응형

동기적으로 요청을 처리하는 아파치 웹서버와 달리 비동기적으로 요청을 처리하는 NGINX의 Non Blocking Event-driven 구조.


* 설치파일 내려받기

  http://nginx.org/en/download.html

  http://wiki.nginx.org/Install


* 설치  

 

  tar xvfz nginx-1.2.1.tar.gz

  cd nginx-1.2.1



압축해제폴더에 들어가서  ./configure 를 실행한다.

./configure -prefix 옵션을 사용하면 설치될 위칠르 지정할 수 있다.

디폴트는 /usr/local/nginx/ 에 설치된다. 


NGINX를 설치할때 필요한 라이브러리는 pcre,openssl, zlib 등이 있는데 yum을 이용해서 직접 설치 가능하다. 


 yum install pcre pcre-devel

 yum install openssl openssl-devel

 yum install zlib  zlib-devel



설치가 됐다면 /설치폴더/sbin/nginx 명령어로 실행할 수 있다. 


실행 : /설치폴더/sbin/nginx

중지 : /설치폴더/sbin/nginx ?s stop

재실행 : /설치폴더/sbin/nginx ?s reload



* Configuration

서버 설정 파일 : /opt/nginx/conf/nginx.conf 

설정 파일을 따로 만들고 싶다면  /설치폴더/sbin/nginx ?c 설정파일명


설정 파일 구성은 Main, Event, http, server, location 블록의 계층구조이다.

설명 : http://library.linode.com/web-servers/nginx/configuration/basic



반응형
반응형

모바일 프레임워크 비교 사이트

http://www.markus-falk.com/mobile-frameworks-comparison-chart/

반응형

+ Recent posts