摘要:
数据库分页 阅读全文
摘要:
#include <stdio.h>//标准输入输出头文件:std=standard,i=input,o=output,h=head/* 在 stdio.h 中定义了 printf() 和 scanf()*/#include <stdlib.h>//标准库文件:std-standard,lib=li 阅读全文
摘要:
<% Class Cls_FSO Public objFSO Private Sub Class_Initialize() Set objFSO = Server.CreateObject("Scripting.FileSystemObject") End Sub Private Sub class 阅读全文
摘要:
绑定控件的使用方法 DataSet ds = new DataSet(); ds.ReadXml(@"TuFaType.xml"); for (int j = 0; j < ds.Tables[0].Rows.Count; j++) { this.comboBoxType.Items.Add(ds. 阅读全文