系统信息:Mac OS 10.9.4环境:Xcode 5.1请给予足够的耐心,等待源码下载、排除路径问题、编译等一系列漫长的时间。下载源码: 以下下载地址均来自:webkit官方网站 www. webkit.org1. 你可以去http://nightly.webkit.org/下载source文件...
分类:
Web程序 时间:
2015-03-16 16:09:05
阅读次数:
156
本示例简单演示如何创建一个Pixi项目,以及制作一个滚动场景。首先下载源码:https://github.com/GoodBoyDigital/pixi.js1.配置canvas: MyPixi 2.包含Pixi.js到代码...
分类:
Web程序 时间:
2015-03-16 12:39:44
阅读次数:
819
1.从原网站下载源码:http://kindeditor.net/demo.php
2.将kindeditor放到项目内,使其能够完成基本功能
1).将plugins、themes、lang、kindeditor-min.js放到public/kindeditor/下
2).在views下创建文件editor.ejs,内容为...
分类:
数据库 时间:
2015-03-15 09:40:26
阅读次数:
385
参考链接:http://blog.csdn.net/wendi_0506/article/details/39478369注意:ftp需要二进制下载源码包,不然会导致解压失败安装后启动:参考:http://blog.sina.com.cn/s/blog_637e04c9010117ri.htmlroot@localhostmysql]#/etc/rc.d/init.d/mysqlstatusMySQLisnotrunning,butlo..
分类:
数据库 时间:
2015-03-14 06:21:56
阅读次数:
157
[root@lnmp~]#cd/[root@lnmp/]#ls-a..autofsckbootcmake-3.1.3.tar.gzdevhomelib64mediaoptrootselinuxsysusr..bincmake-3.1.3dataetcliblost+foundmntprocsbinsrvtmpvar[root@lnmp/]#rm-rfcmake-3.1.3[root@lnmp/]#tar-zxvfcmake-3.1.3.tar.gzcmake-3.1.3/.gitattributescmake..
分类:
其他好文 时间:
2015-03-13 19:02:27
阅读次数:
198
学习OpenBlas编译从OpenBlas Home Page 上下载源码,make, make install使用level 1 向量-向量 操作#include
#include "cblas.h"
#include int main()
{
blasint n = 10;
blasint in_x =1;
blasint in_y...
分类:
其他好文 时间:
2015-03-12 17:15:52
阅读次数:
184
原文地址:http://qt-project.org/wiki/Building-Qt-5-from-Git#d4b95ff452aca2c1b14008b02f8dd49b
下载源码:
git clone git://gitorious.org/qt/qt5.git qt5
进入源码目录:
cd qt5
git checkout 5.4
更新代码:
pe...
分类:
其他好文 时间:
2015-03-12 09:52:57
阅读次数:
246
MFC使用Haru free pdf lib生成pdf文件我们先创建一个项目MFCPDFDemo,在上面添加一个编辑框和一个按钮:haru free pdf类库下载地址这里直接下载dll,如果想以静态库的方式使用,得下载源码自己编译。然后把这个dll添加到项目中,怎么添加就不说了吧,还是说一下吧,万...
分类:
编程语言 时间:
2015-03-11 23:09:17
阅读次数:
3173
这个用spawn-fcgi 来管理FastCGI 以达到优化Apache 下PHP性能的方法比较另类,大家权当一种参考。
方法:系统平台是CentOS 5,前提是LAMP已配置好,运行正常。
1. wget -c http://www.21andy.com/centos/5/i386/spawn-fcgi-1.6.3-1.el5.i386.rpm(也可以去官方下载源码包编译安装:htt...
分类:
Web程序 时间:
2015-03-11 21:40:28
阅读次数:
145
linux下php已经编译,如何再为php增加新的扩展通过php自带的phpize,如我的phpize在/usr/local/php/bin/phpize1.到软件的官方或pecl.php.net去下载源码包2.解压并进入到解压后的目录3.根据当前php版本动态的创建扩展的configure文件/u...
分类:
Web程序 时间:
2015-03-06 16:55:30
阅读次数:
143