2020年7月22日

摘要: 转载地址:https://www.wandouip.com/t5i378052/ 阅读全文
posted @ 2020-07-22 16:10 gfbppy 阅读(243) 评论(0) 推荐(0) 编辑
摘要: public class OfficeHelper { private static bool ReadExcelToDataTable(ISheet sheet, ref string strMsg, out DataTable data) { bool bRet = true; //定义要返回的 阅读全文
posted @ 2020-07-22 14:36 gfbppy 阅读(361) 评论(0) 推荐(0) 编辑
摘要: public class FileHelper { /// <summary> /// 保存为不带Bom的文件 /// </summary> /// <param name="TxtStr"></param> /// <param name="tempDir">格式:a/b.htm,相对根目录</p 阅读全文
posted @ 2020-07-22 13:53 gfbppy 阅读(148) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// des 加解密帮助类 /// </summary> public static class DESHelper { private static string desKey = "iuguguiy";//加解密私钥 private static string fl 阅读全文
posted @ 2020-07-22 13:50 gfbppy 阅读(121) 评论(0) 推荐(0) 编辑
摘要: public iflow_result iFlowPost(V_Flow flow, string account) { string paramsJsonStr = JsonConvert.SerializeObject(flow); string sysid = _settings.iFlow_ 阅读全文
posted @ 2020-07-22 13:45 gfbppy 阅读(478) 评论(0) 推荐(0) 编辑
摘要: 转载地址:https://www.cnblogs.com/balfish/p/8550198.html 一直性hash相比原始的直接对服务器数量进行hash的改善在于:节点数据量变化时,大部分数据hash之后仍然会落在原来的机器上,不会失效。只有落在节点改变附件的数据才会受影响 阅读全文
posted @ 2020-07-22 11:18 gfbppy 阅读(138) 评论(0) 推荐(0) 编辑

导航