摘要:
直接上代码 #region 加密解密 /// <summary> /// 加密 /// </summary> public static class OSDClient { public static string X_ACCOUNT_KEY = "x-account-key"; public st 阅读全文
摘要:
缓存数据首页统计数据 分钟func委托 public T GetOrSetCache<T>(Func<T> dataFetchFunc, string key) { if (key.IsNotEmpty()) { var cachedData = GetCacheData<T>(key); if ( 阅读全文
摘要:
## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. # User-specific files *.suo *.user *. 阅读全文
摘要:
原文地址:Elasticsearch .net client NEST使用说明-CSDN博客 Connection链接 //单node Var node = new Uri(“……”); var settings = new ConnectionSettings(node); //多uri Var 阅读全文