由 潘立峰创建, 最后修改于大约1分钟以前 转至元数据起始 更新自动化环境搭建 浏览器版本 google:81.0.4044.122 火狐:79 火狐插件:try path,katalon recorder5.3.Screenlapse Element Selector wendriver 版本: ...
分类:
其他好文 时间:
2020-08-27 17:06:28
阅读次数:
57
前端页面性能调优较常用的工具有Yslow和PageSpeed(google),小编以Yslow工具做下前端性能调优小结:安装Yslow要先安装Firebug(以火狐为例),打开Firebug窗口,选择Yslow选项。点击RunTest运行Yslow。调优方法如下:MakefewerHTTPrequests:尽量使用少的http请求,比如把多个js,css进行合并UseaCDN:尽量使用cdn,减少
分类:
其他好文 时间:
2020-08-26 18:55:35
阅读次数:
59
kubernetes 安装 dashboard 后,在chrome通过https访问,结果还是提示: 10.34.254.7 通常会使用加密技术来保护您的信息。Google Chrome 此次尝试连接到 10.34.254.7 时,此网站发回了异常的错误凭据。这可能是因为有攻击者在试图冒充 10.3 ...
分类:
Web程序 时间:
2020-08-26 17:13:57
阅读次数:
116
我是通过 <iframe> 标签就可以满足我工作的 pdf预览需求 如果<iframe> 无法满足需求 , 可以使用pdf.js这个插件,功能强大。 <iframe :src="url" type="application/x-google-chrome-pdf" width="100%" heig ...
分类:
其他好文 时间:
2020-08-25 18:28:37
阅读次数:
66
goshell执行优化版+输出结果为table格式packagemainimport("fmt""github.com/modood/table""golang.org/x/crypto/ssh""io/ioutil""net""time")funcconnect(user,password,host,keystring,portint,cipherList[]string)(*ssh.Sessi
分类:
系统相关 时间:
2020-08-25 15:55:00
阅读次数:
59
1 . 创建Protobuf序列化 工具类ProtobufExchang.cs, 需要添加应用protobuf-net.dll 组件 using ProtoBuf;using System;using System.Collections.Generic;using System.IO;using ...
1.前言Jib,容器化你的Java应用Jib是Google开发的可以直接构建Java应用的Docker和OCI镜像的类库,以Maven和Gradle插件形式提供。它最骚操作的是可以在没有Docker守护程序的情况下构建,也就是说,您不必在计算机上安装docker守护程序!尽管SpringBoot2.3.0.RELEASE已经推出了构建镜像的功能,胖哥还是忍不住要试试Jib。其实最骚的还是名字。2.
分类:
其他好文 时间:
2020-08-24 16:45:12
阅读次数:
63
1. XML序列化实例演示 using System;using System.Collections.Generic;using System.Diagnostics;using System.IO;using System.Linq;using System.Text;using System. ...
去年 5 月份的 Google I/O 上,谷歌宣布 Kotlin-first,Kotlin 开始成为 Android 开发者的首选语言,接着谷歌针对 Kotlin 的相关建设不断。 本文简介 Java 迁移到 Kotlin 指南相关 就在今年,上周,谷歌刚刚推出免费的 Kotlin 和 Andro ...
分类:
编程语言 时间:
2020-08-21 16:36:53
阅读次数:
93
安装Git yum -y install git 下载Gitea,下载最新的版本可以参考https://dl.gitea.io/gitea wget -O gitea https://dl.gitea.io/gitea/1.12.3/gitea-1.12.3-linux-amd64 在下载到Gite ...
分类:
其他好文 时间:
2020-08-20 19:18:33
阅读次数:
90