Live2D
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 23 下一页
摘要: INSERT INTO A(列1,列2,列3) SELECT 1 as 列1,列2,1 as 列3 FROM B where RoleId = 1 阅读全文
posted @ 2019-06-27 17:41 webmtjj 阅读(929) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/weimingxin/p/8954130.html 阅读全文
posted @ 2019-06-19 17:22 webmtjj 阅读(227) 评论(0) 推荐(0)
摘要: SELECT *, Age= datediff(yy,cast(case when substring(PersonalId,7,1) in ('1','2') /*若第7位不是'1'或'2'则表示是15位身份证编码规则*/ then substring(PersonalId,7,8) else '19' + substring(PersonalId,7,6) end as da... 阅读全文
posted @ 2019-06-19 14:16 webmtjj 阅读(2179) 评论(0) 推荐(0)
摘要: select * from ( values (1,'小学'), (2,'初中'),(3,'高中')) AS Education ( EducationId,EducationName ) 阅读全文
posted @ 2019-06-18 17:20 webmtjj 阅读(681) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-06-15 15:09 webmtjj 阅读(1) 评论(0) 推荐(0)
摘要: /// /// 模板下载 /// /// public ActionResult Download() { // 防IE文件名乱码 var fileName = HttpUtility.UrlEncode("模板.xlsx", System.Text.Enco... 阅读全文
posted @ 2019-06-14 09:37 webmtjj 阅读(710) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-06-11 18:08 webmtjj 阅读(4357) 评论(0) 推荐(0)
摘要: 解决方法:只需在done回调函数执行以下方法 阅读全文
posted @ 2019-06-11 16:52 webmtjj 阅读(2859) 评论(1) 推荐(2)
摘要: select * from Table1 where CONVERT(nvarchar(50),CreateTime,120) like '%2019' 阅读全文
posted @ 2019-06-06 14:04 webmtjj 阅读(1577) 评论(0) 推荐(0)
摘要: 第一 xml文件必须为 *.hbm.xml 第二 设置xml文件为嵌入的资源,用鼠标点击右键 然后生成操作里 选择嵌入的资源即可解决。 https://www.cnblogs.com/lyj/ 阅读全文
posted @ 2019-06-05 14:02 webmtjj 阅读(634) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 23 下一页