解决方法: do_install() { install -d ${D}${libdir} cp -a --no-preserve=ownership ${S}/libsample.so.3.5 ${D}${libdir} ln -sf libsample.so.3.5 ${D}${libdir}/ ...
分类:
其他好文 时间:
2020-06-15 17:39:20
阅读次数:
122
1.allure用例描述 包含:epic,feature, story, title, testcase, issue, description, step, serverity, link, attachment 2.实例应用 import pytest import allure @pytest ...
分类:
其他好文 时间:
2020-06-15 17:31:45
阅读次数:
165
昨天有朋友在公众号私信问我几个关于代码分支管理的问题,这几个问题是我去年写的《在团队中使用GitLab中的Merge Request工作模式》一文结尾时抛出的几个问题: 如果系统上线后有紧急Bug需要处理,这个流程应该怎样去调整? 每个任务都在单独分支并行开发,这时如果A和B都依赖C开发的一个模块, ...
分类:
其他好文 时间:
2020-06-13 21:30:01
阅读次数:
68
<link rel="stylesheet" type="text/css" href="../css/reset.css"> <link rel="stylesheet" type="text/css" href="../css/common.css"> 带../的相对在safari浏览器不生效 ...
分类:
Web程序 时间:
2020-06-13 17:32:16
阅读次数:
65
简介:项目迁移到GitLab 后不能调试,各种百度谷歌 stackoverflow git vscode issue 无果, N天后解决 明显和outFiles没关系 解决办法: add configuration 出现 "type": "pwa-node" "version": "0.2.0", ...
分类:
其他好文 时间:
2020-06-12 10:39:40
阅读次数:
156
Crash during reset to factory defaults when Hyper-V is not enabled · Issue #6738 · docker/for-win https://github.com/docker/for-win/issues/6738 [WSL2] ...
分类:
其他好文 时间:
2020-06-10 20:58:17
阅读次数:
77
SCRUM部分: 221701111 221701111刘晓龙 今日进展:完成登录接口 存在问题:无 解决进展:自动登录,退出登录都已完成 明日安排:订单界面的aixos+vuex issue 221701130 今日进展:尝试连接订单页面前后端,编写创建订单页面 存在问题:后端基础较薄弱,启动时很 ...
分类:
其他好文 时间:
2020-06-05 21:28:26
阅读次数:
73
教程 逆向 Flutter 应用 进展汇总 | Flutter 精彩不停,与您同在 插件 creditcard-slider Dart package for creating a credit card slider flutter-orientation A Flutter plugin for ...
分类:
其他好文 时间:
2020-06-04 01:27:10
阅读次数:
97
相关的NOTE: https://launchpad.support.sap.com/#/notes/0002148910 https://launchpad.support.sap.com/#/notes/737625 https://launchpad.support.sap.com/#/not ...
分类:
其他好文 时间:
2020-06-03 16:03:45
阅读次数:
104
原因16.04升级到18.04 解决方法。 open /etc/initramfs-tools/conf.d/resume replace RESUME=UUID=xxx with RESUME=none issue sudo update-initramfs -u reboot your syst ...
分类:
其他好文 时间:
2020-06-01 13:36:12
阅读次数:
88