会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
LuoCore
LuoCore
www.LuoCore.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
21
22
23
24
25
26
27
28
29
···
52
下一页
2021年4月29日
C# 生成一天内不重复的int 值
摘要: 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)
2021年4月21日
C# LoggingHelp 自定义记录日志帮助类
摘要: 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)
2021年4月20日
Asp.Net Core MVC 记住密码
摘要: 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)
ASP.NET Core MVC 验证码
摘要: 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)
2021年4月18日
Visual Studio 扩展工具 英语差的人福音
摘要: Visual-Studio-Translator
阅读全文
posted @ 2021-04-18 22:54 LuoCore
阅读(186)
评论(0)
推荐(0)
2021年4月15日
C# 泛型对象转Get请求参数
摘要: /// <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)
2021年4月12日
WPF 不能识别的图标代码
摘要: 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)
2021年4月10日
div 垂直居中布局
摘要: <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)
2021年4月6日
前端页面实现table可拖动改变列宽
摘要: 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)
2021年3月31日
HTML CSS 垂直居中布局
摘要: 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
下一页
公告