1、show index form table; #Table: 表名 #Non_unique :是否为unique index,0-是,1-否。 #Key_name:索引名称 #Seq_in_index:索引中的顺序号,单列索引-都是1;复合索引-根据索引列的顺序从1开始递增。 #Column_n ...
分类:
数据库 时间:
2020-11-20 12:23:36
阅读次数:
33
一种 灵活、强大 的选择元素的方式,就是使用 Xpath 表达式 既然已经有了CSS,为什么还要学习 Xpath呢? 因为 有些场景 用 css 选择web 元素 很麻烦,而xpath 却比较方便。 另外 Xpath 还有其他领域会使用到,比如 爬虫框架 Scrapy, 手机App框架 Appium ...
分类:
其他好文 时间:
2020-11-20 11:57:56
阅读次数:
8
yarn start yarn run v1.22.10$ cross-env APP_TYPE=site umi dev'cross-env' 不是内部或外部命令,也不是可运行的程序或批处理文件。error Command failed with exit code 1. 启动不成功,证明这个项目 ...
分类:
其他好文 时间:
2020-11-20 11:57:12
阅读次数:
5
/** * @description: * @author: * @create: 2020-11-15 21:12 **/ public class SwapThread { static class Mythread1 extends Thread { public void run() { s ...
分类:
编程语言 时间:
2020-11-20 11:56:39
阅读次数:
13
最近项目上部署程序时候报eureka相关的NPE错误,如下: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2020- ...
分类:
移动开发 时间:
2020-11-20 11:50:24
阅读次数:
17
macOS 版本:10.15.4 (19E287) appium版本:1.18.3 遇到的问题: 先是报这个:An unknown server-side error occurred while processing the command. Original error: Neither AND ...
分类:
移动开发 时间:
2020-11-20 11:36:33
阅读次数:
50
1、在Web项目开发过程中,错误信息提示页是一个重要的组成部分。为了不让用户直接看见异常信息的页面,此时,就需要有一个错误信息提示页。错误页面一般都属于静态页面,这里在src/main/resources/static目录下创建error-404.html。 首先,在pom.xml里面新增几个配置, ...
分类:
编程语言 时间:
2020-11-20 11:26:41
阅读次数:
4
学习教程: http://www.python3.vip http://www.testclass.net/selenium_python/ 1、安装python和selenium 下载python安装后,添加好环境变量。 本地安装了python2和python3两个版本,其中修改了python3. ...
分类:
其他好文 时间:
2020-11-19 12:51:31
阅读次数:
10
Error - no supported modules(DPDK driver) are loaded [ 45.422045] VFIO - User Level meta-driver version: 0.3 Y Error - no supported modules(DPDK drive ...
分类:
Web程序 时间:
2020-11-18 13:28:47
阅读次数:
29
漫画:Dijkstra算法的优化在上一篇漫画中,小灰介绍了单源最短路径算法Dijkstra,没看过的小伙伴可以看下:漫画:图的“最短路径”问题漫画中我们遗留了一个问题:如何求得最短路径的详细节点,而不仅仅是距离?在本篇中,我们将会给与解答。我们仍然以下面这个带权图为例,找出从顶点A到顶点G的最短距离。详细过程如下:第1步,创建距离表和前置顶点表。距离表的Key是顶点名称,Value是从起点A到对应
分类:
编程语言 时间:
2020-11-18 13:18:27
阅读次数:
11