摘要: 1.oncontextmenu="window.event.returnvalue=false"将彻底屏蔽鼠标右键no可用于Table 2.取消选取、防止复制3.onpaste="returnfalse"不准粘贴4.oncopy="returnfalse;"oncut="returnfalse;"防止复制5.IE地址栏前换成自己的图标6.可以在收藏夹中显示出你的图标7.关闭输入法8.永远都会带着框... 阅读全文
posted @ 2005-05-16 08:45 aaron.net 阅读(812) 评论(0) 推荐(0) 编辑
摘要: 疯牛涕淌是从零二年夏天开始玩魔兽的,到现在也算只老鸟了吧。你是不是也是个魔兽迷呀?不过话说回来,玩物可不能丧志的,不知你在玩过这些游戏的时候,是不是和我一样也思考些别的东西,比如软件的设计思想等等什么的。呵呵,别骂我变态 好好好言归正传(故意咳嗽两下)!领会面向对象,关键是这三个基本的概念:封装、继承和多态性。我按照顺序分别讲解一下。 封装是什么呢?很简单,在你写代码的时候,你一定有过把一个变... 阅读全文
posted @ 2005-04-26 13:57 aaron.net 阅读(568) 评论(0) 推荐(0) 编辑
摘要: strSQL = "update table set title=@title,content=@content where id="+id+"" myConn = New OleDbConnection(strConn) myCommand = New OleDbCommand(strSQL, myConn) myCommand.Parameters.Add("@title",new_ti... 阅读全文
posted @ 2005-04-19 10:35 aaron.net 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 满屏 表格内容在表格最上方 表格自动换行 阅读全文
posted @ 2005-04-02 08:15 aaron.net 阅读(1183) 评论(0) 推荐(0) 编辑
摘要: 后台 if e.CommandName = "select" then DataList1.SelectedIndex = e.Item.ItemIndex Dim objConn As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" &... 阅读全文
posted @ 2005-03-13 10:54 aaron.net 阅读(1239) 评论(0) 推荐(0) 编辑
摘要: http://go.microsoft.com/fwlink/?linkid=30092&clcid=0x409 Visual Web Developer 2005 Express Edition Beta Visual Studio 2005 Express Beta Products(Full Package) Download http://blog.joycode.co... 阅读全文
posted @ 2005-03-12 14:32 aaron.net 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 控件如果在中,则需要声明! 阅读全文
posted @ 2005-03-11 19:54 aaron.net 阅读(436) 评论(0) 推荐(0) 编辑
摘要: http://chs.gotdotnet.com/quickstart/aspplus/doc/webcontrolsref.aspx 阅读全文
posted @ 2005-03-10 10:46 aaron.net 阅读(524) 评论(0) 推荐(0) 编辑
摘要: http://www.ithome.name/Article/ShowArticle.asp?ArticleID=34 阅读全文
posted @ 2005-03-10 10:43 aaron.net 阅读(305) 评论(0) 推荐(0) 编辑
摘要: A:link { color: #fffff; text-decoration:none} A:visited { color: #ffffff; text-decoration: none} A:active { color: #ffffff; text-decoration: none} 阅读全文
posted @ 2005-03-09 12:42 aaron.net 阅读(338) 评论(0) 推荐(0) 编辑