2008年6月26日

C++

摘要: 有点郁闷,就看看了C|++ 看的更闷。 // XStudy.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <stdlib.h> #include <stdio.h> #include <malloc.h> #include <memory.h> struct CacheData{ char* cacheItemKey; char* cacheItem; int size; } CP[16],*All; typedef struct _myinfo_deta... 阅读全文

posted @ 2008-06-26 12:17 老代哥哥 阅读(129) 评论(0) 推荐(0) 编辑

搜索框的实现JS

摘要: <script language="javascript" type="text/javascript"> if(typeof String.__Trimed =="undefined"){ String.prototype.trim = function() { var t = this.replace(/(^/s*)|(/s*$)/g, ""); return t.replace(/(^ *)|( *$)/g, "");... 阅读全文

posted @ 2008-06-26 12:13 老代哥哥 阅读(519) 评论(0) 推荐(0) 编辑

ajaxLoginCtrl4StudyezCom

摘要: using System; using System.Data; using System.Configuration; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; namespace A... 阅读全文

posted @ 2008-06-26 12:11 老代哥哥 阅读(148) 评论(0) 推荐(0) 编辑

导航