码迷,mamicode.com
首页 >  
搜索关键字:no rule to make targ    ( 12102个结果
Some May Pick The Perfect Color And Style The Bag May Have
One of the factors that make these bags so well known that it is true that they are very stylish, these bags come in different designs. A wide range o...
分类:其他好文   时间:2014-06-29 13:50:06    阅读次数:302
BASE64Decoder的引用
project---->properties--->Libraries--->JRE System Library--->Access rules--->Edit--->Add--->Rule Paern 写上**或者1.Openprojectproperties.2.SelectJavaBuild...
分类:其他好文   时间:2014-06-29 13:02:49    阅读次数:323
CSS3多栏布局
1.column-count:将一个元素中的内容分成多栏进行显示。2.column-gap:设定多栏之间的间隔距离。3.column-rule:栏与栏之间增加一条间隔线。CSS3分栏布局 《爸爸去哪儿》是湖南卫视从韩国MBC电视台引进的亲子户外真人秀节目,智理参考自MBC电视台...
分类:Web程序   时间:2014-06-06 23:40:25    阅读次数:599
linux下redis安装和C++连接
1、下载安装包: wget http://redis.googlecode.com/files/redis-2.6.13.tar.gz2、解压: tar axvf redis-2.6.13.tar.gz3、进入文件夹:cd redis-2.6.13/4、编译:make5、编译安装: make ins...
分类:编程语言   时间:2014-06-06 20:15:44    阅读次数:455
GG同步到sqlserver报错一例 Invalid date format
在将Oracle表同步到sqlserver时,在sqlserver端应用数据时,可能会遇到这个报错。2014-05-17 17:20:24 WARNING OGG-01154 SQL error -2147217887 mapping APPLSYS.FND_FLEX_VALIDATION_RULE...
分类:数据库   时间:2014-06-06 19:36:19    阅读次数:353
topcoder SRM 522 DIV2 FibonacciDiv2
关于斐波那契数列,由于数据量比较小, 直接打表了,代码写的比较戳#include #include #include using namespace std;class FibonacciDiv2{public: vector table; void make_table(){ ...
分类:其他好文   时间:2014-06-06 13:18:11    阅读次数:305
《算法帝国》
《算法帝国》基本信息原书名:Automate this:how algorithms came to rule our world?作者: (美)克里斯托弗.斯坦纳译者: 李筱莹出版社:人民邮电出版社ISBN:9787115349002上架时间:2014-5-15出版日期:2014 年6月开本:16...
分类:其他好文   时间:2014-06-05 20:44:31    阅读次数:378
projecteuler---->problem=14----Longest Collatz sequence
title: The following iterative sequence is defined for the set of positive integers: n n/2 (n is even) n 3n + 1 (n is odd) Using the rule above and starting with 13, we generate the followi...
分类:其他好文   时间:2014-06-04 13:56:33    阅读次数:254
php编译报错
2010-08-0813:33cannotfind-lltdl,编译php又出错了php在make过程中出现“usrbinldcannotfindlltdl”错误,详细错误如下:/usr/bin/ld:cannotfind-lltdlcollect2:ldreturned1exitstatusmake:***[libphp5.la]Error1在Google上搜了好久,终于找到答案,原来是在编辑php时添加的“..
分类:Web程序   时间:2014-06-01 16:44:44    阅读次数:241
UBUNTU 下怎样升级 gcc, g++
正如大家说知道的GCC并不支持"make uninstall". 一种推荐安装方式就是把GCC 安装在你自己指定的一个路径,当你不需要某个GCC版本的时候你只需要移除对应版本即可。 假设你已经有一个老的版本在你的系统中,最简单的范式就是:       1)添加PPA(Personal Package Archive)到里的程序仓库(repositories )里        2更新...
分类:其他好文   时间:2014-06-01 15:52:33    阅读次数:304
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!