会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
LuoCore
LuoCore
www.LuoCore.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
52
下一页
2022年3月24日
Xamarin.Android 禁止横屏 /竖屏
摘要: this.RequestedOrientation = Android.Content.PM.ScreenOrientation.Portrait;//竖屏,禁止横屏 this.RequestedOrientation = Android.Content.PM.ScreenOrientation.N
阅读全文
posted @ 2022-03-24 12:51 LuoCore
阅读(203)
评论(0)
推荐(0)
2022年3月22日
Sql server 游标处理数据
摘要: https://blog.csdn.net/sinat_28984567/article/details/79811887 DECLARE @id INT , @name NVARCHAR(50) --声明变量,需要读取的数据 DECLARE cur CURSOR STATIC --声明静态游标 F
阅读全文
posted @ 2022-03-22 12:09 LuoCore
阅读(150)
评论(0)
推荐(1)
C# WinForm 控件设置双缓存
摘要: DataGridView.GetType().GetProperty("DoubleBuffered", System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.NonPublic).SetValue(Data
阅读全文
posted @ 2022-03-22 10:01 LuoCore
阅读(577)
评论(0)
推荐(0)
2022年3月13日
C# Winform 自定义 时间线 控件
摘要: 推荐 官网 http://www.hzhcontrols.com/ NetWinform自定义控件 English README.md(github) English README.md(gitee) 根据该控件库重写 https://www.cnblogs.com/bfyx/p/11641874.
阅读全文
posted @ 2022-03-13 10:41 LuoCore
阅读(496)
评论(0)
推荐(0)
2022年3月7日
C# 设置dll 别名
摘要: extern alias VideoFFMPEGX64;using VideoFFMPEGX64::Accord.Video.FFMPEG;
阅读全文
posted @ 2022-03-07 19:04 LuoCore
阅读(289)
评论(0)
推荐(0)
2022年3月3日
FastGithub 使用遇到问题
摘要: 火狐浏览器 https://blog.csdn.net/weixin_33847182/article/details/86129219 因 HTTP 严格传输安全(HSTS)机制无法打开网页 1、打开about:config 2、查找: security.enterprise_roots.enab
阅读全文
posted @ 2022-03-03 21:29 LuoCore
阅读(499)
评论(0)
推荐(0)
2022年3月1日
C# DataGridView 表格行(Row) 上下移动
摘要: https://blog.csdn.net/plato_2/article/details/17434715?spm=1001.2101.3001.6650.2&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIS
阅读全文
posted @ 2022-03-01 14:50 LuoCore
阅读(1701)
评论(0)
推荐(0)
2022年2月28日
C# NPOI导出Excel
摘要: https://www.cnblogs.com/LukeSteven/p/14643499.html
阅读全文
posted @ 2022-02-28 18:48 LuoCore
阅读(41)
评论(0)
推荐(0)
2022年2月24日
C# Model(模型) 转 Hashtable
摘要: 灵感来源:https://blog.csdn.net/anonymous_qsh/article/details/78596695 public static Hashtable ObjectToMap(object obj, bool isIgnoreNull = false) { Hashtab
阅读全文
posted @ 2022-02-24 17:08 LuoCore
阅读(344)
评论(0)
推荐(0)
2022年2月22日
C# Winform 下 DataGridView 行(SelectedRows)转 模型 Model
摘要: /// <summary> /// DataRow 转 Model /// </summary> /// <typeparam name="T"></typeparam> /// <param name="row"></param> /// <returns></returns> public st
阅读全文
posted @ 2022-02-22 20:38 LuoCore
阅读(581)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
52
下一页
公告