其他-月排行
1.在Jenkins Server本地创建git库 mkdir /data/Jenkins2Library/SharedLibrary #vars目录托管定义可从Pipeline访问的全局脚本(一般我们可以在这里编写标准化脚本)。 我们在pipeline中调用的指令就是在这里定义的 mkdir /d ...
分类:其他 时间:2020-08-04 11:41:58 收藏:0 阅读:252
使用 vue + ts ,进行编写组件时,发现以下代码 ?错误写法,这样会导致,父组件引用使用 初始值设置 visible = true 不生效 @Component export default class Pop extends Vue { @Prop({ type: Boolean, defa ...
分类:其他 时间:2020-08-11 16:08:39 收藏:0 阅读:563
一、pytest 入门 这是一个测试用例 ch1/test_one.py def test_passing(): assert (1, 2, 3) == (1, 2, 3) 执行 cd /ch1 pytest test_one.py 结果 (venv) C:\Users\admin\Desktop\ ...
分类:其他 时间:2020-08-12 09:17:15 收藏:0 阅读:280
第一次在安装Centos7系统的时候,由于当时点啊弄键盘无法使用,不能设置root账户的密码,等系统安装完成后,登录系统需要输入root账户的密码,这个时候没有密码系统拒接登录 第一步:进入开机模式 在出现上图的界面时候,直接在电脑上按E键就回跳到另一个界面 第二步:在下图界面Linux6开头处的行 ...
分类:其他 时间:2020-08-13 09:13:32 收藏:0 阅读:733
如何引入vant就不细讲了,官网讲的很详细。实在不会去百度搜一下吧 官网:https://youzan.github.io/vant/?source=vuejsorg#/zh-CN/quickstart 这里上拉加载,下拉刷新,写了两遍的访问接口。如果想写一边可通过参数在getList中控制判断。 ...
分类:其他 时间:2020-08-14 10:19:22 收藏:0 阅读:704
1、 下载工具:cronolog 2、 编译安装: 进入上传目录执行:tar -xzvf cronolog-1.6.2.tar.gz 进入解压缩后的目录:cd cronolog-1.6.2 安装:./configure make make install 安装完成后查看安装路径:which cron ...
分类:其他 时间:2020-08-14 11:24:29 收藏:0 阅读:182
1.循环的数据中,每个el-form-item都写rules、prop 2.rules为data中rules对象对应属性,如'rules.name'; 3.prop的第一部分为data中该组遍历数据对应的数组名,此例中为form中的‘personList’;第二部分为遍历的key值变量;第三部分为f ...
分类:其他 时间:2020-08-14 16:14:11 收藏:0 阅读:300
最近在学vue的时候碰到的,在项目中的使用了 <style lang="less" scoped>,可以正常编译却不能启动成功,具体报错信息如下: 首先需要安装必要的插件 安装less依赖,npm install less less-loader --save 修改webpack.base.conf ...
分类:其他 时间:2020-08-15 17:29:43 收藏:0 阅读:531
/* 适配各种屏幕尺寸 */ @media (min-width: 1024px){ body,html{font-size: 18px} } @media (min-width: 1100px) { body,html{font-size: 20px} } @media (min-width: 1 ...
分类:其他 时间:2020-08-31 10:43:42 收藏:0 阅读:367
概述 在使用JSON Web Token作为单点登录的验证媒介时,为保证安全性,建议将JWT的信息存放在HTTP的请求头中,并使用https对请求链接进行加密传输,效果如下图所示: 问题 1.由于项目是前后端分离的,不可避免的就产生了跨域问题,导致Authorization始终无法添加到请求头中去, ...
分类:其他 时间:2020-09-04 15:14:43 收藏:0 阅读:476
[ERROR] The telnet port 3658 is used by process 20546 instead of target process 27149, you will connect to an unexpected process.[ERROR] 1. Try to res ...
分类:其他 时间:2020-09-07 10:14:01 收藏:0 阅读:469
Cannot find module '@vue/cli-shared-utils' 试了两种解决方法 npm update 删除 node_moduls文件夹 npm install yarn serve 第一种没有,第二个解决了 ...
分类:其他 时间:2020-09-07 14:40:40 收藏:0 阅读:811
create user xiaoming with password '8RUy';grant all on DATABASE yqxe to xiaoming;\c mydb (切换到我的数据库yqxe)GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA pu ...
分类:其他 时间:2020-09-09 18:47:46 收藏:0 阅读:645
https://blog.csdn.net/iiiliuyang/article/details/104257353?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_ ...
分类:其他 时间:2020-09-10 08:58:13 收藏:0 阅读:467
修改web项目web,xml <web-app> <error-page> <error-code>404</error-code> <location>/404.jsp</location> </error-page> <error-page> <error-code>400</error-cod ...
分类:其他 时间:2020-09-10 13:09:04 收藏:0 阅读:215
学习java的知识很重要的一块就是框架的知识了,其中使用频率很高的是Mybatis框架。MyBatis 是一款优秀的持久层框架,它支持定制化 SQL、存储过程以及高级映射。MyBatis 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集。今天整理了10道面试常考的Mybatis面试题及答 ...
分类:其他 时间:2020-09-11 10:02:31 收藏:0 阅读:127
use Encore\Admin\Widgets\Table; //必须写在控制器里 $grid->column('title', '标题')->expand(function ($model) { //这里要让哪个字段显示下拉,就写哪个字段,没什么要求 $comments = $model->co ...
分类:其他 时间:2020-09-11 18:56:31 收藏:0 阅读:429
ctrl + C 就可以了 ...
分类:其他 时间:2020-09-12 22:50:08 收藏:0 阅读:277
https://blog.csdn.net/Jmilk/article/details/106007926 打开 dpdk-18.08/drivers/bus/pci/linux/pci.c 可以看到以下内容: #define PCI_MAX_RESOURCE 6 /* * PCI 扫描文件系统下的 ...
分类:其他 时间:2020-09-12 23:46:36 收藏:0 阅读:225
错误信息: Line 36: Char 33: runtime error: store to address 0x625000002048 with insufficient space for an object of type 'double' (solution.c) 0x625000002 ...
分类:其他 时间:2020-09-13 09:29:58 收藏:0 阅读:360
140840941041141283372
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!