码迷,mamicode.com
首页 >  
搜索关键字:Forms    ( 2772个结果
每天一个JavaScript实例-防止重复表单提交
每天一个JavaScript实例-防止重复表单提交 #refresh{ display: none; width:200px; height:20px; background-color: #ff0; } var inprocess = false; window.onload = function(){ document.forms["picker"].ons...
分类:编程语言   时间:2014-10-21 12:18:40    阅读次数:247
Delphi7 之 内存篇(四)
一个使用私有堆的例子:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = clas...
分类:Windows程序   时间:2014-10-21 10:04:17    阅读次数:267
五张图概括 什么是 ASP 、 ASP.NET (Web Pages,Web Forms ,MVC )
当你看懂下面这五张图,我相信你对于学习.NET Web开发路线将不陌生! 来源:http://www.w3school.com.cn/ASP ASP.NETWeb PagesWeb Forms MVC 建议结合 :http://msdn.microsoft...
分类:Web程序   时间:2014-10-21 02:14:37    阅读次数:171
uva 11107Life Forms
题目:给你n(=l,统计每个原字符串是不是出现过,我这边用了一个set去判断当前已经出现过多少种。当高度数组 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #...
分类:其他好文   时间:2014-10-21 00:55:49    阅读次数:258
Delphi常用函数库
unit SkyPublic;interfaceusesWindows,SysUtils,Classes,Controls,Dialogs,ShellApi,Menus,StdCtrls,registry,Forms,Graphics,Math,DateUtils;typeTQuarter = 1....
分类:Windows程序   时间:2014-10-21 00:44:54    阅读次数:544
全局消息
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) Butto...
分类:其他好文   时间:2014-10-21 00:42:36    阅读次数:217
C#钩子类 几乎捕获键盘鼠标所有事件
usingSystem;usingSystem.Text;usingSystem.Runtime.InteropServices;usingSystem.Reflection;usingSystem.Windows.Forms;namespaceMouseKeyboardLibrary{//////...
分类:Windows程序   时间:2014-10-20 09:49:43    阅读次数:283
WPF、WinForm(C#)多线程编程并更新界面(UI)(转载积累)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Linq;using System.Windows.Forms;using Syst...
分类:编程语言   时间:2014-10-20 00:42:01    阅读次数:280
关于ASP.NET的“Forms身份验证”
目录结构如图如示:如果用户没有通过身份验证则跳转到登录页面让用户登录,在配置文件的结点下添加如下代码: 登录的后台代码为(在这里用户名和密码都设置为admin,chkPWD:是否记住密码):首先导入命名空间:usingSystem.Web.Security;if(TextBox1.Text==".....
分类:Web程序   时间:2014-10-20 00:41:51    阅读次数:232
Magento添加一个下拉登陆菜单Create Magento Dropdown Login in a few minutes
Dropdown login forms are not a feature many online stores use, but in some cases they could be quite useful UX feature. In this tutorial, I will expla...
分类:其他好文   时间:2014-10-19 21:11:45    阅读次数:373
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!