摘要:
上传类: using System; using System.Text; using System.IO; using System.Net; namespace FtpLib { public class FtpWeb { string ftpServerIP; string ftpRemote 阅读全文
摘要:
1 .Net Core 2.X时代 public IActionResult Index() { Request.EnableRewind(); using (var reader = new StreamReader(Request.Body)) { var body = reader.ReadT 阅读全文
摘要:
早期版本 string sql = ((System.Data.Objects.ObjectQuery)query).ToTraceString(); 2.0版本 using System.Linq; using System.Reflection; using Microsoft.EntityFr 阅读全文
摘要:
using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Data.SqlClient; using System.Linq; using System.Reflecti... 阅读全文