Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能,一个 C# 编写的 DLL 可以保持 HTTP 连接,只要它可以(直到服务器超时)?如果外部应用程序将使用 DLL 的函数,我是否可以在此 DLL 中的此 DLL 调用之间保持连接(并在丢失时通过调用其方法之一重新打开它)?
我需要使用一些脚本,其中我发现了这个:
$data = <<<DATA MIN={$min} INVOICE={$invoice} AMOUNT={$sum} EXP_TIME={$exp_date} DESCR={$descr} DATA;
有人可以提供更多关于$somevar = <<<DATA......和
$somevar = <<<DATA