07 2019 档案

摘要:@using RatuoX.Common@using RatuoX.Core@using XCode@{ ViewBag.Title = "网站地图"; Layout = "~/Views/Shared/_SitemapLayout.cshtml"; string url = Utils.GetSe 阅读全文
posted @ 2019-07-15 19:01 龙7龙 阅读(242) 评论(0) 推荐(0)
摘要:存表情的字段要用utf8mb4_general_ci排序规则 --mysql 清空表(ID重置) truncate table 表名 --mssql mysql(没试过) 存储过程中用in匹配多个条件,要用FIND_IN_SET(列名,匹配字段) 例子:select * from 表名 where  阅读全文
posted @ 2019-07-12 10:41 龙7龙 阅读(145) 评论(0) 推荐(0)