码迷,mamicode.com
首页 >  
搜索关键字:make menuconfig    ( 11211个结果
scenes & segues within storyboards
ScenesScenes in a storyboard represent content shown within one screen in your application. A scene involves a view controller and the views that make...
分类:其他好文   时间:2014-07-28 14:39:43    阅读次数:334
mysql数据库的编译安装
mysql5.1之前编译mysql使用的是make工具,编译步骤如下:./configure--prefix=make&&makeinstallmysql5.5之后编译mysql使用的是cmake工具,编译步骤如下:cmake.查看帮助使用:cmake-LH或ccmake.1.创建mysql用户及安装依赖软件包.[root@mytest2mnt]#groupadd-rmysql[root@my..
分类:数据库   时间:2014-07-28 00:45:50    阅读次数:434
Codeforces 371C Hamburgers
Description Polycarpus loves hamburgers very much. He especially adores the hamburgers he makes with his own hands. Polycarpus thinks that there are only three decent ingredients to make hamburgers...
分类:其他好文   时间:2014-07-28 00:07:29    阅读次数:363
Visualize Surface by Delaunay Triangulator
Abstract. Delaunay Triangulation is the core algorithm for mesh generation. By Delaunay Triangulator you can make a general method to visualize geomet...
分类:其他好文   时间:2014-07-27 23:18:49    阅读次数:594
[ZZ] RGBM and RGBE encoding for HDR
Deferred lighting separate lighting rendering and make lighting a completely image-space technique. This is very different the forward rendering. At f...
分类:其他好文   时间:2014-07-27 21:43:45    阅读次数:1430
POJ 2255-Tree Recovery
题意: 树的前,中序遍历求后序遍历。基础题。code#include #include using namespace std;string sq, sh;int len;void make (int l, int r, int t, int w) { if (l > r || t > w) r.....
分类:其他好文   时间:2014-07-27 21:34:05    阅读次数:195
Blending
【Blending】 Blending is used to make transparent objects. When graphics are rendered, after all shaders have executed and all textures have been ap...
分类:其他好文   时间:2014-07-26 14:53:40    阅读次数:306
Nginx负载均衡配置实例
反向代理服务器IP192.168.8.64虚拟主机1IP192.168.10.191虚拟主机2IP192.168.10.1921.在反向代理服务器和两台虚拟主机安装Nginx所需的pcre-devel库#tarjxvfpcre-4.2.tar.bz2#cdpcre-4.2#./configure&&make&&makeinstall2.在反向代理服务器和两台虚拟主机安装Ng..
分类:其他好文   时间:2014-07-26 03:06:47    阅读次数:240
gradle android L problem
Change uses-sdk toand addxmlns:tools="http://schemas.android.com/tools"inAndroidManifest.xml . . . .Make sure you use gradle 0.11 and...
分类:移动开发   时间:2014-07-26 00:51:46    阅读次数:248
将SCONS工具集成到Python代码中
SCONS是Python的自动智能结构化编译工具,将来或许能代替Make。在Windows或者Linux下,SConstruct文件相当于MakeFile,使用SCONS编译,需输入scons.bat(scons),后面带上编译选项options(如SConstruct所在的路径)。观察scons.bat这个脚本,可以在其他Python代码中,将SCONS工..
分类:编程语言   时间:2014-07-25 19:16:12    阅读次数:356
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!