09 2013 档案

摘要:using System;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Ink;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Animation;using System.Windows.Shapes;using System.Text;using System.Windows.Media 阅读全文
posted @ 2013-09-24 16:10 nil 阅读(699) 评论(0) 推荐(0) 编辑
摘要:/// /// 获取系统信息 /// private string GetDeviceInfo() { StringBuilder sb = new StringBuilder(); sb.AppendLine("设备制造商:" + DeviceStatus.DeviceManufacturer); sb.AppendLine("设备名称:" + DeviceStatus.DeviceName); sb.AppendLine("物理... 阅读全文
posted @ 2013-09-24 11:31 nil 阅读(235) 评论(0) 推荐(0) 编辑
摘要:本主题使用每台 Windows 计算机上提供的Echo和Quote of the Day服务。在所有 Windows 版本中都提供了简单 TCP/IP 服务功能。该功能会提供了以下服务:Character Generator、Daytime、Discard、Echo和Quote of the Day。每个服务都可以通过 TCP 访问,并且都分配了一个用于通信的默认端口。默认服务与端口的映射如下所示。服务名称说明端口Echo回显在该服务器端口上接收到的任何消息中的数据。Echo 作为网络调试和监视工具可能非常有用。7Quote of the Day在消息中以一行或多行文本的形式返回报价。报价从以 阅读全文
posted @ 2013-09-03 14:10 nil 阅读(2278) 评论(0) 推荐(1) 编辑
摘要:如何使用独立存储资源管理器工具 http://msdn.microsoft.com/zh-CN/library/hh286408(v=vs.92)C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\IsolatedStorageExplorerTool\ISETool.exe应用程序的 Product GUID,它在 WPAppManifest.xml 文件的 App 元素的 ProductID 属性中指定。列出根目录中的文件和目录ISETool.exe dir 如果独立存储包含目录,则键入以下命令。ISETool.e. 阅读全文
posted @ 2013-09-03 09:18 nil 阅读(295) 评论(0) 推荐(0) 编辑