摘要:
Match match = Regex.Match("result=23&asdf=asdf", @"result=(\d+)&"); if (match.Success) { Console.WriteLine(match.Value); //result=23& Console.... 阅读全文
摘要:
using System; namespace ConsoleApp1 { public class Program { private delegate int Add(int a, int b); public static void Main(string[] args) { Add add1 = n... 阅读全文
摘要:
Severity Code Description Project File Line Suppression StateError This project references NuGet package(s) that are missing on this computer. Use NuG 阅读全文
摘要:
1. 在windows server 2008下装SQL 2008出现 This SQL Server Setup media is not supported on a X64 system 使用虚拟光驱(DAEMON Tools Lite)安装即可。 2.安装步骤: 1.需要创建一个window 阅读全文