1 #include 2 using namespace std; 3 //#define
maxSize 20 4 template 5 class Queue 6 { 7 private : 8 // T data[maxSize]; 9 int
maxSize;10 ...
分类:
其他好文 时间:
2014-05-26 02:50:09
阅读次数:
267
PROPAGATION_REQUIRED PROPAGATION_REQUIRED
PROPAGATION_REQUIRED PROPAGATION_REQUIRED PROPAGATION_R...
分类:
编程语言 时间:
2014-05-26 02:26:01
阅读次数:
317
1 #include 2 using namespace std; 3 template 4
class Queue 5 { 6 private: 7 struct node 8 { 9 T data;10 node * next;11 ...
分类:
其他好文 时间:
2014-05-26 02:19:36
阅读次数:
213
环境配置项目使用SSH架构,现在要添加Spring事务管理功能,针对当前环境,只需要添加Spring 2.0
AOP类库即可。添加方法:点击项目右键->Build Path->Add librarys:打开Add Libraries对话框,然后选定
MyEclipse Libraries:点击Nex...
分类:
编程语言 时间:
2014-05-26 02:12:33
阅读次数:
581
http://www.cnblogs.com/lhb25/archive/2013/04/02/50-jquery-plugins-d.htmlresponsive-carousel
是一个内容传送带插件,支持鼠标、触摸和键盘操作。默认包含 slide/drag 过渡特效,你也通过 data 属性应...
分类:
Web程序 时间:
2014-05-26 01:50:38
阅读次数:
496
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