摘要: 微软(中国)有限公司Oracle 公司IBM
阅读全文
摘要: 点金软件,国内领先的综合性教学模拟软件提供商之一。点金软件是一家集科研、软件开发、销售、服务于一体的典型的将科技成果转化为教育生产力的科技型综合性企业。点金软件以满足客户需求为目标,为国内教学单位提供创新性、客户化的产品和服务,协助高校进一步普及无纸化教学、使教学理论和实践紧密结合,推广现代化的教学方法和手段, 有效提高学生的学习兴趣、提升教学效果、保证教学质量。 点金软件拥有业界最完整产品线和解...
阅读全文
摘要: ROW_NUMBER returns a sequential number, starting at 1, for each row returned in a resultset.CREATE PROCEDURE dbo.ShowLog @PageIndex INT, @PageSize INT ASBEGIN WITH LogEntries AS ( SELECT ROW_NUMBER()...
阅读全文
摘要: 欢迎大家访问.http://sysinfo.com.cn/
阅读全文
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1Page_Load()2{3this.FileUpload1.Attributes.Add("onchange","document.getElementById('"+this.Image1.Clie...
阅读全文
摘要: 今天同事想通过执行.sql脚本达到恢复初始数据的目的,顺便贴出来,以方便达者.//应用Process前请引用:System.Diagnostics命名空间.string infile=System.Web.HttpContext.Current.Server.MapPath("test.sql");Process sqlprocess=new Process(); sqlprocess.Start...
阅读全文
摘要: ASP.NET VERSIONS: 2.0 (Beta 2)The New Controls of ASP.NET 2.0Microsoft has outdone itselfBy Steve C. OrrThe number of controls included in ASP.NET 1.x was impressive, but Microsoft has really outdone ...
阅读全文
摘要: ASP.NET "Atlas" WikiThe ASP.NET "Atlas" Wiki Sample Kit is a Visual Studio 2005 web project template, which is installed by Visual Studio and creates a 'new web site' template that is used to create y...
阅读全文
摘要: 常见的 Web 项目转换问题及解决方案发布日期: 2006-2-23 | 更新日期: 2006-2-23Michael BundschuhProgram Manager, MicrosoftRobert McGovernInfusion Development适用于:ASP.NET 1.xASP.NET 2.0Visual Studio .NET 2003Visual Studio 2005摘要:...
阅读全文
摘要: 1<scriptlanguage="JavaScript">2<!--34/*5**==================================================================================================6**类名:CLASS_MSN_MESSAGE7**功能:提供类似MSN消息框8**示例:9-----...
阅读全文