04 2021 档案

摘要:https://blog.csdn.net/qq_32343577/article/details/82423393 -查询服务器的名称和实际计算机的名称,如果两者不一致,就需要修改。 use master go select @@servername; select serverproperty( 阅读全文
posted @ 2021-04-30 19:47 LuoCore 阅读(290) 评论(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) 编辑
摘要:/// <summary> /// 对象转Get请求参数 /// </summary> /// <returns></returns> public static string ObjectToGetParam(this object obj) { StringBuilder strBui = ne 阅读全文
posted @ 2021-04-15 14:49 LuoCore 阅读(383) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/YouyoMei/article/details/86702178?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2 阅读全文
posted @ 2021-04-12 17:00 LuoCore 阅读(125) 评论(0) 推荐(0) 编辑
摘要:<div class="flex"> <div> <p>我是多行文字我是多行文字我是多行文字我是多行文字</p> <p>我是多行文字我是多行文字我是多行文字我是多行文字</p> </div> </div> .flex{ /*flex 布局*/ display: flex; /*实现垂直居中*/ al 阅读全文
posted @ 2021-04-10 09:54 LuoCore 阅读(171) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/Java_Long_Asus/article/details/87794445 此处实现页面的table表格可以自由拖动列宽,拖动时表格内文字不换行,超出部分以...代替,实现步骤如下:1.首先引入jQuery和colResizable的js文件,colR 阅读全文
posted @ 2021-04-06 16:39 LuoCore 阅读(2287) 评论(0) 推荐(0) 编辑