上一页 1 ··· 9 10 11 12 13 14 15 下一页
  2009年3月30日
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace CustomWebControl.PageN... 阅读全文
posted @ 2009-03-30 10:34 雨季 阅读(323) 评论(0) 推荐(0) 编辑
  2009年3月24日
摘要: AutoComplete.aspx: 无标题页 WebService AutoCompleteService.asmx AutoCompleteService.cs: [WebService(Namespace = ... 阅读全文
posted @ 2009-03-24 15:08 雨季 阅读(533) 评论(0) 推荐(0) 编辑
摘要: 具体的设置方法见压缩包内说明文档. httpd.ini配置方法 (每个大括号代表一个url参数,其中用正则表达式匹配.) RewriteRule ^(.*)/([a-z0-9\-\_]+)$ $1/Default\.aspx\?id=$2 # http://localhost/Text 就会等同于 http://localhost/Default.aspx?id=Text # RewriteR... 阅读全文
posted @ 2009-03-24 15:08 雨季 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 转自:CunFen Blog 首先新建文档,设置背景色黑色,其他默认,然后建四个图层。 第一层用来放视频元件,方法如下: 1,在"库"面板("窗口">"库")中,从"库"弹出菜单中选择"新建视频"。 2,在"视频属性"对话框中,命名视频元件并选择"视频"(由 ActionScript 控制)。 3,将视频对象从"库"面板拖到舞台正中间,以创建视频对象实例。 4,对此视频元件取实例名为 "my... 阅读全文
posted @ 2009-03-24 15:06 雨季 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 效果图: 引用:Microsoft Office Web Components 11.0 using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; ... 阅读全文
posted @ 2009-03-24 14:57 雨季 阅读(1043) 评论(0) 推荐(0) 编辑
摘要: click() 对象.click() 使对象被点击。 closed 对象.closed 对象窗口是否已关闭true/false clearTimeout(对象) 清除已设置的setTimeout对象 clearInterval(对象) 清除已设置的setInterval对象 confirm("提示信息") 弹出确认框,确定返回true取消返回false cursor:样式 更改鼠标样式 hand ... 阅读全文
posted @ 2009-03-24 14:54 雨季 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 转自:http://hi.baidu.com/xfwql/blog/item/5b7d96437575951172f05d4d.html 阅读全文
posted @ 2009-03-24 14:54 雨季 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 完美兼容IE6/IE7/FF的通用方法 关于CSS对各个浏览器兼容已经是老生常谈的问题了, 网络上的教程遍地都是.以下内容没有太多新颖, 纯属个人总结, 希望能对初学者有一定的帮助. 一、CSS HACK 以下两种方法几乎能解决现今所有HACK. 1, !important 随着IE7对!important的支持, !important 方法现在只针对IE6的HACK.(注意写法.记得该声明... 阅读全文
posted @ 2009-03-24 14:53 雨季 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 转:http://topic.csdn.net/t/20030918/17/2275535.html 1 楼acewang(龍芯*Inside!) 在SQL Server中保存和输出任意类型的文件 我们可以把任意类型的文件保存到SQL Server中,在进行例子之前,先建立测试用表,TestFile.sql: if exists (select *... 阅读全文
posted @ 2009-03-24 14:48 雨季 阅读(300) 评论(0) 推荐(0) 编辑
摘要: exec sp_tableoption N'Excel', 'text in row', 'OFF' declare excel_cursor cursor local for select f_title,f_from,f_about,f_type,f_filesize,f_filename,f_filetype,f_date,TEXTPTR(f_file) from dbsxcoalcom20... 阅读全文
posted @ 2009-03-24 14:47 雨季 阅读(479) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 下一页