上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 46 下一页
摘要: 核心逻辑为通过sheet.GetMergedRegion(i)获取所有的合并区域信息,随后检测单元格是否在此区域内 新增对象识别合并单元格的开始、结束位置 /// <summary> /// 获取指定行列的数据 /// </summary> /// <param name="row"></param 阅读全文
posted @ 2023-08-18 17:30 Hey,Coder! 阅读(521) 评论(0) 推荐(0)
摘要: ### 基础通信模型 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)
摘要: 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)
摘要: 使用方法 建立实体 注意:通过Description在用户获取模板时输出到标题中,如果不配做则为字段名; ExcelExIndexAttrbute可以调整字段所在的列索引,否则将按字段顺序依次向后排序; 另外,ExcelExIndexAttrbute为重设列索引,其他字段如果未设置此特性对应的列属性 阅读全文
posted @ 2023-08-02 13:59 Hey,Coder! 阅读(45) 评论(0) 推荐(0)
摘要: ``` 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)
摘要: 安装走官网安装,选择底部的下载(包含网络功能) https://ryujinx.org/download ![](https://img2023.cnblogs.com/blog/944369/202307/944369-20230702213251568-339821326.png) 安装ava版 阅读全文
posted @ 2023-07-02 22:10 Hey,Coder! 阅读(7788) 评论(0) 推荐(0)
摘要: ## 背景 两台服务器,其中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)
摘要: #include //设置本程序进程基本为实时执行,快速退出。 SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS); SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_ 阅读全文
posted @ 2023-06-21 17:56 Hey,Coder! 阅读(128) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-06-16 15:55 Hey,Coder! 阅读(67) 评论(0) 推荐(0)
摘要: 配置启动脚本 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 下一页