会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
0x0c,0x0d
Write The CODE,Change The World!
首页
新随笔
联系
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
46
下一页
2023年8月18日
.net5 npoi扩展 获取单元格合并区域
摘要: 核心逻辑为通过sheet.GetMergedRegion(i)获取所有的合并区域信息,随后检测单元格是否在此区域内 新增对象识别合并单元格的开始、结束位置 /// <summary> /// 获取指定行列的数据 /// </summary> /// <param name="row"></param
阅读全文
posted @ 2023-08-18 17:30 Hey,Coder!
阅读(521)
评论(0)
推荐(0)
2023年8月17日
c# socket
摘要: ### 基础通信模型 server : bind、listen、accept、read、write、read、close client:connect、write、read、close ### 帮助类 ``` public class SocketHelper : IDisposable { pri
阅读全文
posted @ 2023-08-17 16:56 Hey,Coder!
阅读(149)
评论(0)
推荐(0)
2023年8月9日
linux手动安装.net5
摘要: 1. 安装依赖 sudo apt-get install -y -no-install-recommends libc6 libgcc1 libgssapi-krb5-2 libicu7 libssl1.1 libstdc++6 zliblg 2. 解压官网下载的文件 tar zxf dotnet-
阅读全文
posted @ 2023-08-09 17:36 Hey,Coder!
阅读(158)
评论(0)
推荐(0)
2023年8月2日
通用导入解析方案 - 生产导入模板 基于npoi
摘要: 使用方法 建立实体 注意:通过Description在用户获取模板时输出到标题中,如果不配做则为字段名; ExcelExIndexAttrbute可以调整字段所在的列索引,否则将按字段顺序依次向后排序; 另外,ExcelExIndexAttrbute为重设列索引,其他字段如果未设置此特性对应的列属性
阅读全文
posted @ 2023-08-02 13:59 Hey,Coder!
阅读(45)
评论(0)
推荐(0)
2023年7月17日
.net gzip
摘要: ``` public class GZipHelper { /// /// 字符串压缩 /// /// /// public static byte[] Compress(byte[] data) { try { MemoryStream ms = new MemoryStream(); GZipS
阅读全文
posted @ 2023-07-17 15:37 Hey,Coder!
阅读(11)
评论(0)
推荐(0)
2023年7月2日
ryujinx1.1.951 安装及手柄连接 - 学习研究
摘要: 安装走官网安装,选择底部的下载(包含网络功能) https://ryujinx.org/download  安装ava版
阅读全文
posted @ 2023-07-02 22:10 Hey,Coder!
阅读(7788)
评论(0)
推荐(0)
2023年6月28日
windows配置时间服务器 linux配置从windows同步时间
摘要: ## 背景 两台服务器,其中windows能够联网,linux不能联网 windows为windows server 2016 linux为centos7 ## 配置windows时间服务 配置HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
阅读全文
posted @ 2023-06-28 13:06 Hey,Coder!
阅读(772)
评论(0)
推荐(0)
2023年6月21日
程序删除自身 c++ win32
摘要: #include //设置本程序进程基本为实时执行,快速退出。 SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS); SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_
阅读全文
posted @ 2023-06-21 17:56 Hey,Coder!
阅读(128)
评论(0)
推荐(0)
2023年6月16日
wpf datagrid tooltip
摘要:
阅读全文
posted @ 2023-06-16 15:55 Hey,Coder!
阅读(67)
评论(0)
推荐(0)
2023年6月15日
oracle脚本启动插件数据库
摘要: 配置启动脚本 start.sql ``` connect /as sysdba; startup pfile=D:\OracelDB\admin\MES\pfile\init.ora.228202212038; alter pluggable database all open; ``` cmd执行
阅读全文
posted @ 2023-06-15 11:56 Hey,Coder!
阅读(26)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
46
下一页
公告