combobox 的 datasource一般是查询存储过程得到 ,但在测试或演示时,也可以自己定义
, 方法是 : DataTable customerTable = new DataTable(); customerTable.Columns.Add(...
分类:
其他好文 时间:
2014-05-26 01:35:34
阅读次数:
184
里氏代换原则(Liskov Substitution Principle,
LSP)1什么是里氏代换原则 里氏代换原则是由麻省理工学院(MIT)计算机科学实验室的Liskov女士,在1987年的OOPSLA大会上发表的一篇文章《Data
Abstraction and Hierarchy》里面提出来...
分类:
其他好文 时间:
2014-05-26 01:26:05
阅读次数:
379
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-05-26 00:40:38
阅读次数:
214
form1.cs using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Text;using Syst...
分类:
其他好文 时间:
2014-05-26 00:25:36
阅读次数:
336
:-(,好久没写博客了,原因也很多,就不赘述了。直接开始翻译今天下午阅读的文章:如何阅读论文。之所以写这个,因为我看完之后感觉有点启发,自己之前阅读论文确实存在这个问题。先给出链接:http://blizzard.cs.uwaterloo.ca/keshav/home/Papers/data/07/...
分类:
其他好文 时间:
2014-05-26 00:13:25
阅读次数:
304
jQuery的serialize()方法通过序列化表单值,创建URL编码文本字符串,我们就可以选择一个或多个表单元素,也可以直接选择form将其序列化,如:First
name: Last name: $(document).ready(function(){ console.log($("f...
分类:
Web程序 时间:
2014-05-25 23:37:11
阅读次数:
388
-----010-form.html ----- 1 2 3 4 5 一个PHP网页 6 7 8 9
10 用户名:11 密码:12 13 14 15 16 17 -----010-get....
分类:
Web程序 时间:
2014-05-25 19:39:57
阅读次数:
281
-----012-form.html ----- 一个PHP网页 用户名: 密码:
-----012-session.php ----- 1 2 3 4 5 一个PHP网页 6 7 8...
分类:
Web程序 时间:
2014-05-25 03:35:09
阅读次数:
345
-----013-form.html ----- 1 2 3 4 5 一个PHP网页 6 7 8 9
10 用户名:11 密码:12 13 14 15 16 17 -----013-cook...
分类:
Web程序 时间:
2014-05-25 03:09:29
阅读次数:
335
-----011-form.html ----- 1 2 3 4 5 一个PHP网页 6 7 8 9
10 随便选择几句:11 17 18 19 20 21 -----011-post.php ----- ...
分类:
Web程序 时间:
2014-05-25 02:20:42
阅读次数:
497