上一页 1 2 3 4 5 6 ··· 17 下一页
摘要: <title></title> <script src="js/Jquery1.7.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { function post() { $.ajax({ type: "post", contentType: "application/json", url: "WebBlock 阅读全文
posted @ 2013-06-14 08:35 奇奇博客 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 前台代码:<head runat="server"> <title></title> <link href="js/jquery.autocomplete.css" rel="stylesheet" type="text/css" /> <script src="js/Jquery1.7.js" type="text/javascript"></script> <script src="j 阅读全文
posted @ 2013-06-13 21:44 奇奇博客 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 前台代码:<div> <asp:GridView ID="GridView1" runat="server"> </asp:GridView> </div>后台代码: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { if (Cache["news"] == null) { DataTable dt = LoadData(); //Cache.Insert("news", 阅读全文
posted @ 2013-06-13 21:42 奇奇博客 阅读(902) 评论(0) 推荐(0) 编辑
摘要: 前台代码:<form id="form1" runat="server"> <div> 见面时间:<asp:TextBox ID="MeetTime" runat="server"></asp:TextBox><br /> 见面地点:<asp:TextBox ID="MeetAddress" runat="server"></asp:TextBox><br /> 当天天气:< 阅读全文
posted @ 2013-06-13 21:35 奇奇博客 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 放出安装地址http://blog.csdn.net/shang_111111/article/details/8998363 阅读全文
posted @ 2013-06-13 20:50 奇奇博客 阅读(93) 评论(0) 推荐(0) 编辑
摘要: Session模型简介 Session是什么呢?简单来说就是服务器给客户端的一个编号。当一台WWW服务器运行时,可能有若干个用户浏览正在运正在这台服务器上的网站。当每个用户首次与这台WWW服务器建立连接时,他就与这个服务器建立了一个Session,同时服务器会自动为其分配一个SessionID,用以标识这个用户的唯一身份。这个SessionID是由WWW服务器随机产生的一个由24个字符组成的字符串,我们会在下面的实验中见到它的实际样子。这个唯一的SessionID是有很大的实际意义的。当一个用户提交了表单时,浏览器会将用户的SessionID自动附加在HTTP头信息中,(这是浏览器的自动功能, 阅读全文
posted @ 2013-06-13 20:48 奇奇博客 阅读(101) 评论(0) 推荐(0) 编辑
摘要: <!--LayoutRoot 是包含所有页面内容的根网格--> <Grid x:Name="LayoutRoot" Background="Transparent"> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="*"/> </Grid.RowDefinitions> <!--TitlePanel 包含应用程序的名称和页标题--> 阅读全文
posted @ 2013-06-10 09:00 奇奇博客 阅读(208) 评论(0) 推荐(0) 编辑
摘要: wp7闪光灯放开出下载地址http://download.csdn.net/detail/shang_111111/5556617 阅读全文
posted @ 2013-06-10 08:57 奇奇博客 阅读(103) 评论(0) 推荐(0) 编辑
摘要: <!--LayoutRoot 是包含所有页面内容的根网格--> <Grid x:Name="LayoutRoot" Background="#666"> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="*"/> </Grid.RowDefinitions> <!--TitlePanel 包含应用程序的名称和页标题--> <S 阅读全文
posted @ 2013-06-10 08:51 奇奇博客 阅读(223) 评论(0) 推荐(0) 编辑
摘要: <!--LayoutRoot 是包含所有页面内容的根网格--> <Grid x:Name="LayoutRoot" Background="Transparent"> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="*"/> </Grid.RowDefinitions> <!--TitlePanel 包含应用程序的名称和页标题--> 阅读全文
posted @ 2013-06-10 08:28 奇奇博客 阅读(152) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 17 下一页