摘要:
using RestSharp; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ZDWorkflow.Model; using ZDWorkflow.Common; using ZDWorkflow.Common.Extensions... 阅读全文
摘要:
DataTable dt = new DataTable(); var age=dt.Compute("avg(age)",""); var height =dt.Compute("avg(height)",""); DataTable.AsEnumerable().Average(x =>x.Fi 阅读全文
摘要:
程序执行会重复 用mysql很长时间,limit是分页的一个好工具, select * from table_a where num = 4 limit 1,10, select * from table_a where num = 4 limit 10,10, 今天突然发现有些数据怎么也不会出来 阅读全文
摘要:
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Web; namespace App_Helper { public abstract class Ex... 阅读全文