码迷,mamicode.com
首页 >  
搜索关键字:Forms    ( 2772个结果
【翻译】C#中使用BackgroundWorker实现多线程
原文地址:MultiThreading Using a Background Worker, C# 介绍 当开发Windows Forms应用程序时,你会常常注意到:当执行某个耗时的操作,比如处理一个打文件或是从远程服务器请求数据 ,用户界面会进入假死状态。这是由于你的应用程序是运行在单线程下。这个...
分类:编程语言   时间:2014-11-14 00:02:21    阅读次数:860
poj3294 UVA 11107 Life Forms 后缀数组
http://poj.org/problem?id=3294 Life Forms Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 9931   Accepted: 2739 Description You may have wondered why ...
分类:编程语言   时间:2014-11-13 22:31:32    阅读次数:200
用css3和jQuery制作精美的表单
用css3和jQuery制作一个简单的精美表单html代码如下:Mask Your Input Forms and Make It Beauty Too Plain Fading The Label Username Password Sliding? Don't Wor...
分类:Web程序   时间:2014-11-10 15:05:34    阅读次数:198
DJANTO之FORM
文档很仔细,但熟悉要慢慢来~~from django.shortcuts import renderfrom contact.forms import ContactFormfrom django.http import HttpResponseRedirectfrom django.core.ma...
分类:其他好文   时间:2014-11-08 19:27:29    阅读次数:139
从DataGridView导出Excel
从DataGridView导出Excel的两种情况,不多说,直接记录代码。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;usin...
分类:Windows程序   时间:2014-11-07 18:26:53    阅读次数:199
Delphi单元文件
unit Unit1; //单元文件名 interface //这是接口关键字,用它来标识文件所调用的单元文件 uses //程序用到的公共单元 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Di...
分类:Windows程序   时间:2014-11-07 16:22:28    阅读次数:174
Gem5下同时模拟多个benchmark
仅模拟一个benchmark的脚本 # Copyright (c) 2006-2008 The Regents of The University of Michigan # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are...
分类:其他好文   时间:2014-11-07 11:17:39    阅读次数:385
IE11下ASP.NET Forms身份认证无法保存Cookie的问题
IE11下ASP.NET Forms身份认证无法保存Cookie的问题折腾了三四天,今天才找到资料,解决了。以下会转贴,还没来得及深究,先放着,有空再学习下。ASP.NET中使用Forms身份认证常见的做法如下:1. 网站根目录下的Web.config添加authentication节点 2. 在....
分类:Web程序   时间:2014-11-06 19:31:29    阅读次数:200
ListView双击事件
1 Private Sub lstShowRunning_MouseDoubleClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles lstShowRunning.M....
分类:其他好文   时间:2014-11-06 19:20:31    阅读次数:179
Problem 006——Circular Sequence
Some DNA sequences exist in circular forms as in the following figure, which shows a circular sequence ``CGAGTCAGCT", that is, the last symbol ``T" in...
分类:其他好文   时间:2014-11-06 10:46:48    阅读次数:174
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!