05 2014 档案

摘要:一、引用CSS和JS二、HTML代码三、JS代码$('#dept').combotree({ url: '#{GetDeptTree}', required: false, onSelect: function (node) { $.ajax({ ... 阅读全文
posted @ 2014-05-24 12:11 0611163 阅读(613) 评论(0) 推荐(0)
摘要:select distinct stu.*,dbo.GetClassNameByStudentCode(stu.Code) as ClassName,dbo.GetCourseNameByStudentCode(stu.Code) as CourseName,dbo.GetLinkmanByStud... 阅读全文
posted @ 2014-05-23 22:59 0611163 阅读(1692) 评论(0) 推荐(0)
摘要:USE [FM_Dev]GO/****** 对象: UserDefinedFunction [dbo].[GetClassNameByStudentCode] 脚本日期: 05/23/2014 17:20:43 ******/SET ANSI_NULLS ONGOSET QUOTED_IDE... 阅读全文
posted @ 2014-05-23 22:49 0611163 阅读(1250) 评论(0) 推荐(0)