This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- MacOS需要此配置进行调试,误删:开始 --> | |
<Content Include="..\..\..\packages\Beisen.Configuration.1.1.0.230\lib\net45\Beisen.Configuration.dll" Condition=" '$(MSBuildRuntimeType)' == 'Mono' " CopyToOutputDirectory="Always" /> | |
<Content Include="..\..\..\packages\Beisen.Quark.QuarkClient.2.1.1\lib\net45\Beisen.Quark.QuarkClient.dll" Condition=" '$(MSBuildRuntimeType)' == 'Mono' " CopyToOutputDirectory="Always" /> | |
<!-- MacOS需要此配置进行调试,误删:结束 --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
os.environ["http_proxy"] = "http://127.0.0.1:8899" | |
# os.environ["https_proxy"] = "http://127.0.0.1:1231" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var factory = new FilterConditionFactory<RecommendCodeV2>(); | |
Condition condition = !factory.Term(r => r.StdIsDeleted, true); | |
if (param.Type != RecommendCodeType.Default) | |
{ | |
condition = condition & factory.Term(r => r.Type, ((int)param.Type).ToString()); | |
} | |
if (!string.IsNullOrEmpty(param.Value)) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<system.net> | |
<defaultProxy> | |
<proxy | |
usesystemdefault="True" | |
proxyaddress="http://127.0.0.1:8899" | |
bypassonlocal="True" /> | |
</defaultProxy> | |
</system.net> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-11-13T08:08:05.098Z","extensionVersion":"v3.4.3"} |