摘要: <%@ Page Language="C#" MasterPageFile="~/Admin/MasterPage.master" AutoEventWireup="true" CodeBehind="ScoreTemplate.aspx.cs" Inherits="PowerEasy.SiteFactory.WebSite.Admin.Ssms.ScoreTemplate" Title="成绩导入模板"%><asp:Content ID="Con 阅读全文
posted @ 2012-08-07 23:22 zhudongwei 阅读(135) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Data;BLLusing System.Data.OleDb;using System.Text;namespace PowerEasy.SiteFactory.Bll.Ssms{ /// <summary> /// Score BLL Layer /// </summary> public sealed class Score { private static readonly IScore dal 阅读全文
posted @ 2012-08-07 23:17 zhudongwei 阅读(259) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Data;BLLusing System.Data.OleDb;using System.Text;namespace PowerEasy.SiteFactory.Bll.Ssms{ /// <summary> /// Score BLL Layer /// </summary> public sealed class Score { private static readonly IScore dal 阅读全文
posted @ 2012-08-07 23:16 zhudongwei 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 本专栏摘选自《The Guru's Guide to SQL Server Architecture and Internals》 Introduction 在这篇专栏里,我们将从开发者的角度来探讨SQL Server内存管理内幕。就是说,我们将讨论SQL Server使用API和操作系统功能管理内存的方式及其工作原理。通过这种方式探讨一个产品,将有助于我们理解产品开发者的思路,以及他们所设计的使... 阅读全文
posted @ 2008-05-29 18:11 zhudongwei 阅读(379) 评论(0) 推荐(0) 编辑
摘要: SQL Server执行部分语句的内存代价 众所周知,SQL Server执行SQL语句的性能判定标准主要是IO读取数大小。本文在不违反这一原则情况下,同时来分析一下部分SQL语句执行时,SQL Server内存的变化情况。 首先简述一下SQL Server内存占用的特点。SQL Server所占用的内存除程序(即SQL Server引擎)外,主要包括缓存的数据(Buffer)和执行计划(Cach... 阅读全文
posted @ 2008-05-28 16:49 zhudongwei 阅读(278) 评论(0) 推荐(0) 编辑
摘要: <html> <head> </head> <body> <p align="center"> <script> function locking(){ document.all.ly.style.display="block"; document.all.ly.style.width=document.bod... 阅读全文
posted @ 2008-05-28 15:29 zhudongwei 阅读(657) 评论(1) 推荐(0) 编辑
摘要: <html> <head>dd</head> <script language="javascript"> var obj1,obj2,obj3,obj4 function Myalert(){ obj1=document.createElement('<div id="a" style="position:absolute;filt... 阅读全文
posted @ 2008-05-28 15:07 zhudongwei 阅读(898) 评论(3) 推荐(0) 编辑