拐角的蜗牛

2006年7月7日 #

Vista 5381.1 细节欣赏 多图

摘要: Vista 5381.1 细节欣赏 多图screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="i... 阅读全文

posted @ 2006-07-07 11:27 拐角的蜗牛 阅读(168) 评论(0) 推荐(0)

2006年7月6日 #

测试压缩ASP.NET中的ViewState

摘要: 服务器端控件带来的好外我在这就不多说了,但多过的使用服务器端件保存控件的状态会带来大量的ViewState的情况大家一定遇到过吧.过多的ViewState会很大程度上降低页面的加载速度制成服务器端的性能下降.以下是结合CSharpZipLib对ViewState进行压缩的方法.using System;using System.Web.UI;using System.IO;using ICShar... 阅读全文

posted @ 2006-07-06 09:37 拐角的蜗牛 阅读(178) 评论(0) 推荐(0)

2006年7月4日 #

WINDOWS XP完全安装极度第五版(两种版本供选择)配图

摘要: WINDOWS XP完全安装极度第五版(两种版本供选择)配图图片: screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out'... 阅读全文

posted @ 2006-07-04 12:04 拐角的蜗牛 阅读(1007) 评论(0) 推荐(0)

2006年7月3日 #

测试JavaScript 与 ASP.NET 2.0 配合使用

摘要: Web 开发人员一直在通过将服务器端处理和客户端处理结合使用来解决浏览器的限制。客户端的工作逻辑和应用程序进程可使基于浏览器的应用程序看起来响应更及时且更“快速”。过去,对于客户端开发来说,大多数开发人员使用 JavaScript,并将此编程语言混合到了他们知名的 Microsoft Active Server 页面与服务器端 Microsoft Visual Basic Scripting Ed... 阅读全文

posted @ 2006-07-03 09:54 拐角的蜗牛 阅读(219) 评论(0) 推荐(0)

2006年6月30日 #

测试用于 ASP.NET 的 AJAX

摘要: 什么是 AJAX? AJAX 是 Asynchronous JavaScript And XML(异步 JavaScript 和 XML)的缩写,它不是一项技术,而是很多技术的集合。AJAX 使用通信技术(通常为 SOAP 和 XML)发送和接收对服务器的异步请求/响应,然后利用显示技术(JavaScript、DOM、HTML 和 CSS)处理响应。如今,使用 AJAX 的应用程序是合法的,因为多... 阅读全文

posted @ 2006-06-30 11:40 拐角的蜗牛 阅读(149) 评论(0) 推荐(0)

2006年6月29日 #

Configure ASP.NET for Delegation

摘要: Open a Web.config file in a text editor such as Notepad. The Web.config file is located in the Web Application folder.In the Web.config file, locate the following information in the section: Under ... 阅读全文

posted @ 2006-06-29 10:14 拐角的蜗牛 阅读(141) 评论(0) 推荐(0)

2006年6月27日 #

SQL和Oracle函数对比

摘要: 1.绝对值 S:select abs(-1) value O:select abs(-1) value from dual 2.取整(大) S:select ceiling(-1.001) value O:select ceil(-1.001) value from dual 3.取整(小) S:select floor(-1.001) value O:select... 阅读全文

posted @ 2006-06-27 09:35 拐角的蜗牛 阅读(256) 评论(0) 推荐(0)

2006年6月23日 #

ASP.NET 发邮件

摘要: 1Dim mail As New MailMessage() 2 mail.To = mailTo.Text 3 mail.From = "gghouse@163.com" 4 mail.Subject = mailSubject.Text 5 mail.BodyFormat = MailFormat.Text 6 ... 阅读全文

posted @ 2006-06-23 10:20 拐角的蜗牛 阅读(156) 评论(0) 推荐(0)

导航