摘要:
function getMainHead() { $("LabelWelcome").innerHTML = GetWelcomeByTime() + " 今天是:" + GetSimpleDate() + " " + GetWeekDay() + " " + GetCnDate() + SolarTerm(new Date()); }function GetWelcomeByTime() { var now = new Date(); var hour = now.getHours(); var hello = 阅读全文
posted @ 2011-06-30 18:43
Tom Fan
阅读(419)
评论(0)
推荐(0)
摘要:
表示内存中数据的一个表。 命名空间:System.Data程序集:System.Data(在 system.data.dll 中)语法[SerializableAttribute] public class DataTable : MarshalByValueComponent, IListSource, ISupportInitializeNotification, ISupportInitialize, ISerializable, IXmlSerializable实例// Put the next line into the Declarations section.private Sy 阅读全文
posted @ 2011-06-30 11:10
Tom Fan
阅读(345)
评论(0)
推荐(1)
摘要:
DataTable.Select 阅读全文
posted @ 2011-06-30 11:04
Tom Fan
阅读(463)
评论(0)
推荐(0)