码迷,mamicode.com
首页 >  
搜索关键字:ebs forms errors    ( 6124个结果
EBS OAF开发中的Java 实体对象(Entity Object)验证功能补充
EBS OAF开发中的Java 实体对象(Entity Object)验证功能补充(版权声明,本人原创或者翻译的文章如需转载,如转载用于个人学习,请注明出处;否则请与本人联系,违者必究)EO理论上是仅仅有产品组维护,里面包括其全部的业务逻辑,并提供对应的Expert给自己或者其他产品组使用。而VO是...
分类:编程语言   时间:2014-07-07 13:46:23    阅读次数:215
EBS安装完成后,对数据库相关配置的改动
EBS安装完成后,对数据库相关配置的改动1.转为ASM,数据文件,控制文件,redo log,archived log从文件系统转移至ASM2.禁用resource manager由于发现系统的一个等待事件:resmgr:cpu quantum,这是由于resource manager的原因。看来r...
分类:数据库   时间:2014-07-07 13:19:51    阅读次数:267
为 WinForm 加快捷键
using System;using System.Collections.Generic;using System.Runtime.InteropServices;using System.Windows.Forms;namespace drmaple{ class HotKey { ...
分类:Windows程序   时间:2014-07-03 06:14:42    阅读次数:259
C# 安装字体
using System.Windows.Forms;using System.Runtime.InteropServices;using System.IO;[DllImport("kernel32.dll", SetLastError = true)]static extern int Writ...
分类:其他好文   时间:2014-07-02 22:46:27    阅读次数:334
使用WebService与Oracle EBS进行集成
一、概述 OracleEBS是Oracle公司的ERP产品,这个产品非常庞大,可以对企业的各个方面进行强大的管理功能,一般大型企业都会用到它的部分模块,根据公司的性质不同,选择的模块也会有所不同。对于生产型企业,所采购的模块中都会包括产品及价格等管理模块。 ERP属于大型系统,能选择Oracle E...
分类:数据库   时间:2014-07-02 20:26:37    阅读次数:267
C#播放MP3源代码
代码如下: 1 using System; 2 using System.Runtime.InteropServices; 3 using System.Text; 4 using System.IO ; 5 using System.Windows.Forms; 6 namesp...
分类:其他好文   时间:2014-07-02 20:23:24    阅读次数:241
EBS OAF开发中实体对象和视图对象的属性设置器
EBS OAF开发中实体对象和视图对象的属性设置器(版权声明,本人原创或者翻译的文章如需转载,如转载用于个人学习,请注明出处;否则请与本人联系,违者必究)源文:Home > Oracle Application Framework Documentation Set, Release 12.2 > Oracle Application Framework Developer's Guide > C...
分类:其他好文   时间:2014-07-02 07:14:51    阅读次数:216
c# 上传文件删除旧文件 记事本提取目录
html:<inputid="Fi_Fp"runat="server"name="Fi_Fp"type="file"/>.cs:usingSystem.IO;usingSystem.Text.RegularExpressions;usingSystem.Windows.Forms;if(Fi_Fp.PostedFile.ContentLength>0)//上传了新图书{b._upfile=uploadFile(Fi_Fp);if(isTxt==true){b._txtlist=r..
分类:其他好文   时间:2014-07-02 06:47:27    阅读次数:204
PHP如何关闭notice级别的错误提示
1、在php.ini文件中改动error_reporting改为:error_reporting=E_ALL & ~E_NOTICE2、如果你不能操作php.ini文件,你可以使用如下方法在你想禁止notice错误提示的页面中加入如下代码:/* Report all errors except E_...
分类:Web程序   时间:2014-07-01 19:20:22    阅读次数:225
C# DataGridView点击Enter键切换单元格
#region 将ENTER键转换为TAB protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { base.OnKeyUp(e); if (...
分类:Windows程序   时间:2014-06-29 20:04:19    阅读次数:343
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!