1、使用 org.apache.commons.lang.StringUtils 中的 join 函数。 StringUtils.join(array, ","); 2、使用 Google Guava 中的 com.google.common.base.Joiner 类。 Joiner.on(',' ...
分类:
编程语言 时间:
2020-10-14 20:31:17
阅读次数:
56
Ubuntu20 TFTP服务器的搭建和使用 TFTP (Trivial File Transfer Protocol) 是一个简化版的FTP,适合用于简洁的场景,比如嵌入式开发的时候向下位机传输文件。TFTP使用UDP协议,工作于69端口。 环境:ubuntu20 桌面版 服务器 安装服务程序: ...
分类:
系统相关 时间:
2020-10-14 20:19:29
阅读次数:
34
Router#shrunBuildingconfiguration...Currentconfiguration:2420bytes!!Lastconfigurationchangeat09:47:41UTCMonOct122020byvxiadminversion15.1servicetimestampsdebugdatetimemsecservicetimestampslogdatetimem
分类:
系统相关 时间:
2020-10-14 19:57:05
阅读次数:
34
查看之前是否设置过全局的user.name和user.email: git config --global --list 如果已设置,则删除: git config --global --unset user.name "你的名字" git config --global --unset user. ...
分类:
系统相关 时间:
2020-10-12 20:29:10
阅读次数:
28
# firewall-cmd --help Usage: firewall-cmd [OPTIONS...] General Options -h, --help Prints a short help text and exists -V, --version Print the version ...
分类:
其他好文 时间:
2020-10-10 18:08:39
阅读次数:
40
一、TCP/IP模型 TCP/IP协议模型(Transmission Control Protocol/Internet Protocol),包含了一系列构成互联网基础的网络协议,是Internet的核心协议。 基于TCP/IP的参考模型将协议分成四个层次,它们分别是链路层、网络层、传输层和应用层。 ...
分类:
其他好文 时间:
2020-10-09 21:29:09
阅读次数:
38
1. res 目录 新建一个 menu 资源文件 <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:title= ...
分类:
移动开发 时间:
2020-10-09 20:47:20
阅读次数:
36
一、问题描述 1 could not get 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/4.0.1/gradle-4.0.1.pom'. received status code 400 from ...
分类:
移动开发 时间:
2020-10-08 19:43:40
阅读次数:
43
程序均下载安装Windows 64位的 下载并默认路径安装Android Studio,下载地址https://developer.android.google.cn/studio/ 下载并默认路径安装JDK(jdk-8u261-windows-x64.exe) ,下载地址https://www.o ...
分类:
移动开发 时间:
2020-10-08 18:18:29
阅读次数:
41
Google:inline Forward Caffe 作者:jiongnima 这个作者很懒,什么都没留下… 原创 干货!caffe源码深入学习9:caffe框架神经网络反传代码解析(三)之contrastive_loss_layer源码解析 本篇博客是Caffe深度学习梯度反传代码解析的第3篇。 ...
分类:
其他好文 时间:
2020-10-07 21:44:58
阅读次数:
42