我目前正在处理一个服务(现在它仍然是一个控制台应用程序,因为这很容易调试)。此服务的基本任务是监视新*.tif文件的文件夹。一旦应用程序在文件夹中找到一个.TIF文件,它就会用以下代码启动另一个应用程序:
ProcessStartInfo command = new ProcessStartInfo(commandPath, commandParams);
command.RedirectStandardOutput=true;
command.UseShellExecute=false;
command.CreateNoWindow=true;
Process process = new
我将从Google中的搜索查询部分获得数据。我在C# .net 4.5中使用一个简单的控制台应用程序。多亏了,我实例化了连接,但是现在我有了一个服务,我不能按自己的要求使用它。
这是我现在的工作代码,它可以得到我的网站:
var service = Authentication.AuthenticateOauth(client_id, client_secret, user);
if (DaimtoWebMasterSitesHelper.list(service).SiteEntry != null)
{
foreach (var s