码迷,mamicode.com
首页 >  
搜索关键字:docker install/container operation    ( 19931个结果
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
连接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
ffmpeg av_interleaved_write_frame Operation not permitted
今天在使用ffmpeg时出现了Operation not permitted通过增加打印信息发现是在av_interleaved_write_frame出现的问题,昨天还没出现这个问题,很奇怪,就把昨天的拿过来试还是一样,最后发现时少加了O_CREAT昨天没事是因为之前那个文件存在,Linux基础太...
分类:其他好文   时间:2014-06-03 07:11:24    阅读次数:380
-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
CF(438D) The Child and Sequence(线段树)
题意:对数列有三种操作: Print operation l,?r. Picks should write down the value of . Modulo operation l,?r,?x. Picks should perform assignment a[i]?=?a[i] mod x for each i (l?≤?i?≤?r). Set operation k...
分类:其他好文   时间:2014-06-02 02:56:56    阅读次数:465
安装CentOS
1. 用UltraISO,将CentOS写入U盘,然后将两个CentOS iso文件也拷贝到u盘中,由于u盘FAT32的限制,需要调整第一个iso文件的尺寸,剪切到4GB以内即可拷贝进u盘2. 用u盘安装,没啥好说,3. 拔下u盘,重启动后,出现missing operation system的错误...
分类:其他好文   时间:2014-06-02 00:31:22    阅读次数:360
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!