最近想做个gif在线制作的网站,所以研究下了p_w_picpathmagick和graphicsmagick制作gif图片站已经做出来了:有兴趣的朋友可以先看看http://www.sosogif.com/make_online.jsp源码下载地址1:http://www.quzhuanpan.com/home/sourceList.jsp?type=6源码下载地址2:http://www.quz..
分类:
其他好文 时间:
2016-05-05 07:19:37
阅读次数:
192
维基百科介绍“CMake是个开源的跨平台自动化建构系统,它用配置文件控制建构过程(build process)的方式和Unix的Make相似,只是CMake的配置文件取名为CMakeLists.txt。Cmake并不直接建构出最终的软件,而是产生标准的建构档(如Unix的Makefile或Windo ...
linux终端错误:Unable to find the ncurses libraries or the required header files解决 在终端执行make mebuconfig 出现以下错误: 解决方法: 1)、apt-get的主流Linux系统包括Debian和Ubuntu变异 ...
分类:
系统相关 时间:
2016-05-05 00:33:40
阅读次数:
647
解决办法 brew link openssl --force 然后 ./configure --with-openssl --with-php-config=/usr/local/php/bin/php-config make sudo make install ...
分类:
系统相关 时间:
2016-05-05 00:30:50
阅读次数:
563
1升级gcc4.8以上 yum update gcc2升级openssl yum update openssl3安装apache a 安装apr ./configure --prefix=/usr/local/apr make make installb 安装apr-util ./configure ...
分类:
其他好文 时间:
2016-05-05 00:19:06
阅读次数:
247
最近想做个gif在线制作的网站,所以研究下了imagemagick和graphicsmagick制作gif图片站已经做出来了:有兴趣的朋友可以先看看http://www.sosogif.com/make_online.jsp 源码下载地址1:http://www.quzhuanpan.com/hom ...
分类:
其他好文 时间:
2016-05-04 21:09:26
阅读次数:
166
Linux系统安装amp环境 过程中出现以下错误: 错误分析:由于libtool版本过低导致的; 解决办法:重新下载新版本的libtool以默认方式安装,执行以下命令: ./configure make make install 然后进入jpeg-6b的源码目录,然后执行以下步骤,切记! cp /u ...
分类:
系统相关 时间:
2016-05-04 17:17:14
阅读次数:
188
正常安装apache,都make时,出现类似问题: make[1]: *** [shared-build-recursive] Error 1 make[1]: Leaving directory `/lamp/httpd-2.4.7' make: *** [all-recursive] Error ...
分类:
Web程序 时间:
2016-05-04 17:07:55
阅读次数:
223
原文地址:http://va.lent.in/unity-make-your-lists-functional-with-reorderablelist/ This article is reproduced, the original address: http://va.lent.in/unit ...
分类:
编程语言 时间:
2016-05-04 13:18:33
阅读次数:
615
The java.*, javax.* and org.* packages documented in the Java Platform Standard Edition API Specification make up the official, supported, public inte ...
分类:
其他好文 时间:
2016-05-04 10:31:41
阅读次数:
150