上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 安装以下组件: .NET Core 2.0.0 SDK 或更高版本。 已安装 ASP.NET 和 Web 开发工作负载的 Visual Studio 2017 15.3 版或更高版本。 1.添加数据模型 在解决方案资源管理器中,右键单击“RazorPagesMovie”项目 >“添加” > “新建文 阅读全文
posted @ 2017-10-19 10:49 AAABONE 阅读(307) 评论(0) 推荐(0) 编辑
摘要: string tys = ""; for (int i = 0; i < typeList.Count; i++) { if (typeList[i] != -1) { tys = typeList[i] + ","; } else { tys = ""; break; } } tys = tys. 阅读全文
posted @ 2017-10-16 10:58 AAABONE 阅读(518) 评论(0) 推荐(0) 编辑
摘要: $(function () { $("#selectAll").change(function () { if ($(this).prop("checked")) { $(".newsId-check").each(function () { $(this).prop("checked", true 阅读全文
posted @ 2017-10-13 10:38 AAABONE 阅读(144) 评论(0) 推荐(0) 编辑
摘要: <td class="tddata"> <% if (aq == 1) { model.NoticeType = 1; } %> <%--<select id="txtClassId" name="txtClassId" onchange="seleTypeImg()"> <% foreach (H 阅读全文
posted @ 2017-10-13 09:41 AAABONE 阅读(726) 评论(0) 推荐(0) 编辑
摘要: var state=false; function Insert(type) { // 判断选中的是待使用 还是已经在使用 var checkedWait = $("input[class='newsId-wait']:checked"); var wl = checkedWait.length; 阅读全文
posted @ 2017-10-12 14:51 AAABONE 阅读(326) 评论(0) 推荐(0) 编辑
摘要: private bool Execute4NewsPublicTypes(int id, List<int> newsTypes) { bool ret = false; List<CommandInfo> strSqlNewsTypes = new List<CommandInfo>(); try 阅读全文
posted @ 2017-10-10 13:03 AAABONE 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1.CSS <style type="text/css"> body { margin:0;padding:0;overflow:hidden;} #mainDiv { height:100%;width:100%;position:absolute;} </style> 2.JS <script 阅读全文
posted @ 2017-09-29 11:14 AAABONE 阅读(320) 评论(0) 推荐(0) 编辑
摘要: private static char[] randRonstant = { '0','1','2','3','4','5','6','7','8','9','0', 'a','b','c','d','e','f','g','h','i','j','k&# 阅读全文
posted @ 2017-09-21 11:36 AAABONE 阅读(1433) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 批量插入用户配置 /// </summary> /// <param name="connectionString">目标连接字符</param> /// <param name="TableName">目标表</param> /// <param name="d 阅读全文
posted @ 2017-09-19 14:34 AAABONE 阅读(2037) 评论(0) 推荐(0) 编辑
摘要: 1.Stream 转换为 MemoryStream(Stream不支持查找) MemoryStream StreamToMemoryStream(Stream instream) { MemoryStream outstream = new MemoryStream(); const int buf 阅读全文
posted @ 2017-09-01 15:10 AAABONE 阅读(2574) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页