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.
我对 NServiceBus 有疑问:我已经定义了实现的端点配置IConfigureThisEndpoint,但是当我使用通用主机运行服务时,它抱怨无法将类型强制转换为命名空间。知道为什么吗?
IConfigureThisEndpoint
听起来你在配置文件中指定了“EndpointConfigurationType”。您能否验证这是真的,如果是,请尝试将其删除并查看它是否解决了您的问题?
事实证明,在 NServiceBus 中调用了两个命名空间。IConfigureEndpoint我使用了错误的 - 不得不引用 ServiceHost EXE。
IConfigureEndpoint
<?php echo file_get_contents ("http://www.google.com/"); ?>
但我只想获取 url 中标签的内容...怎么做...?我需要在标签之间回显内容....而不是整个页面