码迷,mamicode.com
首页 >  
搜索关键字:ebs forms errors    ( 6124个结果
ASP.NET --Form身份验证
本文收集自----MSDN一:Forms 身份验证流程在 Forms 身份验证方案中,应用程序直接从用户那里收集名字和密码等凭据,并自己判断这些信息的真实性。应用程序不使用 IIS 身份验证,但 IIS 身份验证设置可以影响 Forms 身份验证。作为一项原则,当您使用 Forms 身份验证时,请在...
分类:Web程序   时间:2014-06-28 21:43:54    阅读次数:290
unblock with 'mysqladmin flush-hosts'"
转自: http://www.cnblogs.com/susuyu/archive/2013/05/28/3104249.htmlMySql Host is blocked because of many connection errors; unblock with 'mysqladmin flu...
分类:数据库   时间:2014-06-28 18:28:17    阅读次数:264
Unix Shell_Oracle EBS基于主机文件Host开发详解(案例)
2014-06-20 BaoXinjian一、摘要Oracle 并发程式中Host Type的可执行程式,它的作用是用于调用Unix Shell去执行某些需求个人觉得Oracle EBS中引入Host去调用unix shell其弥补了很多PLSQL类型程式无法做的某些功能,以unix shell的语...
分类:数据库   时间:2014-06-28 11:54:12    阅读次数:1396
Unix Shell_Shell调用SQLPlus简介(案例)
2014-06-20 BaoXinjian一、摘要如果在Oracle EBS中开发Unix Shell,必定会涉及到在Shell中调用PLSQL,在Shell调用PLSQL一般是通过SQLPlus这个工具关于SQLPlus需明白SQLPlus的登录方式和常用命令,具体的在另文介绍SQLPlus的用法...
分类:数据库   时间:2014-06-24 09:39:16    阅读次数:603
模具厂MES项目介绍
开发工具:Microsoft Visual Studio 2012数据库: Oracle开发语言:C#(4.0)版本控制工具:TortoiseSVN底层ORM框架:IBatisNet第三方UI:Infragistics NetAdvantage Windows Forms 2013.1项目文件:代码...
分类:其他好文   时间:2014-06-23 06:43:20    阅读次数:670
第一次做winform界面问题总结
1.winform窗体a. 最大,最小按钮:this.maxizebox,this.minizeboxb.不允许用户修改窗口大小:this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;c.修改标题: this....
分类:Windows程序   时间:2014-06-23 00:11:36    阅读次数:448
asp.net中使用forms验证
Forms验证
分类:Web程序   时间:2014-06-20 20:51:32    阅读次数:225
备份数据表为insert 脚本
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, ...
分类:其他好文   时间:2014-06-20 19:35:03    阅读次数:167
Timer 定时器
Timer是一个经常使用的东西,它有3种类型的Timer。分别是: 1.定义在System.Windows.Forms里; 2.定义在System.Threading.Timer类里; 3.定义在System.Timers.Timer类里; ◆System.Windows.Forms.T...
分类:其他好文   时间:2014-06-20 17:11:20    阅读次数:169
Delphi I/O Errors
The following are the Windows API (and former DOS) IO errors, which are also the IO errors often returned by Delphi programs, and which are generally ...
分类:其他好文   时间:2014-06-17 15:22:35    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!