摘要: using System; using System.Diagnostics; using System.Threading; using NewLife.Common; namespace NewLife.Data { /// <summary>流式Id</summary> [Obsolete(" 阅读全文
posted @ 2021-02-25 17:25 芝幽幽 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://havee.me/linux/2015-01/using-firewalls-on-centos-7.html 在 CentOS 7 中,引入了一个新的服务,Firewalld,下面一张图,让大家明确的了解 Firewall 与 iptables 之间的关系与区别。 安装它, 阅读全文
posted @ 2021-02-25 09:44 芝幽幽 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://www.c-sharpcorner.com/UploadFile/b1df45/const-vs-readonly-in-C-Sharp/ 在我们的日常编码实践中,我们可以选择将变量声明为const或readonly。我从来不在乎这两者的基本区别,只是一个需要在编译时分配一个值 阅读全文
posted @ 2021-02-25 09:43 芝幽幽 阅读(169) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// excel类方法 /// </summary> public static class ExcelHelper { /// <summary> /// datatable转excel /// </summary> /// <param name="fileName 阅读全文
posted @ 2021-02-25 09:35 芝幽幽 阅读(465) 评论(0) 推荐(0) 编辑