Generated Image
上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 在工程中添加一个 webservice 使用默认的 红色部分为后添加 为了要让ScriptManager识别这个WEBSERVICE WebService.cs using System;using System.Web;using System.Collections;using System.Web.Services;using System.Web.Services.Protocols; ... 阅读全文
posted @ 2007-05-27 13:22 桂圆 阅读(844) 评论(3) 推荐(0) 编辑
摘要: ......) 2、建议为容器添加样式overflow = auto,如(......) 3、为了更准确的获取滚动区域的宽度和高度,请尽可能将各滚动单位直接赋予正确宽高度 4、对于TABLE标记的横向滚动,需要对TABLE添加样式display = inline,如(......) 5、对于翻屏滚动或间歇滚动,要注意各滚动单位间的间距,同... 阅读全文
posted @ 2007-05-26 00:59 桂圆 阅读(2003) 评论(6) 推荐(0) 编辑
摘要: 引用:http://www.lvjiyong.com/item/prototype1,http://www.lvjiyong.com/item/prototype2,http://www.lvjiyong.com/item/prototype3prototype.js 是Sam Stephenson写的一个Javascript的小框架(实际上是一个函数库),该框架首页是:http://protot... 阅读全文
posted @ 2007-05-23 22:56 桂圆 阅读(374) 评论(0) 推荐(0) 编辑
摘要: UrlRewritingNet是一个可以在ASP.NET2.0里使用的实现url重写的一个组件,并且是开源的,使用这个控件,大家通过定义里面的规则就可以实现url重写。利用它开发人员可以很容易的实现Url重写的功能,提高开发效率. ·新建立一个网站项目,添加UrlRewritingNet.UrlRewriter.dll到bin目录下。 ·在web.config里进行相关的配置 “Asp.Ne... 阅读全文
posted @ 2007-05-21 00:48 桂圆 阅读(1263) 评论(1) 推荐(0) 编辑
摘要: 【软件设计精要与模式】到手前天在 当当网上定的 今天早上就送到了¥46.8 呵呵 在扉页中看见的 dudu 等一群人的 照片 呵呵 阅读全文
posted @ 2007-05-19 09:20 桂圆 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 如果你找的javascript的东西的话,建议你 ctrl+F 直接在这个页上找,因为这里80%有你要找的,但是要让你挨着看的话,你就准备看完就去配眼镜!! 事件源对象 event.srcElement.tagName event.srcElement.type 捕获释放 event.srcElement.setCapture(); event.srcElement.releaseCap... 阅读全文
posted @ 2007-05-19 04:33 桂圆 阅读(441) 评论(0) 推荐(0) 编辑
摘要: SQLServer Transact SQL全集(转) --语 句 功 能1、数据操作SELECT --从数据库表中检索数据行和列INSERT --向数据库表添加新数据行DELETE --从数据库表中删除数据行UPDATE --更新数据库表中的数据2、数据定义CREATE TABLE --... 阅读全文
posted @ 2007-05-19 04:23 桂圆 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 1 创建脚本块 1 2 隐藏脚本代码 1 在不支持JavaScript的浏览器中将不执行相关代码3 浏览器不支持的时候显示 12 Hello to the non-JavaScript browser.3 4 链接外部脚本文件 1 5 注释脚本 12// This is a comment3document.write(“Hello”); // This is a comment4/**... 阅读全文
posted @ 2007-05-18 23:43 桂圆 阅读(241) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/luqingfei/archive/2007/03/1... 用VS建两个项目(CustomControlSample, TestControl), 项目类型分别是类库(不是内裤!!!), Windows应用程序. using System.Windows.Forms; using System.Drawing; namespace Custo... 阅读全文
posted @ 2007-05-18 01:31 桂圆 阅读(730) 评论(0) 推荐(0) 编辑
摘要: ICSharpCode.TextEditor来自开源项目SharpDevelop, using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Form... 阅读全文
posted @ 2007-05-16 18:44 桂圆 阅读(5308) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页