名词:内连接:自然连接,只有两个相匹配的行才能在结果集中显示外连接:左外连接、右连接、全外连接内连接,只显示满足where后条件的列 select a.*,b.* from a inner join b on a.id=b.parent_id左外连接,select a.*,b.* from a le...
分类:
数据库 时间:
2014-09-04 23:31:30
阅读次数:
323
Crazy Search
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 23168
Accepted: 6513
Description
Many people like to solve hard puzzles some of which may le...
分类:
其他好文 时间:
2014-09-02 12:27:34
阅读次数:
208
#includevoid AdjustMinHeap(int *a,int pos,int len){ int temp,child; for(temp=a[pos];pos*2+1=0;i--) AdjustMinHeap(array,i,len-1); for(i=le...
分类:
其他好文 时间:
2014-08-30 17:36:59
阅读次数:
147
有如下元素:div1#div1{ width:100px; height:100px; position:absolute; left:0; top:0; background: red;}js获取: var xpos=parseInt(elem.style.le...
分类:
Web程序 时间:
2014-08-28 21:11:36
阅读次数:
187
EBS 组织架构:
(一)业务组(BG)
(二)法律实体(LE)
(三)业务实体(OU)
(四)库存组织(INV)
(五)公司成本中心(Cost Center)
(六)HR组织
(七)多组织接入控制
Sale Order 销售订单 的 Ship Confirm 发运功能模块:
在做状态变化时候要记得对WHO字段进行状态的修改。
必要表的信息:...
分类:
其他好文 时间:
2014-08-28 18:14:15
阅读次数:
401
/*============定时器中断的使用方法—---TF0(TF1)值硬件重置法========第一:打开总中断第二:打开定时器 中断第三:设置特殊功能寄存器TMOD,配置好工作模式。 第四:设置计数寄存器TH0和TL0的初值。 第五:设置TCON,通过TR0置1来让定时器开始计数。*///LE...
分类:
其他好文 时间:
2014-08-28 12:57:29
阅读次数:
200
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.If the number of nodes is not a multiple of k then le...
分类:
其他好文 时间:
2014-08-27 00:20:16
阅读次数:
232
1.Array.h,Array的定义template class Array{protected: T *data; //一个指向数组数据的指针 unsigned int base; //base为数组的起始下表 unsigned int length; //le...
分类:
编程语言 时间:
2014-08-26 09:41:55
阅读次数:
318
设函数$f(x)$具有2阶导数,$g(x)=f(0)(1-x)+f(1)$,则在$[0,1]$上$(A)$当$f'(x)\ge 0$时,$f(x)\ge g(x);$$(B)$当$f'(x)\ge 0$时,$f(x)\le g(x);$$(C)$当$f''(x)\ge 0$时,$f(x)\ge g(...
分类:
其他好文 时间:
2014-08-24 23:50:03
阅读次数:
271
在LINUX下干活基本不要指望着像在WIN下干活那么舒服。不同的版本和不同的库都可能会引起各种不同的错误现象。一定要有心理准备。(gdb) p *pid$15 = {id = 7, feature_offset = -1, feature = "&usr=", '\000' , feature_le...
分类:
数据库 时间:
2014-08-21 11:06:13
阅读次数:
230