https://www.infoq.cn/article/lvLv4lmcMzTDg7ZTOMdY Rust Analyzer 是一个实验性的 IDE(面向延迟的 Rust 编译器)。这是 Rust 生态系统的一次新的尝试,旨在带来优秀的 Rust IDE 体验。 编译器性能一直是Rust 工具开发 ...
分类:
其他好文 时间:
2020-02-22 12:13:27
阅读次数:
129
编译程序总框 词法分析器的设计 词法分析的任务: 从左至右逐个字符地对源程序进行扫描,产生一个个单词符号, 词法分析器(Lexical Analyzer):扫描器(Scanner),执行词法分析的程序 功能:输入源程序、输出单词符号 单词符号的种类: + 基本字:如 begin,repeat,for ...
分类:
其他好文 时间:
2020-02-21 14:19:51
阅读次数:
200
[root@bs-k8s-ceph ~]# ceph -s cluster: id: 11880418-1a9a-4b55-a353-4b141e2199d8 health: HEALTH_OK services: mon: 3 daemons, quorum bs-hk-hk01,bs-hk-hk ...
分类:
Web程序 时间:
2020-02-20 17:26:42
阅读次数:
99
1、集群状态red、yellow处理方法 1.red表示主分片数据不完整,通常时由于某个索引的主分片为分片unassigned,找出这个分片未分配的原因,解决即可; curl -XGET http://{ESIP}:9200/_cluster/health?level=indices 2.yello ...
分类:
其他好文 时间:
2020-02-18 20:09:59
阅读次数:
809
[root@bs-k8s-ceph ~]# ceph -s cluster: id: 11880418-1a9a-4b55-a353-4b141e2199d8 health: HEALTH_WARN Long heartbeat ping times on back interface seen, ...
分类:
其他好文 时间:
2020-02-17 16:21:40
阅读次数:
505
bs-k8s-ceph 20.0.0.208 eth010.0.0.208 eth1 mon osd mgr deploy 2c2g sdb sdc sdd 各20G bs-hk-hk01 20.0.0.206 eth010.0.0.206 eth1 mon osd mgr 2c2g sdb sdc ...
分类:
其他好文 时间:
2020-02-16 20:27:01
阅读次数:
123
#所有环境公用的配置属性management: endpoint: health: show-details: always endpoints: web: exposure: include: '*'info: app-name: pay author: xiaofeiyang email: 46 ...
分类:
编程语言 时间:
2020-02-14 11:02:53
阅读次数:
104
Hystrix的监控平台 了实现容错功能,Hystrix还提供了近乎实时的监控,HystrixCommand和HystrixObservableCommand在执行时,会生成执行结果和运行指标。比如每秒的请求数量,成功数量等。这些状态会暴露在Actuator提供的/health端点中。只需为项目添加 ...
分类:
其他好文 时间:
2020-02-07 16:42:07
阅读次数:
76
There are nn monsters standing in a row numbered from 11 to nn . The ii -th monster has hihi health points (hp). You have your attack power equal to a ...
分类:
编程语言 时间:
2020-02-06 16:24:55
阅读次数:
146
在肺炎疫情开始之初,微软中国各个部门就立即采取了各种的防控和关怀措施。 在昨天,微软 CEO Satya Nadella 给微软中国全体员工写了一封邮件。 其中,最让我们感动的就是这句话:"The health and safety of our employees and their famili ...
分类:
其他好文 时间:
2020-02-02 21:39:47
阅读次数:
122