码迷,mamicode.com
首页 >  
搜索关键字:num    ( 9856个结果
Oracle EBS-SQL (BOM-14):检查工艺路线明细.sql
select msi.segment1 装配件编码, msi.description 装配件描述, bos.operation_seq_num 序号, bso.operation_code 工序代码, bd.department_code 部门, bos.operation_description ...
分类:数据库   时间:2014-06-13 07:24:44    阅读次数:420
Oracle EBS-SQL (BOM-15):检查多层BOM(含common BOM).sql
selectdistinct b.lvl 层次, b.OPERATION_SEQ_NUM 工序, msi1.segment1 父件编码, msi1.description 父件描述, msi1.item_type父件类型, msi1.inventory_item_status_code 父件编码状态...
分类:数据库   时间:2014-06-12 19:43:06    阅读次数:670
常见排序算法(PHP实现)
function InsertSort($arr){ $num = count($arr); for($i = 1; $i = 0; $j--){ if($arr[$j] > $key){ $arr[$j + 1...
分类:Web程序   时间:2014-06-12 16:51:05    阅读次数:270
Oracle EBS-SQL (INV-8):检查物料入库明细信息.sql
select a.vendor_number 供应商编码 ,a.vendor_name 供应商名称 ,a.item_number 物料编码 ,a.item_description 物料描述 ,a.po_number 采购订单号 ,a.receipt_num 收据号 ,a.transaction_.....
分类:数据库   时间:2014-06-12 15:16:15    阅读次数:392
php之验证码
<?php header("Content-type:p_w_picpath/png"); gd_info(); $num=5;//生成验证码的字母个数 $type=2;//验证码的类型,0表示只有数字,1表示数字和小写字母,2表示数字和大写字母 $str=getCode($num,$type); $width=$num*20; $hight=30; $im=p_w_picpathcreatetruecolor($wi..
分类:Web程序   时间:2014-06-10 22:31:30    阅读次数:373
MariaDB10和MySQL5.6社区版压力测试
补上作业,MariaDB10和MySQL5.6社区版压力测试,见下图:sysbench(10.8.8.43)MySQL5.6和MariaDB10.0.11(10.8.8.100)压力测试参数:sysbench--test=oltp--mysql-table-engine=innodb --oltp-table-size=10000000--max-requests=0--max-time=900 --num-threads=512--mysql-ho..
分类:数据库   时间:2014-06-10 18:52:48    阅读次数:384
excle查找操作-vlookup的使用心得
百度了一下vlookup的语法规则: 该函数的语法规则如下: VLOOKUP(lookup_value,table_array,col_index_num,range_lookup) 参数 简单说明 输入数据类型 lookup_value 要查找的值 数值、引用或文本字符串 ...
分类:其他好文   时间:2014-06-10 18:13:53    阅读次数:253
Leetcode: Integer to Roman
一次过 1 public class Solution { 2 public String intToRoman(int num) { 3 StringBuffer res = new StringBuffer(); 4 if (num > 3999 || n...
分类:其他好文   时间:2014-06-10 16:12:12    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!