• 大小: 2.86MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-11
  • 语言: C#
  • 标签: ASP.NET  

资源简介

ASP.NET 调用摄像头

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
using FluorineFx;
//http://www.51aspx.com/CV/FlexPhotoOnline
namespace ServiceLibrary1
{
    /// 
    /// Fluorine sample service.
    /// 

    [RemotingService(“Fluorine sample service“)]
    public class Sample
    {
        public Sample()
        {
        }

        public string Echo(string text)
        {
            return “Gateway echo: “ + text;
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     114688  2008-04-17 08:36  FlexPhoto\ServiceLibrary1\bin\Debug\antlr.runtime.dll

     文件     909312  2008-07-21 19:17  FlexPhoto\ServiceLibrary1\bin\Debug\FluorineFx.dll

     文件     188416  2007-09-08 04:48  FlexPhoto\ServiceLibrary1\bin\Debug\ICSharpCode.SharpZipLib.dll

     文件     270336  2006-03-30 19:24  FlexPhoto\ServiceLibrary1\bin\Debug\log4net.dll

     文件      16384  2009-05-13 15:46  FlexPhoto\ServiceLibrary1\bin\Debug\ServiceLibrary1.dll

     文件      11776  2009-05-13 15:46  FlexPhoto\ServiceLibrary1\bin\Debug\ServiceLibrary1.pdb

     文件      33820  2009-05-13 15:46  FlexPhoto\ServiceLibrary1\obj\Debug\ResolveAssemblyReference.cache

     文件      16384  2009-05-13 15:46  FlexPhoto\ServiceLibrary1\obj\Debug\ServiceLibrary1.dll

     文件      11776  2009-05-13 15:46  FlexPhoto\ServiceLibrary1\obj\Debug\ServiceLibrary1.pdb

     文件        652  2009-05-13 15:46  FlexPhoto\ServiceLibrary1\obj\ServiceLibrary1.csproj.FileListAbsolute.txt

     文件       1401  2008-08-03 09:27  FlexPhoto\ServiceLibrary1\Properties\AssemblyInfo.cs

     文件        485  2009-05-13 16:02  FlexPhoto\ServiceLibrary1\Sample.cs

     文件       2226  2009-05-13 15:46  FlexPhoto\ServiceLibrary1\ServiceLibrary1.csproj

     文件        838  2008-08-03 10:02  FlexPhoto\WebSite1\.actionscriptProperties

     文件        264  2008-08-03 10:02  FlexPhoto\WebSite1\.flexProperties

     文件        475  2008-08-03 10:01  FlexPhoto\WebSite1\.project

     文件         88  2008-08-03 10:01  FlexPhoto\WebSite1\.settings\org.eclipse.core.resources.prefs

     文件       2596  2009-05-13 16:03  FlexPhoto\WebSite1\App_Code\WebService.cs

     文件     114688  2008-04-17 08:36  FlexPhoto\WebSite1\Bin\antlr.runtime.dll

     文件     909312  2008-07-21 19:17  FlexPhoto\WebSite1\Bin\FluorineFx.dll

     文件        110  2008-08-03 09:27  FlexPhoto\WebSite1\Bin\FluorineFx.dll.refresh

     文件    1122304  2008-07-21 19:17  FlexPhoto\WebSite1\Bin\FluorineFx.ServiceBrowser.dll

     文件        140  2008-08-03 09:27  FlexPhoto\WebSite1\Bin\FluorineFx.ServiceBrowser.dll.refresh

     文件     188416  2007-09-08 04:48  FlexPhoto\WebSite1\Bin\ICSharpCode.SharpZipLib.dll

     文件        136  2008-08-03 09:27  FlexPhoto\WebSite1\Bin\ICSharpCode.SharpZipLib.dll.refresh

     文件     270336  2006-03-30 19:24  FlexPhoto\WebSite1\Bin\log4net.dll

     文件        104  2008-08-03 09:27  FlexPhoto\WebSite1\Bin\log4net.dll.refresh

     文件     217088  2007-08-22 20:31  FlexPhoto\WebSite1\Bin\MySql.Data.dll

     文件      16384  2009-05-13 15:46  FlexPhoto\WebSite1\Bin\ServiceLibrary1.dll

     文件      11776  2009-05-13 15:46  FlexPhoto\WebSite1\Bin\ServiceLibrary1.pdb

............此处省略193个文件信息

评论

共有 条评论