码迷,mamicode.com
首页 >  
搜索关键字:issue    ( 1724个结果
QA Issue: No GNU_HASH in the elf binary
解决方法: 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
allure与测试用例的故事
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
css: html link href issue
<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
VSCode Node cannot launch program setting the 'outFiles' attribute might help
简介:项目迁移到GitLab 后不能调试,各种百度谷歌 stackoverflow git vscode issue 无果, N天后解决 明显和outFiles没关系 解决办法: add configuration 出现 "type": "pwa-node" "version": "0.2.0", ...
分类:其他好文   时间:2020-06-12 10:39:40    阅读次数:156
Hyper-V WSL2 Docker Swarm
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
铁华组-beta冲刺第三天
SCRUM部分: 221701111 221701111刘晓龙 今日进展:完成登录接口 存在问题:无 解决进展:自动登录,退出登录都已完成 明日安排:订单界面的aixos+vuex issue 221701130 今日进展:尝试连接订单页面前后端,编写创建订单页面 存在问题:后端基础较薄弱,启动时很 ...
分类:其他好文   时间:2020-06-05 21:28:26    阅读次数:73
Flutter Weekly Issue 58
教程 逆向 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
ICM issue IcmPlAllocBuf: MpiGetOutbuf failed (rc = 14 (MPI_ESTALE: outdated MPI handle))
相关的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
Boot hangs for 30 seconds at “Begin: Running /scripts/local-premount”
原因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
1724条   上一页 1 ... 8 9 10 11 12 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!