GitLab官方搭建教程地址: https://about.gitlab.com/install/#ubuntu 1. 依赖包安装 sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates ...
分类:
其他好文 时间:
2021-03-05 13:25:21
阅读次数:
0
基于golang 运行 运行server brew install pyroscope-io/brew/pyroscope pyroscope server golang 代码 package main import ( "github.com/gin-gonic/gin" "github.com/ ...
分类:
其他好文 时间:
2021-03-05 13:17:19
阅读次数:
0
https://www.cnblogs.com/guorongtao/p/13329618.html SELECT object_name(a.parent_obj) as [表名] ,a.name as [触发器名称] ,(case when b.is_disabled=0 then '启用' e ...
分类:
数据库 时间:
2021-03-05 13:01:52
阅读次数:
0
我们知道,在selenium中,定位方式可以分为8种:1,id定位2,class定位3,name定位4,link_text定位5,partial_link_text定位6,tag定位7,xpath定位8,css定位 那么在这8种定位方式种,我们该如何取舍呢?原则如下:原则一:如果元素有id属性,则首 ...
分类:
其他好文 时间:
2021-03-05 12:57:53
阅读次数:
0
1、基本格式 用缩进表示层级,左对齐的数据属于同一层级; K:(空格)v 表示一个键值对 大小写敏感 "#"表示注释 server: port: 8081 spring: #这是注释 datasource: url: jdbc:oracle:thin:@localhost:1521:orcl dri ...
分类:
其他好文 时间:
2021-03-04 13:14:22
阅读次数:
0
安装client编程库 根据原理图, 我们知道自动化程序需要调用客户端库和 Appium Server 进行通信。 因为我们介绍Python语言开发,所以当然是用pip安装,如下 pip install appium-python-client 安装Appium Server Appium Serv ...
分类:
移动开发 时间:
2021-03-04 13:09:17
阅读次数:
0
SELECT GYK.JsonTable from dbo.td_YWZC_Config_GYK_History AS GYK[ {"检测对象":"试块型式","纵向缺陷检测1":"","纵向缺陷检测2":"","横向缺陷检测1":"","横向缺陷检测2":"","母材检测":""}, {"检测对象 ...
分类:
数据库 时间:
2021-03-04 12:56:36
阅读次数:
0
事务恢复学习了 DTS 的原理之后,可能你会问,如果二阶段失败会怎样?比如需要 commit app2 和 app3,如果 commit app2 的时候断电了,这笔事务数据是否还能正常提交?答案是肯定的,通过我们的 xts-server 这个恢复系统来保证事务一定会被提交/回滚。在某些特殊情况下( ...
分类:
其他好文 时间:
2021-03-03 12:17:23
阅读次数:
0
1. MySQL下载 官网下载地址: https://downloads.mysql.com/archives/community/ 2. 将下载的软件上传至服务器,进行解压及安装前的环境部署 [root@templates ~]# cd /server/tools/ #< 软件包上传至/serve ...
分类:
数据库 时间:
2021-03-03 12:08:01
阅读次数:
0
axios是一个库,并不是vue中的第三方插件,使用时不能通过Vue.use()安装插件 https://github.com/axios/axios 需要在原型上进行绑定: https://www.kancloud.cn/yunye/axios/234845 $cnpm install --sav ...
分类:
移动开发 时间:
2021-03-03 11:53:36
阅读次数:
0