码迷,mamicode.com
首页 >  
搜索关键字:no rule to make targ    ( 12102个结果
在centos上安装skyeye
中间遇到的问题:1,make的时候,提示gui/x.cc:42:22: error: X11/Xlib.h: No such file or direct解决:yum install libX11-devel2, error: X11/xpm.h: No such file or directory...
分类:其他好文   时间:2014-06-16 11:06:23    阅读次数:384
笔试测试开发题三道(python)
笔试测试开发题三道,make下!
分类:编程语言   时间:2014-06-12 09:48:05    阅读次数:300
Oracle EBS-SQL (PO-1):检查供货比例异常.sql
select distinct msr.sourcing_rule_name 名称 , msi.description 说明 , msi.item_type 类型 , msi.inventory_item_status_code 状态 , msr.planning_active 计划生效 ,msr....
分类:数据库   时间:2014-06-10 21:27:59    阅读次数:474
Oracle EBS-SQL (PO-8):检查有供货比例无采购员.sql
select distinct msr.sourcing_rule_name 名称 , msi.description 说明 ,msi.item_type 类型 , msi.inventory_item_status_code 状态 , msr.planning_active 计划生效 , msr....
分类:数据库   时间:2014-06-10 21:00:13    阅读次数:443
Oracle EBS-SQL (PO-7):检查异常-非批准的供应商设置供货比例.sql
select distinctmsr.sourcing_rule_name 名称,msi.description 说明,msi.item_type 类型,msi.inventory_item_status_code 状态,msr.planning_active 计划生效,msro.effectiv....
分类:数据库   时间:2014-06-10 20:26:28    阅读次数:528
c/c++中调用lua第一个例子
首先下载lua源码包,然后分别是make,make linux,make install注意如果没有make install,那么在#include时,会报找不到lua.h文件的错误。网上找到一段源码:func.lua--变量定义width=1;height=2;--lua函数定义,实现加法func...
分类:编程语言   时间:2014-06-10 16:19:01    阅读次数:323
std::map常用方法
mapEmployees;Employees["MikeC."]=12306; Employees.insert(make_pair("PeterQ.",5328));
分类:其他好文   时间:2014-06-10 14:15:43    阅读次数:160
Uva 11489 - Integer Game
Two players, S and T, are playing a game where they make alternate moves. S plays first.  In this game, they start with an integer N. In each move, a player removes one digit from the integer and p...
分类:其他好文   时间:2014-06-10 06:31:29    阅读次数:302
Emacs as C++ IDE
this blog will make your emacs as C++ IDE. It implements code-completion, google-style-check and project manager.
分类:编程语言   时间:2014-06-09 13:07:04    阅读次数:696
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!