上一页 1 ··· 5 6 7 8 9
摘要: https://blog.csdn.net/qq_36119192/article/details/84674109 阅读全文
posted @ 2019-12-05 16:38 心中Where_True循环 阅读(345) 评论(0) 推荐(0) 编辑
摘要: //获得天数差异 function datedifference(sDate1, sDate2) { //sDate1和sDate2是2006-12-18格式 var dateSpan, tempDate, iDays; sDate1 = Date.parse(sDate1); sDate2 = D 阅读全文
posted @ 2019-11-22 11:12 心中Where_True循环 阅读(252) 评论(0) 推荐(0) 编辑
摘要: USE [SPECIAL_BLD]GO SET ANSI_NULLS ONGO SET QUOTED_IDENTIFIER ONGO CREATE FUNCTION [dbo].[get_upper] ( @num numeric(18,5))RETURNS VARCHAR(500)ASBEGIN 阅读全文
posted @ 2019-11-22 11:05 心中Where_True循环 阅读(2041) 评论(0) 推荐(0) 编辑
摘要: [AccessLogAttribute(Note = "导出条形码箱单 — 条形码")]public ActionResult ExportContract(string INNER_NO){ try{string export = "条形码箱单.xls";CommonResult cr = new 阅读全文
posted @ 2019-11-20 16:46 心中Where_True循环 阅读(594) 评论(0) 推荐(0) 编辑
摘要: using MailKit.Net.Smtp;using MimeKit;using System;using System.Collections.Generic;using System.IO;using System.Threading.Tasks; namespace ConsoleApp2 阅读全文
posted @ 2019-11-20 11:08 心中Where_True循环 阅读(499) 评论(0) 推荐(0) 编辑
摘要: select CONVERT(varchar, getdate(), 120 )2004-09-12 11:06:08 select replace(replace(replace(CONVERT(varchar, getdate(), 120 ),\'-\',\'\'),\' \',\'\'),\ 阅读全文
posted @ 2019-11-19 15:58 心中Where_True循环 阅读(196) 评论(0) 推荐(0) 编辑
摘要: [HttpPost] public ActionResult ExpEleAcc(string linknos) { string filenname = null; CommonResult<string> result = new CommonResult<string>(); try { st 阅读全文
posted @ 2019-11-19 11:25 心中Where_True循环 阅读(347) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9