上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: 关键几步如下,特别是最后一步,记得勾选SQL Server和Windows. 参考网址: 如何在SQL SERVER的windows身份验证添加一个SQL Server身份验证方式_sqlserver windows身份验证 添加-CSDN博客 阅读全文
posted @ 2023-12-28 18:31 katesharing 阅读(54) 评论(0) 推荐(0)
摘要: 一、问题描述 场景说明:我要用A电脑连接B电脑里的数据库,两台电脑是在同一个局域网里。 二、如何设置B电脑 1、配置 SQL Server 以侦听特定端口 目的:将数据库的1433端口暴露于互联网 “SQL Server 配置管理器”中,展开“SQL Server网络配置”,然后单击要配置的服务器实 阅读全文
posted @ 2023-12-28 18:12 katesharing 阅读(3909) 评论(0) 推荐(0)
摘要: 见stackflow上的答案: https://stackoverflow.com/questions/57406327/what-is-the-difference-between-group-n-by-vs-group-n-by-into-g-in-linq 阅读全文
posted @ 2023-11-30 16:08 katesharing 阅读(18) 评论(0) 推荐(0)
摘要: 1. JS写法 2.jquery写法 阅读全文
posted @ 2023-09-12 15:25 katesharing 阅读(27) 评论(0) 推荐(0)
摘要: 1. js 写法 //js写法 document.getElementById("btn1").addEventListener("click", function () { alert("This is Line1. \n Note:this is test"); }) document.getE 阅读全文
posted @ 2023-09-12 15:00 katesharing 阅读(131) 评论(0) 推荐(0)
摘要: 1. 在JS中,直接用\n就行 测试代码如下: 测试结果如下: 2. 在MVC中,要用</br> 参考网址: https://stackoverflow.com/questions/1841452/new-line-in-javascript-alert-box 阅读全文
posted @ 2023-09-12 11:43 katesharing 阅读(69) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/25434813/simple-pagination-in-javascript @{ ViewBag.Title = "Index"; Layout = null; } <div id="listingTable"></div 阅读全文
posted @ 2023-09-07 15:50 katesharing 阅读(16) 评论(0) 推荐(0)
摘要: 1. JS: 2. jQuery: 参考网址: https://stackoverflow.com/questions/13831601/disabling-and-enabling-a-html-input-button https://stackoverflow.com/questions/14 阅读全文
posted @ 2023-09-01 17:47 katesharing 阅读(7) 评论(0) 推荐(0)
摘要: 1. 要实现的变化如下: 2. 关键点: 3.代码如下: @{ ViewBag.Title = "InputType"; } <script src="~/Scripts/jquery-3.4.1.js"></script> <h2>HTML/Element/input/file</h2> <h3> 阅读全文
posted @ 2023-09-01 11:55 katesharing 阅读(222) 评论(0) 推荐(0)
摘要: <input> elements with type="file" let the user choose one or more files from their device storage. Once chosen, the files can be uploaded to a server 阅读全文
posted @ 2023-09-01 11:53 katesharing 阅读(14) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页