上一页 1 ··· 9 10 11 12 13 14 下一页
摘要: foreach(System.Net.Cookie cookie in webIf.Cookie.GetCookies(new Uri("http://baidu.com"))){ string str= cookie.Name + "=" + cookie.Value;} 阅读全文
posted @ 2012-01-04 15:58 xiaofoyuan 阅读(995) 评论(0) 推荐(0) 编辑
摘要: //创建ListBoxItemListBoxItem li = new ListBoxItem();li.Content = "test";//创建ContextMenu ContextMenu menu = new ContextMenu(); MenuItem menuItem1 = new MenuItem(); menuItem1.Header = "This is Menu Item 1"; menuItem1.Click += new RoutedEventHandler(MenuItem_Click); menu.Items.Add(men 阅读全文
posted @ 2011-12-19 11:33 xiaofoyuan 阅读(462) 评论(0) 推荐(0) 编辑
摘要: //开始时间TimeSpan start = new TimeSpan(DateTime.Now.Ticks);//结束时间TimeSpan end=new TimeSpan(DateTime.Now.Ticks);//计算两个时间之间的毫秒级的时间差((TimeSpan)(start.Subtract(end).Duration())).TotalMilliseconds 阅读全文
posted @ 2011-12-15 13:50 xiaofoyuan 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 1、打开VS2010命令窗口2、输入命令:msbuild e:\code\myProject.csproj /p:Configuration=Debug /p:OutputPath=bin/Debug /p:Platform=x86 /p:PlatformTarget=x86(注:x86是系统版本)3、按回车 阅读全文
posted @ 2011-12-12 15:18 xiaofoyuan 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 虽然基于浏览器的操作系统还未“雄霸天下”,但对Web开发者来说2011年无疑是“风景不错”的一年。这是一个适合Web开发的“美好时代”,有很多有史以来最好的开发工具可供使用,下面我们将介绍五款2011年最受欢迎的Web开发工具:1.jQuery和jQuery MobilejQuery是一款免费且开放源代码的JavaScript代码库,而jQuery Mobile是jQuery在手机和平板上的版本。jQuery Mobile不仅能给主流移动平台带来jQuery核心库,还能发布一个完整统一的jQuery移动UI框架,支持全球主流的手机、平板、电子阅读器、台式电脑等平台。据微软关于jQuery的调查 阅读全文
posted @ 2011-12-12 09:40 xiaofoyuan 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 产生此问题的原因是没有给ApplicationBarIconButton的“Icon”复制,给此属性赋值之后就不会报此错误了 阅读全文
posted @ 2011-12-08 13:05 xiaofoyuan 阅读(467) 评论(0) 推荐(1) 编辑
摘要: 1、在应用程序描述页面,有“*”标记的为必填项,2、图片必须是png格式3、准备图片如下:(1)移动应用程序大图块:173*173<可选>(2)移动应用程序小图快:99*99<必选>(3)PC应用程序大图块:200*200<必选>(4)背景技术:1000*800<可选>(5)应用程序截图8张:480*800<必填>以上尺寸必选绝对匹配,否则无法提交。4、在程序中的要注明软件使用的语言类型,具体文件是在:Properties -> AssemblyInfo.cs要添加的语句是:(1)命名空间:using System.Resour 阅读全文
posted @ 2011-12-05 15:22 xiaofoyuan 阅读(335) 评论(0) 推荐(0) 编辑
摘要: http://www.asp.net/ 阅读全文
posted @ 2011-12-05 08:37 xiaofoyuan 阅读(170) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/library/ff431813(v=VS.92).aspx 阅读全文
posted @ 2011-12-01 15:13 xiaofoyuan 阅读(255) 评论(0) 推荐(0) 编辑
摘要: http://nicksnettravels.builttoroam.com/post/2011/06/23/Windows-Phone-Mango-Push-Notification-Changes.aspx 阅读全文
posted @ 2011-11-23 11:15 xiaofoyuan 阅读(171) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 下一页