[도서] 안드로이드 프로그래밍 정복 세트

2016-01-22 KENNETH 0

분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]안드로이드 프로그래밍 정복 세트 김상형 저 | 한빛미디어 | 2016년 02월 판매가 63,000원 (10%할인) | YES포인트 3,500원(5%지급) 이벤트 : 예약하고 빨리 받자! IT 도서 예약판매 알림 안드로이드의 역사와 함께 발전해온 네 번째 판(版) 『안드로이드 프로그래밍 정복』은 2010년에 초판이 출간된 이래 개정판(2011), 3판(2013)을 걸쳐 4판에 이르렀다. 4판은 최신 마시멜로 SDK와 새로운 개발툴 Source: yes24.com-computer-internet

[도서] 안드로이드 프로그래밍 정복 2

2016-01-22 KENNETH 0

분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]안드로이드 프로그래밍 정복 2 김상형 저 | 한빛미디어 | 2016년 02월 판매가 31,500원 (10%할인) | YES포인트 1,750원(5%지급) 이벤트 : [코넬노트] 대학생, 취준생 DREAM 이벤트 이벤트 : 대학생, 취준생 DREAM 이벤트 이벤트 : 예약하고 빨리 받자! IT 도서 예약판매 알림 안드로이드의 역사와 함께 발전해온 네 번째 판(版) 『안드로이드 프로그래밍 정복』은 2010년에 초판이 출간된 이래 개정판(2011), 3판(2013)을 걸쳐 4판에 이르렀다. 4판은 최신 마시멜로 SDK와 새로운 개발툴 Source: yes24.com-computer-internet

[도서] 안드로이드 프로그래밍 정복 1

2016-01-22 KENNETH 0

분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]안드로이드 프로그래밍 정복 1 김상형 저 | 한빛미디어 | 2016년 02월 판매가 31,500원 (10%할인) | YES포인트 1,750원(5%지급) 이벤트 : [코넬노트] 대학생, 취준생 DREAM 이벤트 이벤트 : 대학생, 취준생 DREAM 이벤트 이벤트 : 예약하고 빨리 받자! IT 도서 예약판매 알림 안드로이드의 역사와 함께 발전해온 네 번째 판(版) 『안드로이드 프로그래밍 정복』은 2010년에 초판이 출간된 이래 개정판(2011), 3판(2013)을 걸쳐 4판에 이르렀다. 4판은 최신 마시멜로 SDK와 새로운 개발툴 Source: yes24.com-computer-internet

Smart and Efficient Byte-Range Caching with NGINX & NGINX Plus

2016-01-22 KENNETH 0

When correctly deployed, caching is one of the quickest ways to accelerate web content. Not only does caching place content closer to the end user (thus reducing latency), it also reduces the number of requests to the upstream origin server, resulting in greater capacity and lower bandwidth costs. The availability of globally-distributed cloud platforms like AWS and DNS-based global load balancing systems such as Route53 make it possible to create your own global content delivery network (CDN). In this article, we’ll look at how NGINX can cache and deliver traffic that is accessed using byte-range requests. A common use case is HTML5 MP4 video, where requests use byte ranges to implement trick-play (skip and seek) video. Our goal is to implement a caching solution for video delivery that minimizes user latency and upstream network traffic. Our Test Framework We need [ more… ]

No Image

Simplified SSL/TLS Setup for MySQL Community

2016-01-22 KENNETH 0

Transport Layer Security (TLS, also often referred to as SSL) is an important component of a secure MySQL deployment, but the complexities of properly generating the necessary key material and configuring the server dissuaded many users from completing this task.  MySQL Server 5.7 simplifies this task for both Enterprise and Community users. … Source: mysqlserverteam.com