码迷,mamicode.com
首页 >  
搜索关键字:operation    ( 2786个结果
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
Application and Operation Principle of Impact Crusher
You can know basic operation principle of impact crusher. Materials from the feed hopper enter to impact crusher and distributor will divide materials...
分类:移动开发   时间:2014-06-13 07:09:41    阅读次数:307
errno
Linux内核版本:2.6.20include/asm-generic/errno-base.h 1 #define EPERM 1 /* Operation not permitted */ 2 #define ENOENT 2 /* No ...
分类:其他好文   时间:2014-06-12 21:57:57    阅读次数:409
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
转: apache服务无法启动的解决方法
~~~把apache安装为服务myweb,用apacheMonitor启动myweb发现无法启动,提示:the requested operation has failed~~~通过下面的方法排查 发现 httpd-vhosts.conf配置文件 documentRoot: "f:\lm\" 这里应...
分类:其他好文   时间:2014-06-12 15:52:44    阅读次数:215
连接REDIS
101上重新连接103并获取user.1.name的值[root@linuxidc001 ~]# redis-cli -h 192.168.1.103 -p 6379 redis 192.168.1.103:6379> get user.1.name (error) ERR operation .....
分类:其他好文   时间:2014-06-11 21:59:58    阅读次数:255
C++ 异步IO (一) 阻塞式HTTP客户端
An IO call issynchronousif, when you call it, it does not return until the operation is completed, or until enough time has passed that your network s...
分类:编程语言   时间:2014-06-10 10:07:56    阅读次数:273
读书笔记-HBase in Action-第一部分 HBase fundamentals
新项目准备上HBase。HBase目前由组里某牛负责。本着学会使用HBase的目标,先阅读下HBase in Action,学习内容包括HBase基本实现原理,使用方法,Schema设计原则和实战等。借用Michael Stack(HBase Chair)的话,“At a highlevel, HBase is like theatomic bomb. Its basic operation...
分类:其他好文   时间:2014-06-10 06:33:37    阅读次数:328
-bash: ulimit: max user processes: cannot modify limit: Operation not permitted
安装oracle时候在创建oracle用户后,切换oracle用户时,报如下错 [root@localhost~]#su-oracle -bash:ulimit:maxuserprocesses:cannotmodifylimit:Operationnotpermitted 经查看结果是忘记修改/etc/security/limits.conf 关于/etc/security/limits.conf解释及应用,看我转载..
分类:其他好文   时间:2014-06-02 04:11:33    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!