2018/08 29

Protocol Buffers : Tutorials Common Comment, 프로토콜 버퍼 공통 설명

https://developers.google.com/protocol-buffers/ https://github.com/google/protobuf Protocol Buffer Basics This tutorial provides a basic Python programmer's introduction to working with protocol buffers. By walking through creating a simple example application, it shows you how to 튜토리얼에서는 프로토콜 버퍼를 사용하는 Language 프로그래머의 기본소개를 제공한다. 간단한 예제 응용프로그램을 만드는 과정을 통해, 그것은 어떻게 하는 지를 보여준다. Define message form..

Protocol Buffers : Developer Guide

Developer Guide Welcome to the developer documentation for protocol buffers – a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols, data storage, and more. 프로토콜 버퍼 개발자 설명서 – 언어 중립적이고 플랫폼 중립적이며 확장 가능한 방식으로 구조화된 데이터를 통신 프로토콜, 데이터 스토리지 등에 사용할수 있다. This documentation is aimed at Java, C++, or Python developers who want to use protoco..

이미지 최적화.... 뭐가 이래 복잡해..

이미지 최적화 srcset 및 picture 이미지 최적화 이미지 제거 및 바꾸기 불필요한 이미지 리소스 제거 가능한 경우 CSS3 효과 활용 이미지에서 인코딩 텍스트 대신 웹 글꼴 사용 고해상도 화면의 영향 벡터이미지를 추천. 래스터 이미지를 사용해야한다면 srcset 및 picture를 사용하여 각 이미지에 대한 여러 버전을 제공하고 최적화. 압축이미지 압축 이미지 기법은 기기의 실제 성능에 상관없이 높은 압축율의 2x 이미지를 모든 기기에 제공. 이미지 유형과 압축 수준에 따라 파일 크기가 상당히 줄어들지만 화질은 별차이가 없어 보일 수 있다. Caution 압축 기법 사용 시 메모리가 늘어나고 디코딩 비용이 필요하므로 주의하세요. 작은 화면에 맞게 큰 이미지의 크기를 조정하는 것은 비용이 많이 들..

lang/front 2018.08.16

boot full 용량문제

/boot is 100% full, apt-get purge linux-image-x.x.x.x-generic won't work 우분투(ubuntu) 부팅 공간 확보 :: 살만한 세상 만들기 Remove all packages marked as rc by dpkg 패키지가 제거는 되었지만 설정이 남아 있는 경우 /boot 용량문제 ### /boot 용량확인 df -h Filesystem Size Used Avail Use% Mounted on .... /dev/sda1 228M 223M 0 100% /boot .... ### /boot 용량확인 du -sh /boot 223M /boot ### /boot 관련 dpkg 확인 # dpkg -l "linux*" dpkg -l | grep "linux.*im..

os/Ubuntu 2018.08.15

apt update xxxx-xxxx.ucf-dist 파일 에러

20auto-upgrades.ucf-dist' in directory /etc/apt/apt.conf.d/ error fix 50unattended-upgrades.ucf-dist 파일네임 형식이 맞지 않아서 무시했다. apt update .... N: Ignoring file '50unattended-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension /etc/apt/apt.conf.d/ 에 50unattended-upgrades, 50unattended-upgrades.ucf-dist 가 있다. 문제가 되는 50unattended-upgrades.ucf-dist 파일을 삭제한다.

os/Ubuntu 2018.08.14
반응형