pipeline { agent any environment { imagename = '镜像名' tag = "v${BUILD_NUMBER}" #版本号 } stages { stage('Pull code') { steps { echo "${imagename}:${tag}" ...
分类:
其他好文 时间:
2020-12-29 11:15:03
阅读次数:
0
在使用element-ui导入表格时提示此报错是因为还差一个el-table-column组件,导入此组件即可 ...
分类:
其他好文 时间:
2020-12-28 11:20:11
阅读次数:
0
# 一:库的管理 1、库的创建 语法:creat datase (if not exists )库名;# 不能重复,否则会报错 2、库的修改:rename database 原库名 to 新库名; 3、库修改字符集 alter database 库名 character set gbk/utf8; ...
分类:
其他好文 时间:
2020-12-25 12:23:59
阅读次数:
0
当关联查询非常复杂时,可以用嵌套的select,其原理是在映射复杂数据时执行另一个select来完成 <resultMap id="order_resultMap2" type="Order" autoMapping="true"> <id column="id" property="id"/> < ...
分类:
其他好文 时间:
2020-12-25 11:43:23
阅读次数:
0
2019年Node趋势解读:大前端如何与Node结合?图片作者|狼叔(阿里前端技术专家,Node技术布道者)编辑|覃云你好,我是阿里巴巴前端技术专家狼叔,在上一篇文章中,我分享了大前端的现状和未来,接下来的这篇文章,我将会分享一些大前端跟Node.js结合比较密切的点。本文首发于极客时间《技术领导力300讲》专栏:https://time.geekbang.org/column/intro/79?
分类:
其他好文 时间:
2020-12-24 12:17:15
阅读次数:
0
善用Bashhistory命令原创良许良许Linux点击「阅读原文」查看良许原创精品视频。大家好,我是良许相信大家平时都有用history命令来查看命令历史记录,但是实际上history命令并非只有这个功能,history还有很多有用的功能。尤其是Bash版本的history命令,它所提供的功能比所有其他的LinuxShellhistory命令所提供的都要多。Bash的历史悠久,是一个古老的She
分类:
其他好文 时间:
2020-12-23 11:57:21
阅读次数:
0
this.$route:当前激活的路由的信息对象。每个对象都是局部的,可以获取当前路由的 path, name, params, query 等属性。 this.$router:全局的 router 实例。通过 vue 根实例中注入 router 实例,然后再注入到每个子组件,从而让整个应用都有路由 ...
分类:
其他好文 时间:
2020-12-23 11:43:40
阅读次数:
0
<body> <style> #container { width: 100%; max-width: 700px; margin: 2em auto; } .cols { -moz-column-count: 3; -moz-column-gap: 3%; -moz-column-width: 3 ...
分类:
Web程序 时间:
2020-12-21 12:13:04
阅读次数:
0
"~/.vimrc"vim config file"date 2018-12-26""Created by bert "blog:https://blog.51cto.com/zpf666"""""""""""""""""""""""""""""&q ...
分类:
系统相关 时间:
2020-12-19 12:12:19
阅读次数:
2
import pymysql from pymysql.cursors import DictCursor # class Field: # def __init__(self,name,column=None,chief=False,unique=False,index=False,nullabl ...
分类:
数据库 时间:
2020-12-18 13:13:19
阅读次数:
4