02 2022 档案

该文被密码保护。
posted @ 2022-02-28 12:22 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要:Tips: 查看分支是否存在 $ git branch -r |grep v3.1_serviceRechargeBugFix_0922A 查看分支最新提交:查找最新的commit $ git log --branches="*v3.1_serviceRechargeBugFix_0922A*" 查 阅读全文
posted @ 2022-02-25 19:12 PanPan003 阅读(82) 评论(0) 推荐(0) 编辑
摘要:1. 修复redmin分支,需check out 某一分支 v3.3_A1 2. 对比差异 不同commit某一文件的差异 $ git diff 7e0ee6b26 f93b9e23d -- Source/****.WebSite/Controllers/****Controller.cs 3. 将 阅读全文
posted @ 2022-02-23 10:09 PanPan003 阅读(231) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-02-22 20:05 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要:System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. > System.ServiceModel.Security.SecurityNegotiat 阅读全文
posted @ 2022-02-22 19:54 PanPan003 阅读(220) 评论(0) 推荐(0) 编辑
摘要:System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. > System.ServiceModel.Security.SecurityNegotiat 阅读全文
posted @ 2022-02-22 19:49 PanPan003 阅读(580) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-02-22 18:19 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要:原文:https://docs.microsoft.com/en-us/dotnet/core/additional-tools/wcf-web-service-reference-guide Over the years, many Visual Studio developers have en 阅读全文
posted @ 2022-02-22 14:31 PanPan003 阅读(167) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/aspnet/core/grpc/why-migrate-wcf-to-dotnet-grpc?view=aspnetcore-6.0 This article provides a summary of why ASP.NET Co 阅读全文
posted @ 2022-02-22 14:28 PanPan003 阅读(87) 评论(0) 推荐(0) 编辑
摘要:WCF Alternatives for .NET 5 The .NET 5 era has begun It’s official; you can start targeting .NET 5 as your platform of choice. It’s the first option f 阅读全文
posted @ 2022-02-22 14:12 PanPan003 阅读(1540) 评论(0) 推荐(1) 编辑
摘要:http://192.168.33.21:5000/v2/_catalog http://192.168.33.21:5000/v2/_catalog?n=2000 n=2000 ,为显示 2000条 仓库name(默认显示) Listing Repositories Images are stor 阅读全文
posted @ 2022-02-16 12:01 PanPan003 阅读(192) 评论(0) 推荐(0) 编辑
摘要:# checkout 远程分支hotfix/v3.3.1_20378_website $ git reset --hard f93b9e23dee9ff0a81ece8a45d572a000d6c86a8 # 强制远程分支推送。否则如果 commit较新,则会自动 提示需要提交commit $ gi 阅读全文
posted @ 2022-02-15 22:12 PanPan003 阅读(165) 评论(0) 推荐(0) 编辑
摘要:$ git ls-files | while read f; do git blame -w -M -C -C --line-porcelain "$f" | grep -I '^author '; done author CHN\123123 author CHN\123123 author CH 阅读全文
posted @ 2022-02-15 12:04 PanPan003 阅读(78) 评论(0) 推荐(0) 编辑
摘要:$ git log --oneline --graph 查询 git log的 图示 查询一段时间内的 某个路径下的 commit: $ git log --stat --since 2021-12-01 --until 2022-02-13 --branches=*feature/v3.3 Sou 阅读全文
posted @ 2022-02-15 11:49 PanPan003 阅读(156) 评论(0) 推荐(0) 编辑
摘要:需要模拟的merge Commit: f94551acfbd3be6d558ebf0f6df8031e72fb7c17 Parents: b91641a9db44dff81e0f86bcde3a3f29dee5f4f7, 7e0ee6b26f66149d50f1f1d927d0dae0cbe9ff5 阅读全文
posted @ 2022-02-15 11:45 PanPan003 阅读(45) 评论(0) 推荐(0) 编辑
摘要:$ git show --stat 991398f8 --pretty=format:%f | awk '{print $1}' | awk 'NR>2{print p}{p=$0}' Doc/TestData/CashDistribution.csv Doc/TestData/CashPreAut 阅读全文
posted @ 2022-02-15 11:39 PanPan003 阅读(47) 评论(0) 推荐(0) 编辑

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