上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: 事件源对象 event.srcElement.tagName event.srcElement.type 捕获释放 event.srcElement.setCapture(); event.srcElement.releaseCapture(); 事件按键 event.keyCode event.shif... 阅读全文
posted @ 2007-09-11 17:13 columbus.yan 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 主页面(要求刷新的页面)要求每一分钟刷新一次系统时间 //创建httpRequest对象 //显示平台系统时间 getSystemTime.jsp //获得系统的当前时间,也就是输出结果的页面 Ajax.js function makeRequest(url) { http_request = false; if ... 阅读全文
posted @ 2007-09-07 17:23 columbus.yan 阅读(833) 评论(0) 推荐(0) 编辑
摘要: C# Visual Studio 2005中RichTextBox保存文件为rtf格式 SaveFileDialog saveFile1 = new SaveFileDialog(); // Initialize the SaveFileDialog to specify the RTF extention for the file. saveFile1.DefaultExt = "*.rtf"... 阅读全文
posted @ 2007-09-07 16:05 columbus.yan 阅读(1176) 评论(0) 推荐(0) 编辑
摘要: CREATE PROCEDURE sp_vProducts_GetProducts @startDateTime varchar(50), @endDateTime varchar(50) AS SELECT vProducts.BeginningYear + '/' + vProducts.BeginningMonth + '/' + vProducts.BeginningDay + ... 阅读全文
posted @ 2007-09-01 10:50 columbus.yan 阅读(756) 评论(1) 推荐(0) 编辑
摘要: 在本篇文件中,我们将讨论编程人员在使用ASP.NET开发应用程序时需要注意的10个技巧,这些技巧涉及从缺省的控件、表单名的改变到StringBuilder类的使用,有助于编程人员能够尽快地适应.NET环境。 1、在使用Visual Studio .NET时,除直接或非引用的对象外,不要使用缺省的名字。 .NET带来的好处之一是所有的源代码和配置文件都是纯文本文件,能够使用No... 阅读全文
posted @ 2007-08-25 09:52 columbus.yan 阅读(121) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页