会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Live2D
mtjj
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
23
下一页
2019年6月27日
sql 表B的数据批量插入到表A
摘要: 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)
2019年6月19日
求百分比
摘要: https://www.cnblogs.com/weimingxin/p/8954130.html
阅读全文
posted @ 2019-06-19 17:22 webmtjj
阅读(227)
评论(0)
推荐(0)
sql 根据身份证判断年龄是否小于18岁
摘要: 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)
2019年6月18日
sql查询静态数据
摘要: select * from ( values (1,'小学'), (2,'初中'),(3,'高中')) AS Education ( EducationId,EducationName )
阅读全文
posted @ 2019-06-18 17:20 webmtjj
阅读(681)
评论(0)
推荐(0)
2019年6月15日
html转excel
该文被密码保护。
阅读全文
posted @ 2019-06-15 15:09 webmtjj
阅读(1)
评论(0)
推荐(0)
2019年6月14日
C# 下载模板
摘要: /// /// 模板下载 /// /// public ActionResult Download() { // 防IE文件名乱码 var fileName = HttpUtility.UrlEncode("模板.xlsx", System.Text.Enco...
阅读全文
posted @ 2019-06-14 09:37 webmtjj
阅读(710)
评论(0)
推荐(0)
2019年6月11日
JQuery 获取表格table所有行第一列
摘要:
阅读全文
posted @ 2019-06-11 18:08 webmtjj
阅读(4357)
评论(0)
推荐(0)
layui table 中固定列的行高和table行高不一致
摘要: 解决方法:只需在done回调函数执行以下方法
阅读全文
posted @ 2019-06-11 16:52 webmtjj
阅读(2859)
评论(1)
推荐(2)
2019年6月6日
sql datetime类型数据如果进行模糊查询
摘要: select * from Table1 where CONVERT(nvarchar(50),CreateTime,120) like '%2019'
阅读全文
posted @ 2019-06-06 14:04 webmtjj
阅读(1577)
评论(0)
推荐(0)
2019年6月5日
NHibernet Unable to locate persister for the entity
摘要: 第一 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
下一页
公告