码迷,mamicode.com
首页 >  
搜索关键字:ebs forms errors    ( 6124个结果
nginx-404与fastcgi_intercept_errors指令
nginx-404与fastcgi_intercept_errors指令fastcgi_intercept_errors语法:fastcgi_intercept_errors on|off默认值:fastcgi_intercept_errors off使用字段:http, server, locat...
分类:其他好文   时间:2014-05-10 03:20:15    阅读次数:270
EBS R12 修改 apps 密码[Z]
注意:修改密码时应保证所有用户已退出, 最好是关闭应用实例。不用关闭数据库。在修改密码之前一定要改备下数据库中的FND_ORACLE_USERID和FND_USER表。FNDCPASS工具会自动把APPS用户的密码和APPLSYS用户的密码和APPLSYS用户的密码同步设置成一样的。在修改完APPL...
分类:移动开发   时间:2014-05-10 00:08:47    阅读次数:1672
让窗体自适应屏幕
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V.....
分类:Windows程序   时间:2014-05-09 08:54:26    阅读次数:494
同步窗体移动
方法2unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, ...
分类:移动开发   时间:2014-05-09 08:45:39    阅读次数:315
C#定时器
在Framework中存在着4种定时器:其中分为两类,多线程计时器1:System.Threading.Timer2:System.Timers.Timer特殊目的的单线程计时器:1:System.Windows.Forms.Timer(Windows Forms Timer)2:System.Wi...
分类:其他好文   时间:2014-05-09 05:00:21    阅读次数:283
可以限制中文输入的文本框
这个是在昨天的基础上做的更改,测试已经满足大家的要求,如果谁有更好的办法也请交流一下 下面是代码: 'sunnyxing2004-04-01最后修改  Public Class MyTextBox  Inherits System.Windows.Forms.TextBox  Private m_strValidText As String = "0123456789.+...
分类:其他好文   时间:2014-05-09 01:56:38    阅读次数:309
ASP.NET MVC 4 (十三) 基于表单的身份验证
在前面的章节中我们知道可以在MVC应用程序中使用[Authorize]特性来限制用户对某些网址(控制器/控制器方法)的访问,但这都是在对用户认证之后,而用户的认证则依然是使用ASP.NET平台的认证机制。ASP.NET提供Windows和Forms两种身份验证,前者主要用于Intranet上域环境内...
分类:Web程序   时间:2014-05-09 00:07:46    阅读次数:510
C#:TextBox控件操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// TextBox控...
分类:其他好文   时间:2014-05-08 19:15:06    阅读次数:293
C#下点击右键之后自动选择为当前选中的节点
private void treeView1_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e) { if(e.Button==MouseButtons.Right) { TreeNode tn=treeView1.GetNodeAt(e.X,e.Y); if(tn!=null)treeView1.SelectedNode...
分类:其他好文   时间:2014-05-08 16:24:44    阅读次数:308
EBS OAF开发中的Java 实体对象(Entity Object)验证功能补充
EBS OAF开发中的Java 实体对象(Entity Object)验证功能补充(版权声明,本人原创或者翻译的文章如需转载,如转载用于个人学习,请注明出处;否则请与本人联系,违者必究)EO理论上是只有产品组维护,里面包含其所有的业务逻辑,并提供相应的Expert给自己或者其它产品组使用。而VO是各个组根据需要或基于EO或者只读的SQL而建立的,里面可以根据需要添加自己的业务实现和逻辑。对于EO内...
分类:编程语言   时间:2014-05-08 04:38:41    阅读次数:342
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!