TCP/UDP协议: TCP(Transmission Control Protocol)一种面向连接的、可靠的、传输层通信协议(比如:打电话) 优点:可靠,稳定,传输完整稳定,不限制数据大小 缺点:慢,效率低,占用系统资源高,一发一收都需要对方确认 应用:Web浏览器,电子邮件,文件传输,大量数据 ...
分类:
其他好文 时间:
2020-06-06 18:49:07
阅读次数:
57
JDK 8 里面有Optional,如果你还在使用 JDK 7 及之前的版本,那么可以使用 Google 的 Guava 库,用法差不多,下面介绍一下Google 的 Guava 库用法。为什么使用 Google Guava Optional 使用Optional除了简化粗鲁的if(null == ...
分类:
编程语言 时间:
2020-06-06 11:09:12
阅读次数:
58
#安装Chrome sudo yum localinstall google-chrome-stable_current_x86_64.rpm #更换pip源 -i https://pypi.tuna.tsinghua.edu.cn/simple/ #下载并安装Chromedriver http:/ ...
分类:
系统相关 时间:
2020-06-06 01:03:55
阅读次数:
109
今天的内容主要和一些依赖有关, //Glide依赖implementation 'com.github.bumptech.glide:glide:4.11.0'//Google Design依赖//noinspection GradleCompatibleimplementation 'com.an ...
分类:
移动开发 时间:
2020-06-05 22:54:28
阅读次数:
91
NTP服务介绍 网络传输中,数据包和日志都需要准确的时间戳。在Linux系统中 Network Time Protocol,NTP协议有用户在空间中的守护进程实现,即ntp和chrony。(要能访问互联网) 同步系统时间 修改配置文件制定ntp服务器同步 # 查看是否安装 [root@rhel8 t ...
分类:
其他好文 时间:
2020-06-05 21:13:27
阅读次数:
157
下载pkg文件 https://golang.google.cn/dl/ sudo vim /etc/profile 11 export GOROOT=/usr/local/go 12 export GOPATH=${GOROOT}/gopath 13 export PATH=$PATH:${GOR ...
分类:
系统相关 时间:
2020-06-05 20:57:54
阅读次数:
185
<?php /*class Google_API_translator { public $url = "http://translate.google.com/translate_t"; public $text = "";//带翻译内容 public $out = "";//输出内容 publi ...
分类:
Web程序 时间:
2020-06-05 16:45:40
阅读次数:
211
from google.colab import drive drive.mount('/content/gdrive') pip install --upgrade visdom pip install torchxrayvision #进入指定文件夹BreastCancer_FinalVersi ...
分类:
其他好文 时间:
2020-06-05 00:42:06
阅读次数:
91
cupertino_IOS风格介绍 在Flutter里是有两种内置风格的: material风格: Material Design 是由Google推出的全新设计语言,这种设计语言是为手机、平板电脑、台式机和其他平台提供一致,更广泛的外观和感觉。我喜欢称它为纸墨设计。Material Design ...
分类:
其他好文 时间:
2020-06-04 16:50:27
阅读次数:
77
1、安装webp 下载地址:https://developers.google.com/speed/webp/download 官网 https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0. ...
分类:
Web程序 时间:
2020-06-04 01:45:37
阅读次数:
101