11 2012 档案

摘要:using System;using System.Web;using System.Xml;using System.Collections;using System.Net;using System.Text;using System.IO;using System.Xml.Serialization;/// <summary>/// 利用WebRequest/WebResponse进行WebService调用的类/// </summary>public class WebSvcCaller{ //<webServices> // <protoco 阅读全文
posted @ 2012-11-22 09:26 chlyzone 阅读(743) 评论(0) 推荐(0)
摘要:ed2k://|file|cn_office_professional_plus_2010_x86_515501.exe|841530616|8DC55422EB5AE6B24BFF1BDE43C7F555|/ed2k://|file|cn_office_professional_plus_2010_x64_515528.exe|912825496|B4F9B4635A6D440DD619592330D246B6|/ed2k://|file|ct_office_professional_plus_2010_x86_516579.exe|829068952|47931507F45CE597673 阅读全文
posted @ 2012-11-21 09:38 chlyzone 阅读(1977) 评论(0) 推荐(0)
摘要:使用SystemInformation类//当前的屏幕除任务栏外的工作域大小string currentScreenSize_OutTaskBar=SystemInformation.WorkingArea.Width.ToString() + "," +SystemInformation.WorkingArea.Height.ToString();MessageBox.Show("当前的屏幕除任务栏外的工作域大小为:"+currentScreenSize_OutTaskBar);//当前的屏幕包括任务栏的工作域大小string currentScree 阅读全文
posted @ 2012-11-05 09:53 chlyzone 阅读(14903) 评论(1) 推荐(1)