上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 51 下一页
摘要: https://www.cnblogs.com/tianma3798/p/8807906.html 感谢这位大哥的代码提示 微软官网的这个示例正的是该换了,一点用处没看出来 https://docs.microsoft.com/zh-cn/dotnet/api/system.security.cry 阅读全文
posted @ 2021-05-05 18:08 LuoCore 阅读(1505) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <qrylist><order orderid="1234567890"></order> <order orderid="1234567891"></order> <order orderid="1234567892"> 阅读全文
posted @ 2021-05-05 15:06 LuoCore 阅读(255) 评论(0) 推荐(1) 编辑
摘要: https://www.cnblogs.com/Sheldon180621/p/14498646.html 方法一、引用*.wsdl文件 WebService服务端会提供wsdl文件,客户端通过该文件生成.cs文件以及生成.dll PS:注意若是服务端只提供了URL,那可以通过在URL后面加上“?w 阅读全文
posted @ 2021-05-04 11:30 LuoCore 阅读(3402) 评论(0) 推荐(1) 编辑
摘要: 现在的前端请求。真的是百花齐放,但是老古董ajax 还是挺好用的,主要是简单的 $.ajax({ type: "Post", url: "", data: { xxxx: data.xxx }, dataType: "json", success: function (data) { if (dat 阅读全文
posted @ 2021-05-03 15:41 LuoCore 阅读(59) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_32343577/article/details/82423393 -查询服务器的名称和实际计算机的名称,如果两者不一致,就需要修改。 use master go select @@servername; select serverproperty( 阅读全文
posted @ 2021-04-30 19:47 LuoCore 阅读(289) 评论(0) 推荐(0) 编辑
摘要: public static int ConvertDateTimeToInt(System.DateTime time) { System.DateTime startTime = System.TimeZone.CurrentTimeZone.ToLocalTime(new System.Date 阅读全文
posted @ 2021-04-29 13:41 LuoCore 阅读(163) 评论(0) 推荐(0) 编辑
摘要: public class LoggingHelper { /// <summary> /// 获取文件路径 /// </summary> /// <returns></returns> public static string GetLogFilePath() { string log_file_p 阅读全文
posted @ 2021-04-21 13:26 LuoCore 阅读(265) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/Hmd528/p/10695156.html if (lm.RememberMe) { HttpCookie hc = new HttpCookie("UserInfo"); //在cookie对象中保存用户名和密码 hc["UserName"] = 阅读全文
posted @ 2021-04-20 13:33 LuoCore 阅读(487) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/yu-shang/p/10623188.html 1、复制下列代码,拷贝到控制器中。 #region 生成验证码图片 // [OutputCache(Location = OutputCacheLocation.None, Duration = 0, 阅读全文
posted @ 2021-04-20 10:05 LuoCore 阅读(200) 评论(0) 推荐(0) 编辑
摘要: Visual-Studio-Translator 阅读全文
posted @ 2021-04-18 22:54 LuoCore 阅读(158) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 51 下一页