posts - 29,  comments - 25,  trackbacks - 0
公告
05 2007 档案
改变鼠标样式
posted @ 2007-05-21 14:53 everlasting 阅读(155) | 评论 (0) 编辑
连接access数据库及插入数据
摘要: //连接access数据库用的代码1OleDbConnectionconn;//声明一个OledbConnection对象2conn=newOleDbConnection();//建立一个oledbConnection对象3//设定连接字符串ConnectionString4conn.ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;"5+"Da...阅读全文
posted @ 2007-05-16 10:29 everlasting 阅读(1130) | 评论 (0) 编辑
在网页上实现图标的漂浮移动效果
摘要: <div id=float_icon style="VISIBILITY: hidden; POSITION: absolute; LEFT=0;TOP=0"><a href="http://pageantry.cnblogs.com" target="_blank"><img src="D:\1\1.JPG"></a></div><...阅读全文
posted @ 2007-05-12 15:07 everlasting 阅读(747) | 评论 (0) 编辑