摘要:
一. 主要内容关键点:1. 随机生成的验证码需要保存在Session,一般处理程序要使用Session必须实现IRequresSessionState接口。2. 上午03 - 联合查询。3. 上午05 - $.ajax()方法的使用,比$.post()或者$.get()更灵活。4. 存储过程分页?5... 阅读全文
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Data; 5 using System.Data.SqlClient; 6 using System.Ref... 阅读全文
摘要:
--1.0 创建存储过程CREATE PROCEDURE usp_GetClassASSELECT * FROM Classes--2.0 调用存储过程EXECUTE GetClass--3.0 命名规范,系统存储过程以sp_或者xp_开头,我们自己定义的存储过程则以usp_开头--4.0 系统自带... 阅读全文