本文收集自----MSDN一:Forms 身份验证流程在 Forms 身份验证方案中,应用程序直接从用户那里收集名字和密码等凭据,并自己判断这些信息的真实性。应用程序不使用 IIS 身份验证,但 IIS 身份验证设置可以影响 Forms 身份验证。作为一项原则,当您使用 Forms 身份验证时,请在...
分类:
Web程序 时间:
2014-06-28 21:43:54
阅读次数:
290
转自: 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
2014-06-20 BaoXinjian一、摘要Oracle 并发程式中Host Type的可执行程式,它的作用是用于调用Unix Shell去执行某些需求个人觉得Oracle EBS中引入Host去调用unix shell其弥补了很多PLSQL类型程式无法做的某些功能,以unix shell的语...
分类:
数据库 时间:
2014-06-28 11:54:12
阅读次数:
1396
2014-06-20 BaoXinjian一、摘要如果在Oracle EBS中开发Unix Shell,必定会涉及到在Shell中调用PLSQL,在Shell调用PLSQL一般是通过SQLPlus这个工具关于SQLPlus需明白SQLPlus的登录方式和常用命令,具体的在另文介绍SQLPlus的用法...
分类:
数据库 时间:
2014-06-24 09:39:16
阅读次数:
603
开发工具: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
1.winform窗体a. 最大,最小按钮:this.maxizebox,this.minizeboxb.不允许用户修改窗口大小:this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;c.修改标题: this....
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是一个经常使用的东西,它有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
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