上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 52 下一页
摘要: public static int ConvertDateTimeToInt(System.DateTime time) { System.DateTime startTime = System.TimeZone.CurrentTimeZone.ToLocalTime(new System.Date 阅读全文
posted @ 2021-04-29 13:41 LuoCore 阅读(188) 评论(0) 推荐(0)
摘要: public class LoggingHelper { /// <summary> /// 获取文件路径 /// </summary> /// <returns></returns> public static string GetLogFilePath() { string log_file_p 阅读全文
posted @ 2021-04-21 13:26 LuoCore 阅读(294) 评论(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 阅读(511) 评论(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 阅读(227) 评论(0) 推荐(0)
摘要: Visual-Studio-Translator 阅读全文
posted @ 2021-04-18 22:54 LuoCore 阅读(186) 评论(0) 推荐(0)
摘要: /// <summary> /// 对象转Get请求参数 /// </summary> /// <returns></returns> public static string ObjectToGetParam(this object obj) { StringBuilder strBui = ne 阅读全文
posted @ 2021-04-15 14:49 LuoCore 阅读(400) 评论(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 阅读(139) 评论(0) 推荐(0)
摘要: <div class="flex"> <div> <p>我是多行文字我是多行文字我是多行文字我是多行文字</p> <p>我是多行文字我是多行文字我是多行文字我是多行文字</p> </div> </div> .flex{ /*flex 布局*/ display: flex; /*实现垂直居中*/ al 阅读全文
posted @ 2021-04-10 09:54 LuoCore 阅读(181) 评论(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 阅读(2421) 评论(0) 推荐(0)
摘要: display:flex;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-line-pack:center;justify-content:center;-webkit-box-al 阅读全文
posted @ 2021-03-31 09:06 LuoCore 阅读(77) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 52 下一页