摘要:
一、事件 1.Touch相关: @touchstart:开始事件;@touchmove:移动事件;@touchend结束事件 <div @touchstart.stop.prevent="touchstart" @touchmove.stop.prevent="touchmove" @touchen 阅读全文
posted @ 2024-03-31 21:43 草妖 阅读(6) 评论(0) 推荐(0)
|
|||
摘要:
一、事件 1.Touch相关: @touchstart:开始事件;@touchmove:移动事件;@touchend结束事件 <div @touchstart.stop.prevent="touchstart" @touchmove.stop.prevent="touchmove" @touchen 阅读全文
posted @ 2024-03-31 21:43 草妖 阅读(6) 评论(0) 推荐(0)
摘要:
打包前提条件: 1、准备好即将要打包的jar包;2、安装go运行环境;3、配置maven编译环境 一:安装go运行环境下载地址 二、编写springboot打包程序(建议前往https://gitee.com/mirrors/XJar#xjar-查看) pom.xml <project xmlns= 阅读全文
posted @ 2024-03-31 21:40 草妖 阅读(28) 评论(0) 推荐(0)
摘要:
看到相关的连接: 1、Linux基础入门 | vim常用命令详解 ;2、 查找文件: find:find . -name "*.tar.gz" // 查找当前目录下的“.tar.gz”后缀文件locate:不需要指定路径,搜索的是系统缓存的索引表(mlocate.db)。locate '*.tar. 阅读全文
posted @ 2024-03-31 21:40 草妖 阅读(6) 评论(0) 推荐(0)
摘要:
详细文档请参考:web自动化测试 使用java+selenium+Junit 一、安装Java环境和Google 略。注:1.安装Java版本8及以上;2.安装Google浏览器(这里需要注意版本号)。 二、安装Google驱动(详情可以参照“java+selenium环境搭建_在上山的mei的博客 阅读全文
posted @ 2024-03-31 21:39 草妖 阅读(3) 评论(0) 推荐(0) |
|||