using System;using System.Collections.Generic;using System.Text; namespace CRC.Util{ using System; using System.IO; /// <summary> /// CRC Verification ...
分类:
其他好文 时间:
2020-04-13 12:39:59
阅读次数:
142
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace MyStringHelper { /// /// 字符串操作类 /// ...
分类:
其他好文 时间:
2020-04-13 00:50:23
阅读次数:
55
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MyPinYin { /// /// 汉字拼音转换类 /// public static class Pin ...
分类:
其他好文 时间:
2020-04-13 00:20:34
阅读次数:
170
static void Main(string[] args) { Simple simpleOne = new SimpleOne(); simpleOne.ShowName(); Simple simpleTwo = new SimpleTwo(); simpleTwo.ShowName(); ...
分类:
其他好文 时间:
2020-04-12 20:34:52
阅读次数:
57
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 5 namespace 数据结构 6 { 7 public class CircleQueue<T> 8 { 9 //队列最大容量 10 privat ...
分类:
其他好文 时间:
2020-04-12 08:04:05
阅读次数:
67
ylbtech-Code-Serialization:Xml序列化与Xml反序列化 1.返回顶部 1、 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.T ...
分类:
其他好文 时间:
2020-04-11 18:32:55
阅读次数:
60
这几天一直做优化的事情,对于资源这一块优化,资源异步加载作为首选,因2018之后版本中弃用了WWW请求,所以今天我们以UnityWebRequest请求方式介绍,基本上是一个整理。usingSystem.Collections;usingSystem.Collections.Generic;usingUnityEngine;usingUnityEngine.Networking;publiccla
分类:
编程语言 时间:
2020-04-11 09:48:43
阅读次数:
87
界面: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading ...
分类:
其他好文 时间:
2020-04-10 13:34:45
阅读次数:
273
解决方案1、fosconfig --show查看VF模式是否启用DCXa:FID128:admin> fosconfig --show FC Routing service: enabled iSCSI service: Service not supported on this Platform ...
分类:
其他好文 时间:
2020-04-08 11:58:22
阅读次数:
68
一、集群的一些概念 集群 一个集群cluster由一个或者多个节点组成,具有相同的cluster.name,协同工作,分项数据和负载。当有新的节点加入或者删除了一个节点时,集群回感知到并能够平衡数据。ElasticSearch中可以监控很多信息,有一个最重要的就是集群健康。集群健康有三个状态:gre ...
分类:
其他好文 时间:
2020-04-08 09:54:33
阅读次数:
81