摘要:
C#.NET FRAMEWORK ASP.NET MVC 获取客户端IP 工具类: using System; namespace CommonUtils { public static class ClientIpUtil { public static string GetClientIpMvc 阅读全文
摘要:
使用NPOI导入.xlsx遇到“EOF in header”报错,网上找好很多方法,没解决,最后换成EPPlus.Core导入。 导出默认是.xls。 NPOI 操作类: using NPOI.HPSF; using NPOI.HSSF.UserModel; using NPOI.SS.UserMo 阅读全文
摘要:
cent os 7 安装 mysql 8--install-start官网下载MySQL的RPM源,地址:https://dev.mysql.com/downloads/repo/yum/ 下载这个项:Red Hat Enterprise Linux 7 / Oracle Linux 7 (Arch 阅读全文