码迷,mamicode.com
首页 >  
搜索关键字:ebs clone 克隆 passwor    ( 9731个结果
EBS与FMW集成工作流管理器的检查
工作流管理器的检查点(DB层面):--1:数据库job aq参数设置,建议设置job_queue_processes》=10select p.NAME,p.DESCRIPTION,p.VALUE fromv$parameter pwhere p.name in('job_queue_processe...
分类:其他好文   时间:2014-07-16 22:57:24    阅读次数:206
让jQuery的ajaxFileUpload插件支持onchange事件
ajaxFileUpload插件只能上传一次的BUG发现还不少人遇到,很不幸我也遇到的,使用后发现里面的坑还不少,在createUploadForm方法中有句var newElement = jQuery(oldElement).clone(); // 修改成clone(true),同时复制事件另外...
分类:Web程序   时间:2014-07-16 21:56:15    阅读次数:151
EBS Archiving and Purging: You Know you need to
A number of trends in the IT industry have contributed to the increasing size of ERP application databases and show no signs of abating. These include...
分类:其他好文   时间:2014-07-16 19:56:00    阅读次数:306
Mac OS X中Android Kernel的下载方法
在上一篇日志中,我总结了大家提供的下载Android源码的方法,这里再简单总结一下内核的下载方法。参考这里的介绍:http://source.android.com/source/building-kernels.html#downloading-sources ,下载内核源码相对简单很多。我这里下载下来一共1G多一些。在终端输入: $ git clone https://android.goo...
分类:移动开发   时间:2014-07-12 23:35:53    阅读次数:260
iOS Mobile Development: Using Xcode Targets to Reuse the Code 使用xcode targets来实现代码复用
In the context of iOS mobile app development, a clone is simply an app that is based off another mobile app. A clone usually has more or less the same...
分类:移动开发   时间:2014-07-12 13:23:03    阅读次数:1667
解决克隆 centos虚拟机后修改克隆后的机器的ip、mac、uuid失败的问题
解决办法:So here’s how we fix it:Remove the kernel’s networking interface rules file so that it can be regenerated# rm -f /etc/udev/rules.d/70-persistent-...
分类:其他好文   时间:2014-07-12 09:11:25    阅读次数:473
git常用命令
git clone addr 复制到本地git branch xx 创建分支XXgit branch -b XX 创建并进入分支XX [-a列出所有 -d删除分支]git branch -rd origin/xxx 删除本地分支的远程关联,是关联git branch remote 查看远程分支git...
分类:其他好文   时间:2014-07-11 21:39:19    阅读次数:218
查询EBS中LOV的SQL语句
帮助->关于会话 SID : 507DECLARE l_sid NUMBER := :SID;BEGIN FOR cur_sql IN (SELECT sql_text FROM v$sqltext_with_newlines t WHERE t.address IN (SELECT s.prev_...
分类:数据库   时间:2014-07-11 09:59:01    阅读次数:334
eclipse config 2 tab -> space
编码规范要求不允许使用tab,但是又要有4个字符的缩进,连点4次space,这不是程序员的风格 来看看 eclipse 设置一次tab像space的转换 如下操作 Window->Preferences   基于K&R clone一个新的代码风格 更改缩进风格   缩进大小为4,即4个字符,OK完成了...
分类:系统相关   时间:2014-07-10 20:38:42    阅读次数:303
libmodbus遇到的问题
我在github网站git clone下载的libmodbus,编译的过程中遇到了很多问题,问题也是接踵而至,陷入无限的循环中。请教郭工,于是我就到http://libmodbus.org/download/下载最新版本的,果然编译的很顺畅,一点问题也没有。在参考github网站的libmodbus的内容就可以了。...
分类:数据库   时间:2014-07-10 17:48:51    阅读次数:313
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!