
Linux
小柴林
When you learn about a framework, it’s important to know not only what it does but what principles it follows.
展开
-
谷歌开源的图片算法Guetzli优化你的图片
前言 2017年3月16日谷歌新开源了一个图片压缩优化算法Guetzli。 这是谷歌官方的博客(https://research.googleblog.com/2017/03/announcing-guetzli-new-open-source-jpeg.html) 这是一种JPEG的编码器,比目前其它压缩图片的方法大小大约减少了35%(实测没有达到该水平)。 使用后质量不原创 2017-04-08 00:53:47 · 2514 阅读 · 1 评论 -
linux下升级gcc的方法
1.下载gcc最新的源码包 wget http://gcc.skazkaforyou.com/releases/gcc-4.9.1/gcc-4.9.1.tar.gz 2.解压缩 tar -xf gcc-4.9.1.tar.gz 3. cd gcc-4.9.1 4.运行download_prerequisites脚本, ./contrib/download_prerequisite转载 2017-04-07 13:59:11 · 822 阅读 · 0 评论