1、组件地址 https://github.com/sytelus/CryptoJS 中文文档: https://github.com/xiaohuiguo/CryptoJS-guide-cn 2、安装npm install crypto-js --save-devyarn add crypto-js --dev// 或者下载js文件https://cdnjs.cloudflare.com/aja

文章配图
1、解压nginx的gz包tar -zxvf nginx-1.12.1.tar.gz 这里我选择安装在/usr/local/目录2、初始化配置cd /media/didi/nginx-1.12.1./configure如果是要使用ssl的话,执行./configure --with-http_stub_status_module --with-http_ssl_module --with-stre

文章配图
1、IntelliJ IDEA运行报错java: GC overhead limit exceededjava.lang.OutOfMemoryError: GC overhead limit exceeded2、解决办法调大编译器的进程堆内存

1、背景错误信息:Could not find a version that satisfies the requirement numpy (from versions: none)2、方法找到pip.ini 文件, 一般再c:\users\用户名\AppData\Roaming\pip把pip.ini 改成如下:(这个是加了多个镜像的源)[global]timeout=60index-url=

这里列出来我用到的1、根据id获取元素By.ById.id()WebElement loginButton = webDriver.findElement(By.ById.id("top_dl"));2、获取iframe,并使用switchTo().frame()WebElement logIfame = webDriver.findElement(By.ById.id("log_ifame"))

文章配图
1、测试报错:类文件具有错误的版本 55.0, 应为 52.0错误信息java: 无法访问org.openqa.selenium.By 错误的类文件: /C:/Users/DELL/.m2/repository/org/seleniumhq/selenium/selenium-api/4.19.0/selenium-api-4.19.0.jar!/org/openqa/selenium/By.c

文章配图
1、前提环境和版本:1、Springboot 版本:V1.7.2。2、selenium-java 版本:3.141.592、运行的第一个错误:java.lang.NoSuchFieldError: Companion四月 09, 2024 8:44:55 下午 org.openqa.selenium.remote.DesiredCapabilities chrome信息: Using &backq

文章配图
1、背景sprinboot工程,开始连的是msyql,是能够正常使用的。由于要做信创,所以开始对接达梦8数据库我是按照官网的文档来的 https://eco.dameng.com/document/dm/zh-cn/start/java-development.html 这里我用了两个方式1、从安装包/drivers/jdbc中找到了驱动包2、直接使用maven下载,也就是上述代码去掉这两种方式对

文章配图
1、我的网站使用lighthouse进行检测,出现了以下的问题(我用的edge浏览器)错误信息:移除阻塞渲染的资源Eliminate render-blocking resources资源阻止了系统对您网页的首次绘制。建议以内嵌方式提供关键的 JS/CSS,并推迟提供所有非关键的 JS/样式。Resources are blocking the first paint of your page.

使用以下命令安装npm install -g yarn

阅读更多