#1 apt-get install nginx php7.0 php7.0-mysql php7.0-gd php7.0-cgi php7.0-cli php7.0-curl php7.0-fpm php7.0-mcrypt php7.0-xmlrpc mysql-server mysql-cli ...
分类:
其他好文 时间:
2017-01-12 11:20:54
阅读次数:
201
这里我们用到了freetype。进入官网http://savannah.nongnu.org/download/freetype/ 中下载最新的版本2.7的源代码和文件。freetype-2.7.tar.gz freetype-doc-2.7.tar.gz 首先我们在使用官方提供的程序在pc上运行一 ...
分类:
其他好文 时间:
2017-01-11 22:16:26
阅读次数:
783
final Table table = new Table(parent, SWT.NONE | SWT.FULL_SELECTION); final GridData gd = new GridData(SWT.LEFT, SWT.TOP, false, true); gd.heightHint ... ...
分类:
其他好文 时间:
2017-01-11 12:49:23
阅读次数:
183
继续上一篇,我们接着来进行gd库的学习。 本篇文章学习gd库对图片的处理,采用的例子为图片的旋转和添加水印。 先来认识一下我们要常用到的函数 resource imagerotate ( resource $image , float $angle , int $bgd_color [, int$i ...
分类:
Web程序 时间:
2017-01-10 13:31:15
阅读次数:
186
原本我是做c#的,因为单位原因转行做了php。一直处于自己摸索,有问题百度,各种群解决自己问题的状态。最近职业进入倦怠期,也恰巧比较闲。准备成体系的更新和复习下自己的知识技能。这是这个分类的第一篇文章,希望按照每周两篇的博文速度。 编辑总结php各种知识点。 今天我们先来玩图片。本系列文章提纲如下 ...
分类:
Web程序 时间:
2017-01-08 12:38:58
阅读次数:
255
1.安装依赖软件库: yum install -y libxml2 libxml2-devel libtool* curl-devel libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel 2.下载php7源码包进行编译安 ...
分类:
Web程序 时间:
2017-01-08 12:37:36
阅读次数:
256
apache: http://www.apache.org mysql: http://www.mysql.com php: http://www.php.net/downloads.php gd: http://www.boutell.com/gd/#buildgd ZendOptimizer h ...
分类:
数据库 时间:
2017-01-04 18:54:08
阅读次数:
246
with-gd=[/path/to/gd] --with-jpeg-dir=[/path/to/jpeg-6b] --with-t1lib=[/path/to/t1lib] 完成添加后执行make命令,然后再执行make install命令,重新启动Apache后运行phpinfo()来检查一下新的 ...
分类:
Web程序 时间:
2017-01-04 18:50:33
阅读次数:
241
安装说明系统环境:CentOS6.4软件:nginx-1.9.12.tar.gz安装方式:源码编译安装安装位置:/usr/local/nginx下载地址:http://nginx.org/en/download.html1.yum安装一些依赖包[root@niaoyun-101tools]#yuminstallpcre*zlib*gccopensslopenssl-devellibxml*libxslt*gd-develGeoIG..
分类:
其他好文 时间:
2017-01-04 17:11:48
阅读次数:
293
转自【翻译】NeHe OpenGL 教程 前言 声明,此 NeHe OpenGL教程系列文章由51博客yarin翻译(2010-08-19),本博客为转载并稍加整理与修改。对NeHe的OpenGL管线教程的编写,以及yarn的翻译整理表示感谢。 NeHe OpenGL第四十三课:FreeType库 ...
分类:
其他好文 时间:
2016-12-31 17:55:15
阅读次数:
181