摘要:
using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { // 创建一个委托实例,封装C类的静态方法M1 MyDelegate d1 = new MyDele... 阅读全文
摘要:
《SQL必知必会》学习笔记(一) 下面变列出我新学到的知识。 这个是数据库的全部记录 1.order by 语句: select * from Scores order by name , Score desc 执行结果: ①order by在执行排序功能时,会先对排序字段按abcd这样的顺序进行, 阅读全文