上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 71 下一页
摘要: package io; import java.io.*; import java.util.ArrayList; import java.util.List; public class readerLinedemo { public static void main(String[] args) 阅读全文
posted @ 2020-03-29 19:29 不带R的墨菲特 阅读(711) 评论(0) 推荐(0)
摘要: package io; import com.sun.istack.internal.NotNull; import com.sun.istack.internal.Nullable; import java.io.*; import java.nio.charset.StandardCharset 阅读全文
posted @ 2020-03-29 18:52 不带R的墨菲特 阅读(308) 评论(0) 推荐(0)
摘要: ### log output control D is debug log output is or not ,E is ERROR OUTPUT is or not control by have D ,E manual control log4j.rootLogger = error,stdou 阅读全文
posted @ 2020-03-28 22:45 不带R的墨菲特 阅读(225) 评论(0) 推荐(0)
摘要: package iter; import java.util.*; public class iterdemo { public static void main(String[] args) { // 用来迭代容器的,next() ,hasNext(),set 不可以for循环 Set set = 阅读全文
posted @ 2020-03-28 18:55 不带R的墨菲特 阅读(273) 评论(0) 推荐(0)
摘要: 流量的处理由三种对象控制,它们是:qdisc(排队规则)、class(类别)和filter(过滤器)。qdisc 分类:# todo 1.CLASSLESS QDisc(不可分类QDisc)[p|b]fifo使用最简单的qdisc,纯粹的先进先出。只有一个参数:limit,用来设置队列的长度,pfi 阅读全文
posted @ 2020-03-26 16:35 不带R的墨菲特 阅读(4493) 评论(0) 推荐(0)
摘要: #### 如何进行linux带宽测试5. how to test NetWidth : ### 5.1 method1 to see (https://blog.csdn.net/Deronn/article/details/86682715): 1.从github克隆包到本地 # git clon 阅读全文
posted @ 2020-03-25 17:14 不带R的墨菲特 阅读(253) 评论(0) 推荐(0)
摘要: 1.如何镜像重命名: 第一种方法: docker tag localimage-id repo:new_tag chenyangdeMacBook-Pro:~ chenyang$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE hello-wor 阅读全文
posted @ 2020-03-25 16:56 不带R的墨菲特 阅读(526) 评论(0) 推荐(0)
摘要: 1.前言关于uiautomator2: python-uiautomator2封装了谷歌自带的uiautomator2测试框架,提供便利的python接口。他允许测试人员直接在PC上编写Python的测试代码,操作手机应用,完成自动化,大大提高了自动化代码编写的效率。 工作原理 以下图片使用Wind 阅读全文
posted @ 2020-03-25 12:20 不带R的墨菲特 阅读(1724) 评论(0) 推荐(0)
摘要: 1、备份命令 格式:mysqldump -h主机名 -P端口 -u用户名 -p密码 --database 数据库名 > 文件名.sql 例如: mysqldump -h 192.168.1.100 -p 3306 -uroot -ppassword --database cmdb > /data/b 阅读全文
posted @ 2020-03-25 10:32 不带R的墨菲特 阅读(453) 评论(0) 推荐(0)
摘要: 现在有这样一种情形: 有一个叫做Joe的程序猿写了一个游戏程序,而你可能要去改进它。并且Joe将他的代码放在了GitHub仓库上。 image.png 下面是你要做的事情 fork并且更新GitHub仓库的图表演示 Fork他的仓库:这是GitHub操作,这个操作会复制Joe的仓库(包括文件,提交历 阅读全文
posted @ 2020-03-24 17:21 不带R的墨菲特 阅读(743) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 71 下一页