摘要:
static void Main(string[] args) { int j; int m = 9; for (int i = 1; i 0 && j != 1) Console.Write("+"); Console.Write(j); } Console.ReadLine(); } public static int sum(int... 阅读全文
摘要:
在写按时间段查询的sql语句的时候 一般我们会这么写查询条件: where date>='2010-01-01' and date<='2010-10-1'。 但是在实执行Sql时些语句会转换成这样: where date>='2010-01-01 0:00:00' and date<='2010- 阅读全文
摘要:
user32.dll中的所有函数 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; namespace 阅读全文