摘要: 今天的所有数据:select * from 表名 where DateDiff(dd,datetime类型字段,getdate())=0 昨天的所有数据:select * from 表名 where DateDiff(dd,datetime类型字段,getdate())=1 7天内的所有数据:sel 阅读全文
posted @ 2020-11-18 18:19 xiaojianjian 阅读(4867) 评论(0) 推荐(0)
摘要: 方法一: select CONVERT(varchar, getdate(), 120 ) 2004-09-12 11:06:08 select replace(replace(replace(CONVERT(varchar, getdate(), 120 ),\'-\',\'\'),\' \',\ 阅读全文
posted @ 2020-11-18 13:43 xiaojianjian 阅读(2241) 评论(0) 推荐(0)
摘要: 下载地址: https://download.visualstudio.microsoft.com/download/pr/279de74e-f7e3-426b-94d8-7f31d32a129c/e83e8c4c49bcb720def67a5c8fe0d8df/dotnet-sdk-2.2.207 阅读全文
posted @ 2020-08-17 16:54 xiaojianjian 阅读(767) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Linq; 5 using System.Text; 6 using System.Threading. 阅读全文
posted @ 2020-08-12 17:19 xiaojianjian 阅读(340) 评论(0) 推荐(0)
摘要: imageTest image操作helper类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 阅读全文
posted @ 2020-08-03 11:19 xiaojianjian 阅读(346) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Web; 7 us 阅读全文
posted @ 2020-08-03 11:14 xiaojianjian 阅读(269) 评论(0) 推荐(0)
摘要: 定时方法实现类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading; 6 using System.Threadi 阅读全文
posted @ 2020-07-30 10:32 xiaojianjian 阅读(440) 评论(0) 推荐(0)
摘要: 1 using Dicom.Network; 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Text; 6 using System.Threading.Tasks; 7 阅读全文
posted @ 2020-07-24 16:08 xiaojianjian 阅读(1322) 评论(0) 推荐(0)
摘要: 装机必备 此是最近尝试下载安装的,应该是没有问题的。因为没有时间会再去更新,所以距离此发布日期较远的,导致无法下载的请原谅。为了方便大家,记得好评哟! Visio2010 下载 http://gd.ddooo.com/visio2010_12530.rar Office 安装包 http://xz. 阅读全文
posted @ 2020-07-24 15:33 xiaojianjian 阅读(906) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace RecursionT 阅读全文
posted @ 2020-07-17 15:34 xiaojianjian 阅读(481) 评论(0) 推荐(0)