System Information

Impossible Is Nothing...

置顶随笔 #

[置顶]Microsoft & Oracle +IBM

摘要: 微软(中国)有限公司Oracle 公司IBM阅读全文

posted @ 2005-10-05 10:21 SysInfo 阅读(203) 评论(1) 编辑

2010年6月24日 #

榆林点金信息技术有限责任公司,国内领先的综合性教学模拟软件提供商之一。

摘要: 点金软件,国内领先的综合性教学模拟软件提供商之一。点金软件是一家集科研、软件开发、销售、服务于一体的典型的将科技成果转化为教育生产力的科技型综合性企业。点金软件以满足客户需求为目标,为国内教学单位提供创新性、客户化的产品和服务,协助高校进一步普及无纸化教学、使教学理论和实践紧密结合,推广现代化的教学方法和手段, 有效提高学生的学习兴趣、提升教学效果、保证教学质量。 点金软件拥有业界最完整产品线和解...阅读全文

posted @ 2010-06-24 08:49 SysInfo 阅读(42) 评论(0) 编辑

2006年5月11日 #

[转]一个利用Sql Server 20005的 ROW_NUMBER Function 的分页存储过程.

摘要: 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()...阅读全文

posted @ 2006-05-11 16:28 SysInfo 阅读(398) 评论(0) 编辑

2006年5月7日 #

新域名注册成功.http://sysinfo.com.cn/

摘要: 欢迎大家访问.http://sysinfo.com.cn/阅读全文

posted @ 2006-05-07 13:06 SysInfo 阅读(587) 评论(1) 编辑

2006年4月20日 #

如何在上传图片之前预览图片?

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1Page_Load()2{3this.FileUpload1.Attributes.Add("onchange","document.getElementById('"+this.Image1.Clie...阅读全文

posted @ 2006-04-20 22:36 SysInfo 阅读(1217) 评论(3) 编辑

2006年3月6日 #

asp.net执行.sql文件

摘要: 今天同事想通过执行.sql脚本达到恢复初始数据的目的,顺便贴出来,以方便达者.//应用Process前请引用:System.Diagnostics命名空间.string infile=System.Web.HttpContext.Current.Server.MapPath("test.sql");Process sqlprocess=new Process(); sqlprocess.Start...阅读全文

posted @ 2006-03-06 13:45 SysInfo 阅读(859) 评论(0) 编辑

2006年2月24日 #

The New Controls of ASP.NET 2.0

摘要: 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 ...阅读全文

posted @ 2006-02-24 14:00 SysInfo 阅读(1021) 评论(0) 编辑

Installing the ASP.NET "Atlas" Wiki

摘要: 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...阅读全文

posted @ 2006-02-24 09:07 SysInfo 阅读(596) 评论(0) 编辑

2006年2月23日 #

[转]常见的 Web 项目转换问题及解决方案

摘要: 常见的 Web 项目转换问题及解决方案发布日期: 2006-2-23 | 更新日期: 2006-2-23Michael BundschuhProgram Manager, MicrosoftRobert McGovernInfusion Development适用于:ASP.NET 1.xASP.NET 2.0Visual Studio .NET 2003Visual Studio 2005摘要:...阅读全文

posted @ 2006-02-23 18:58 SysInfo 阅读(752) 评论(0) 编辑

2006年1月26日 #

今天下午回家:提前给大家拜个年!

摘要: 新年新起色,买辆跑车!哈哈哈。。。阅读全文

posted @ 2006-01-26 09:38 SysInfo 阅读(260) 评论(0) 编辑

2006年1月12日 #

[转]MSN消息提示类(纯js编写)

摘要: 1<scriptlanguage="JavaScript">2<!--34/*5**==================================================================================================6**类名:CLASS_MSN_MESSAGE7**功能:提供类似MSN消息框8**示例:9-----...阅读全文

posted @ 2006-01-12 08:55 SysInfo 阅读(733) 评论(0) 编辑