摘要:
javascript获取一个月的天数 function days(year,month){ var dayCount; now = new Date(year,month, 0); dayCount = now.getDate(); return dayCount;}alert(days(2014, 阅读全文
摘要:
//获取当前时间 var currentTime = new Date(); //自定义时间 var customTime="2019-03-01 00:00:00"; customTime= customTime.replace("-","/");//替换字符,变成标准格式 customTime= 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using FineUICore; using Microsoft.AspNetCore.Authoriz 阅读全文
摘要:
select top 1 a.PersonName,isnull(a.PhoneNumber,0) PhoneNumber,a.AreaID,a.AreaName,b.CustomerName from OPENDATASOURCE('SQLOLEDB','Data Source=192.168.0 阅读全文