为了方便测试, 我把官方提供的
C:\Users\Public\Documents\Embarcadero\Studio\14.0\Samples\data\FDDemo.sdb 复制了一份到
C:\Temp\FDDemo.sdb.{新建一个 VCL Forms Application, 然后添加如...
分类:
数据库 时间:
2014-05-23 09:15:03
阅读次数:
451
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Tex...
分类:
其他好文 时间:
2014-05-22 12:36:05
阅读次数:
243
template html(模板文件): 有如下一个form:from django import
formsclass UploadFileForm(forms.Form): title = forms.CharField(max_length=50)
file ...
分类:
其他好文 时间:
2014-05-19 11:45:23
阅读次数:
317
1 using System; 2 using System.Diagnostics; 3
using System.Threading; 4 using System.Windows.Forms; 5 using UtilityClass; 6 7
namespace Program 8 { .....
分类:
其他好文 时间:
2014-05-17 01:03:00
阅读次数:
311
1. 创建一个空白的项目,在其中创建Host – Windows Console
Application,Client – Windows forms Application和DataExchangeWorkflows – Activity
Library这三个项目。创建后应该结构类似于下图:2. ...
分类:
其他好文 时间:
2014-05-16 19:13:25
阅读次数:
895
program.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace GroupBoxTest13
{
static class Program
{
///
/// 应用程序的...
分类:
其他好文 时间:
2014-05-16 01:56:45
阅读次数:
319
【题目】
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Find two lines, which together with x-axis forms a contain...
分类:
其他好文 时间:
2014-05-16 01:32:47
阅读次数:
406
web.config中:节格式: //I.Windows: 使用IIS验证方式 II.Forms:
使用基于窗体的验证方式 III.Passport: 采用Passport cookie验证模式 IV.None: 不采用任何验证方式 //I.Name:
指定完成身份验证的Http cookie的名....
分类:
其他好文 时间:
2014-05-15 17:12:14
阅读次数:
279
在IE10+Mozilla
Firefox都正常,升级到IE11的电脑都登陆不了了。。。奇怪好像是IE11保存不了COOKIE啊发现需要这么设置一下:form验证给forms添加cookieless="UseCookies"属性,用以明确告诉服务器使用Cookie来保存用户验证...
分类:
其他好文 时间:
2014-05-15 13:42:32
阅读次数:
273
代码中一开始的 几个 USES 单元,可能是多余的。unit
ShareRestrictedSD;interfaceuses Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Shlobj, ActiveX, Dia.....
分类:
其他好文 时间:
2014-05-13 18:48:38
阅读次数:
347