摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using NUnit.Framework; name 阅读全文
摘要:
1.新加一个类库 namespace ClassLibrary1 { public class Class1 { public int Add(int a, int b) { return a + b; } } } 2.新建一个接口 [HttpPost] [Route("TestStream")] 阅读全文
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Linq.Dynamic; using System.Text; using System.Thr... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Reflection; using System.Text; using System.Threa... 阅读全文
摘要:
select T0.request_session_id as spid,OBJECT_NAME(T0.resource_associated_entity_id) as tableName,T0.request_status,T0.request_mode,T1.text,T1.client_net_address,t0.resource_type,t1.connect_time,t1.las... 阅读全文
摘要:
private void webBrowser1_NewWindow(object sender, CancelEventArgs e) { string url = ((WebBrowser)sender).StatusText; we... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
摘要:
一个#是只能在当前打开滴查询窗体查询,两个#是能够在其他打开滴查询窗体查询 SELECT 'VR001839003YP' 列名1,'RO512498726DE' 列名2 INTO #临时表 UNION SELECT 'VR001759680YP','RO512523556DE' UNION SELE 阅读全文
摘要:
backyw备份滴数据库名称,w20151124sendmaster 表名称select*intobackyw..w20151124sendmasterfromLogistics.ExpressSendMasterwhereOneselfNumberIN('','') 阅读全文
摘要:
public CreateOrderReturnResult GetCreateOrderReturnApi() { var result = new CreateOrderReturnResult(); try { ... 阅读全文