C#
MR_WANGCX
只有上帝知道我有多爱你
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C# StreamReader System.NotSupportedException异常问题
如何使用Reatful API接口调用:GET方式using System;using System.IO;using System.Net;using System.Text;// Create the web requestHttpWebRequest request = WebRequest.Create("http://developer.yahoo.com/") as Htt...原创 2018-07-04 11:26:53 · 6754 阅读 · 0 评论 -
C# 获取当前word文档
object Nothing = Type.Missing; 获得当前编辑word对象Word.Application wordApp = (Word.Application)System.Runtime.InteropServices.Marshal.GetActiveObject("Word.Application");//Word文档变量Document wordDo...原创 2018-08-03 18:16:22 · 1292 阅读 · 0 评论 -
XP系统 VS2010 NuGet 提示需要PowerShell 2.0
原文章地址:http://www.codebye.com/vs2010-nuget-requires-powershell-2-0.html。环境VS2010、XP系统,使用NuGet时出现错误:Error: The Package Manager Console requiresPowerShell2.0 runtime, which is not detected on this ma...转载 2019-06-20 11:11:39 · 846 阅读 · 0 评论
分享