摘要:
1.鼠标滚动图片大小调整 screen.width-screen.width/2) this.style.width=screen.width-screen.width/2" onmousewheel="return bbimg(this)" > 2.图片自动缩小到固定大小 3.滚轮图片缩放的代码 然后在中加入 onDblClick="return Resize(this,10... 阅读全文
摘要:
一.Sql 2000得到表字段详细信息。 SELECT colorder=a.colorder,--列号ColumnName=a.name, --列名称TypeName=b.name, --列类型Length=(case when b.name='nvarchar' then a.length/2 else a.length end), --列长度Preci=COLUMNPR... 阅读全文
摘要:
//杨春//2008-7-10//删除指定目录下所有文件 用来处理饼状图 柱状图产生的缓冲文件 using System;using System.Data;using System.IO;using System.Data.SqlClient; /// /// DeleteFile 的摘要说明/// namespace YangChun{ public class DeleteFil... 阅读全文