05 2021 档案

摘要: 阅读全文
posted @ 2021-05-28 15:04 威威后花园 阅读(1091) 评论(0) 推荐(0) 编辑
摘要:main.cpp #include<iostream> using namespace std; int main() { cout << "Hello world!" << endl; return 0; } 编译单个的文件 g++ main.cpp -o you_want_name 参考 htt 阅读全文
posted @ 2021-05-28 10:37 威威后花园 阅读(71) 评论(0) 推荐(0) 编辑
摘要:背景 如题 分析 遇到该问题原因,是本地分支与对应远程分支的commit存在diff,俗称分支分叉。 如何解决 把本地分支与远程分支存在的diff解决掉 1. 把本地分支强推到远程分支: git push origin branch_xxx -f 2. 把远程分支rebase到本地分支 参考 htt 阅读全文
posted @ 2021-05-21 11:32 威威后花园 阅读(5034) 评论(0) 推荐(0) 编辑
摘要:背景 在confluence中添加图表的操作 step1 step2 step3 插入空白的宏 step4 在空白宏中插入表格 效果 备注 只支持英文的图例 阅读全文
posted @ 2021-05-19 20:32 威威后花园 阅读(1598) 评论(0) 推荐(0) 编辑
摘要:背景 python代码中使用post方法请求接口,并传了二进制的文件,如何将其改造成postman请求 python的函数请求方法如下 url = http://10.10.121.12:8080/xxx data_dict = {'data': '{"a": 1, "b": "[{\\"key\\ 阅读全文
posted @ 2021-05-19 16:42 威威后花园 阅读(812) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示