摘要:
C 数组 法一: string[] s1 = new string[3] { "John", "Paul", "Mary" }; if (s1.Contains("John")) Response.Write("fadfadfa"); 法二: int[] ia = {1,2,3}; int id = 阅读全文
摘要:
http://www.cnblogs.com/PearlRan/p/4833044.html function inputchenk() { var value = document.getElementById("txtUserName").value; if (value == "") { al 阅读全文
摘要:
SQL Server 是Microsoft 公司推出的关系型数据库管理系统。具有使用方便可伸缩性好与相关软件集成程度高等优点,可跨越从运行Microsoft Windows 98 的膝上型电脑到运行Microsoft Windows 2012 的大型多处理器的服务器等多种平台使用。 Microsof 阅读全文
摘要:
建议大家采用另外一种编码风格,不要在程序中到处都有这种LZ程序生成的代码:
begin with qryMain do begin try Close; SQL.Clear; SQL.Add('Delete From MONTASK where TASKID=:TASKID'); Pa... 阅读全文
摘要:
1、 SELECT from Ex_PlanPerson where isconfirm 1 AND plan_id=12 AND user_id in (select user_id from Ex_PlanPerson WHERE plan_id=12 group by user_id havi 阅读全文