我已经安装了apache2和php5,我知道在var/www.html/ index.php中是index.php文件,但我想将它更改为/home/pc/www/public/index.php,并在etc/apache2/sites-available/000-default.conf文档根目录中将其设置为"DocumentRoot /home/pc/www/public/“以下是我conf文件: # The ServerName directive sets the request scheme, hostname and
我可以通过以下代码使用nservicebus将消息添加到本地MSMQ var endpointConfiguration = new EndpointConfiguration("Samples.Msmq.SimpleendpointInstance.SendLocal(myMessage)
.ConfigureAwait(false); 但是我在一些地方读到我可以向远程MSMQ发送消息,请参见下面的代码