Live2D

06 2019 档案

摘要:$(".back_top").click(function () { var sc = $(window).scrollTop(); $('body,html').animate({ scrollTop: 0 }, 500); }) 阅读全文
posted @ 2019-06-28 15:52 webmtjj 阅读(132) 评论(0) 推荐(0) 编辑
摘要:body { -moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit浏览器*/ -ms-user-select: none; /*IE10*/ -khtml-user-select: none; /*早期浏览器*/ ... 阅读全文
posted @ 2019-06-28 09:51 webmtjj 阅读(183) 评论(0) 推荐(0) 编辑
摘要: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 阅读(916) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/weimingxin/p/8954130.html 阅读全文
posted @ 2019-06-19 17:22 webmtjj 阅读(223) 评论(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 阅读(2142) 评论(0) 推荐(0) 编辑
摘要:select * from ( values (1,'小学'), (2,'初中'),(3,'高中')) AS Education ( EducationId,EducationName ) 阅读全文
posted @ 2019-06-18 17:20 webmtjj 阅读(669) 评论(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 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-06-11 18:08 webmtjj 阅读(4350) 评论(0) 推荐(0) 编辑
摘要:解决方法:只需在done回调函数执行以下方法 阅读全文
posted @ 2019-06-11 16:52 webmtjj 阅读(2846) 评论(1) 推荐(2) 编辑
摘要:select * from Table1 where CONVERT(nvarchar(50),CreateTime,120) like '%2019' 阅读全文
posted @ 2019-06-06 14:04 webmtjj 阅读(1570) 评论(0) 推荐(0) 编辑
摘要:第一 xml文件必须为 *.hbm.xml 第二 设置xml文件为嵌入的资源,用鼠标点击右键 然后生成操作里 选择嵌入的资源即可解决。 https://www.cnblogs.com/lyj/ 阅读全文
posted @ 2019-06-05 14:02 webmtjj 阅读(628) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示