码迷,mamicode.com
首页 >  
搜索关键字:Forms    ( 2772个结果
C#统计目录中文件MD5值
1. [代码]统计目录中文件MD5值 using System.IO;using System.Security.Cryptography;using System.Collections;using System.Windows.Forms;IDataObject iData = Clipboa....
分类:其他好文   时间:2014-09-13 17:05:25    阅读次数:170
.NET调用osql.exe执行sql脚本创建表和存储过程
using System;using System.Diagnostics;using System.Windows.Forms;namespace WindowsFormsApplication1{ public partial class Form1 : Form { public Form1(...
分类:数据库   时间:2014-09-13 17:02:36    阅读次数:302
[Erlang 0111] Erlang Abstract Format , Part 2
上回书,我们说到飞天玉虎蒋伯芳来到蜈蚣岭,不是,重来,上回咱们说到可以在Erlang Shell里面手工构造,加载并调用一个模块.在那个demo里面,我把多个Form单独生成出来,最后放在一起做compile:forms,是不是可以简单点?我们先看完整的module代码,erl_scan:string之后是什么样子的:   erl_syntax   1 ...
分类:其他好文   时间:2014-09-12 12:05:07    阅读次数:350
django-cms 代码研究(五)
前言:前戏已经做得比较充分了,下面我们开始步入正题。代码结构:cms|--admin (猜测是admin界面的二次开发和改良)|--cache (猜测是缓存机制的处理)|--extensions (猜测是各种扩展的支持包:比如video/picture/teaser等等)|--forms (猜测是所...
分类:其他好文   时间:2014-09-09 17:39:09    阅读次数:209
DataBinding examples
Databinding in Windows Forms demo (CSWinFormDataBinding)/************************************* Module Header **************************************\* ...
分类:其他好文   时间:2014-09-08 10:45:06    阅读次数:199
delphi手动创建dataset并插入值
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V.....
分类:其他好文   时间:2014-09-05 22:17:12    阅读次数:297
powershell利用winform批量执行tsql语句
#加载.net的winform模块[Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")$app=[System.Windows.Forms.Application]$myForm=new-object System.Wi...
分类:数据库   时间:2014-09-05 18:06:31    阅读次数:333
django的form,数据存入方面
使用的django版本 1.4.51 # -*- coding:utf-8 -*-2 from django import forms3 4 class ContactForm(forms.Form):5 project = forms.CharField(max_length=30)6 ...
分类:其他好文   时间:2014-09-05 16:06:11    阅读次数:196
django的form,数据在html的显示
django版本1.4.5针对models里面的 CharField下面写方法在models.py中,给CharField添加参数 1 from django.db import models 2 from django.forms import ModelForm 3 4 TITLE_CHO...
分类:Web程序   时间:2014-09-05 16:06:01    阅读次数:219
Download rtsp.c
1. [代码][C/C++]代码 /** Copyright (c) 2011, Jim Hollinger* All rights reserved.** Redistribution and use in source and binary forms, with or without* mod...
分类:其他好文   时间:2014-09-04 16:40:09    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!