civ3

编程好玩

导航

上一页 1 ··· 6 7 8 9 10 11 下一页

2005年8月28日 #

js模拟可移动、可拉伸、可吸附的窗体

摘要: http://www.cnblogs.com/Files/civ3/moveable03.rar 在ff和ie中调试良好。 用Dom查看器看了一下,很耗资源,过两天用prototype改一下看看。 吸附的实现有些难度,也是我原创成分最多的地方,也是还有Bug没De干净的地方:P divs[i].followMe=function(){ var o=this; ... 阅读全文

posted @ 2005-08-28 20:51 civ3's .NET studying 阅读(669) 评论(0) 推荐(0) 编辑

两个有用的数组扩展方法

摘要: Array.prototype._push=function(c){ for(var j in this) if(this[j]==c)return false; this.push(c); return true; } Array.prototype.kick=function(c){ for... 阅读全文

posted @ 2005-08-28 17:48 civ3's .NET studying 阅读(343) 评论(0) 推荐(0) 编辑

2005年8月27日 #

Drag div in standard

摘要: aa blue 一会儿去封装一下。 很常用的。 阅读全文

posted @ 2005-08-27 22:04 civ3's .NET studying 阅读(357) 评论(1) 推荐(0) 编辑

Do pop with C#

摘要: using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.... 阅读全文

posted @ 2005-08-27 18:25 civ3's .NET studying 阅读(370) 评论(0) 推荐(0) 编辑

Trackback with C#

摘要: private void Button1_Click(object sender, System.EventArgs e) { HttpWebRequest HttpWReq=(HttpWebRequest)WebRequest.Create("http://tb.donews.net/TrackBack.aspx?PostId=52... 阅读全文

posted @ 2005-08-27 09:01 civ3's .NET studying 阅读(398) 评论(1) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 下一页