下载Android Studio:https://developer.android.google.cn/studio/ 如何用手机端进行UI设计 material:google出的一款开发规范(UI设计框架) APM 的全称是“Application Performance Management” ...
分类:
移动开发 时间:
2021-03-10 13:12:57
阅读次数:
0
一、服务器规划 主机名 主机IP 磁盘配比 角色 node1 public-ip:10.0.0.130cluster-ip:192.168.2.130 sda,sdb,sdcsda是系统盘,另外两块数据盘 ceph-deploy,monitor,mgr,osd node2 public-ip:10. ...
分类:
其他好文 时间:
2021-03-10 13:09:58
阅读次数:
0
1. Grpc 是什么? Google RPC A high-performance, open source universal RPC framework 官方地址:https://www.grpc.io/ Grpc 开始是由google 开发的,是一款语言中立、平台中立、开源的远程调用(RPC ...
运行时性能表现(runtime performance)指的是当你的页面在浏览器运行时的性能表现,而不是在下载页面的时候的表现。这篇指南将会告诉你怎么用Chrome DevToos Performance功能去分析运行时性能表现。在RAIL性能评估模型下,你可以在这篇指南中可以学到怎么去用这个per ...
分类:
其他好文 时间:
2021-03-01 13:09:55
阅读次数:
0
流行的开放数据存储库: UC http://archive.ics.uci.edu/ml/ Kaggle https://www.kaggle.com/datasets Amazon's aws http://aws.amazon.com/fr/datasets/ 元门户站点: http://dat ...
分类:
Web程序 时间:
2021-02-26 12:55:40
阅读次数:
0
Fiddler实现弱网的测试 无论是做web端还是app端的测试,我们都需要对弱网进行测试,对于弱网方法有很多种,如:Fiddler模拟弱网,控制电脑的网速等,今天介绍下Fiddler如何进行弱网测试。 1、Fiddler中启动弱网 打开Fiddler,Rules->Performance->勾选 ...
分类:
其他好文 时间:
2021-02-25 11:46:31
阅读次数:
0
在我们的Thread类中,我们可以看到多线程有六种状态。 NEW:初始状态 RUNNABLE:运行状态 BLOCKED:阻塞状态 WAITING:等待状态 TIMED_WAITING:超时等待状态 TERMINATED:终止状态 六种状态之间的转化关系如下: 1、NEW 表示线程创建成功,但没有运行 ...
分类:
编程语言 时间:
2021-02-16 12:34:09
阅读次数:
0
#零 修订记录 | 序号 | 修订内容 |修订时间 | | | | | | 1 | 新增 |2021/2/6| #一 摘要 前文linux 基于三台物理机安装ceph nautilus 介绍了 ceph 在centos 7.6 上的安装。 ceph nautilus 横向扩容 介绍了ceph 横向扩 ...
分类:
其他好文 时间:
2021-02-08 11:45:21
阅读次数:
0
说明 maxscale 配置没有问题,但是就是不好使。 报错如下: warning: [mariadbmon] The current master server 'server1' is no longer valid because it has been down over 5 (failco ...
分类:
数据库 时间:
2021-02-02 11:13:27
阅读次数:
0
Netty官网:https://netty.io/ Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance p ...
分类:
Web程序 时间:
2021-02-01 11:54:29
阅读次数:
0