04 2012 档案

摘要:1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> 2: 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w... 阅读全文
posted @ 2012-04-17 11:03 高捍得 阅读(595) 评论(0) 推荐(0)
摘要:HttpWebRequest webrequest = (HttpWebRequest)HttpWebRequest.Create("http://www.baidu.com"); HttpWebResponse webreponse = (HttpWebResponse)webrequest.GetResponse(); Stream stream = w... 阅读全文
posted @ 2012-04-13 09:15 高捍得 阅读(560) 评论(0) 推荐(0)
摘要:原文地址:http://msdn.microsoft.com/en-us/library/windows/apps/br229561.aspx 第四章知识结构: 第一节:Data binding 数据绑定 http://msdn.microsoft.com/en-us/library/windows/apps/hh758311.aspx 给html 元素绑定 数据和样式: 实现效... 阅读全文
posted @ 2012-04-10 13:07 高捍得 阅读(311) 评论(0) 推荐(0)
摘要:原文地址:http://msdn.microsoft.com/en-us/library/windows/apps/hh465228.aspx 第二章知识结构: 1.create UI resources 下面新建一个资源文件: 新建文件之后,默认内容如下,那么我们就可以自定里面的内容,以后我们以后来调用这里面的数据 2.load UI resources 载入资源 载入资源分很多种方... 阅读全文
posted @ 2012-04-09 12:09 高捍得 阅读(249) 评论(0) 推荐(0)
摘要:原文地址:http://msdn.microsoft.com/en-us/library/windows/apps/br211362.aspx 第一章知识结构: 第三节:Animating your UI with the Animation Library(动画页面) 原文地址:http://msdn.microsoft.com/en-us/library/windows/apps/h... 阅读全文
posted @ 2012-04-01 13:11 高捍得 阅读(717) 评论(0) 推荐(0)