08 2011 档案
摘要:一条sql 语句搞定数据库分页select top 10 b.* from (select top 20 主键字段,排序字段 from 表名 order by 排序字段 desc) a,表名 b where b.主键字段 = a.主键字段 order by a.排序字段
阅读全文
摘要:/// <summary> /// 将字符串转换为变量名 /// </summary> public partial class Form1 : Form { string str = "spp"; public string spp = "every good"; public Form1() { InitializeComponent(); MessageBox.Show(this.GetType().GetField(str).GetValue(this).ToSt...
阅读全文

浙公网安备 33010602011771号