在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 基于superSocket——AForge的UDP摄像并传输视频案例

基于superSocket——AForge的UDP摄像并传输视频案例

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:93.39M
  • 下载次数:12
  • 浏览次数:130
  • 发布时间:2021-01-25
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
该资源是基于supersocket——Aforge,调用摄像头并发送UDP数据到服务端并写入视频到服务端,可以结合web端操作。
【实例截图】
【核心代码】
e7290cae-04ec-43b1-9865-9786de817553
├── UdpSocketClient
│   ├── packages
│   │   ├── Accord.3.8.0
│   │   │   ├── Accord.3.8.0.nupkg
│   │   │   ├── build
│   │   │   │   ├── Accord.dll.config
│   │   │   │   └── Accord.targets
│   │   │   └── lib
│   │   │   ├── net35
│   │   │   │   ├── Accord.dll
│   │   │   │   └── Accord.xml
│   │   │   ├── net35-unity full v3.5
│   │   │   │   ├── Accord.dll
│   │   │   │   └── Accord.xml
│   │   │   ├── net35-unity micro v3.5
│   │   │   │   ├── Accord.dll
│   │   │   │   └── Accord.xml
│   │   │   ├── net35-unity subset v3.5
│   │   │   │   ├── Accord.dll
│   │   │   │   └── Accord.xml
│   │   │   ├── net35-unity web v3.5
│   │   │   │   ├── Accord.dll
│   │   │   │   └── Accord.xml
│   │   │   ├── net40
│   │   │   │   ├── Accord.dll
│   │   │   │   └── Accord.xml
│   │   │   ├── net45
│   │   │   │   ├── Accord.dll
│   │   │   │   └── Accord.xml
│   │   │   ├── net46
│   │   │   │   ├── Accord.dll
│   │   │   │   └── Accord.xml
│   │   │   ├── net462
│   │   │   │   ├── Accord.dll
│   │   │   │   └── Accord.xml
│   │   │   ├── netstandard1.4
│   │   │   │   ├── Accord.dll
│   │   │   │   └── Accord.xml
│   │   │   └── netstandard2.0
│   │   │   ├── Accord.dll
│   │   │   └── Accord.xml
│   │   ├── Accord.Video.3.8.0
│   │   │   ├── Accord.Video.3.8.0.nupkg
│   │   │   └── lib
│   │   │   ├── net35
│   │   │   │   ├── Accord.Video.dll
│   │   │   │   └── Accord.Video.xml
│   │   │   ├── net35-unity full v3.5
│   │   │   │   ├── Accord.Video.dll
│   │   │   │   └── Accord.Video.xml
│   │   │   ├── net35-unity micro v3.5
│   │   │   │   ├── Accord.Video.dll
│   │   │   │   └── Accord.Video.xml
│   │   │   ├── net35-unity subset v3.5
│   │   │   │   ├── Accord.Video.dll
│   │   │   │   └── Accord.Video.xml
│   │   │   ├── net35-unity web v3.5
│   │   │   │   ├── Accord.Video.dll
│   │   │   │   └── Accord.Video.xml
│   │   │   ├── net40
│   │   │   │   ├── Accord.Video.dll
│   │   │   │   └── Accord.Video.xml
│   │   │   ├── net45
│   │   │   │   ├── Accord.Video.dll
│   │   │   │   └── Accord.Video.xml
│   │   │   ├── net46
│   │   │   │   ├── Accord.Video.dll
│   │   │   │   └── Accord.Video.xml
│   │   │   ├── net462
│   │   │   │   ├── Accord.Video.dll
│   │   │   │   └── Accord.Video.xml
│   │   │   └── netstandard2.0
│   │   │   ├── Accord.Video.dll
│   │   │   └── Accord.Video.xml
│   │   ├── Accord.Video.FFMPEG.3.8.0
│   │   │   ├── Accord.Video.FFMPEG.3.8.0.nupkg
│   │   │   ├── build
│   │   │   │   ├── Accord.Video.FFMPEG.targets
│   │   │   │   ├── avcodec-57.dll
│   │   │   │   ├── avdevice-57.dll
│   │   │   │   ├── avfilter-6.dll
│   │   │   │   ├── avformat-57.dll
│   │   │   │   ├── avutil-55.dll
│   │   │   │   ├── FFMPEG-README.txt
│   │   │   │   ├── postproc-54.dll
│   │   │   │   ├── swresample-2.dll
│   │   │   │   └── swscale-4.dll
│   │   │   └── lib
│   │   │   ├── net35
│   │   │   │   ├── Accord.Video.FFMPEG.dll
│   │   │   │   └── Accord.Video.FFMPEG.xml
│   │   │   ├── net40
│   │   │   │   ├── Accord.Video.FFMPEG.dll
│   │   │   │   └── Accord.Video.FFMPEG.xml
│   │   │   ├── net45
│   │   │   │   ├── Accord.Video.FFMPEG.dll
│   │   │   │   └── Accord.Video.FFMPEG.xml
│   │   │   ├── net46
│   │   │   │   ├── Accord.Video.FFMPEG.dll
│   │   │   │   └── Accord.Video.FFMPEG.xml
│   │   │   └── net462
│   │   │   ├── Accord.Video.FFMPEG.dll
│   │   │   └── Accord.Video.FFMPEG.xml
│   │   ├── AForge.2.2.5
│   │   │   ├── AForge.2.2.5.nupkg
│   │   │   └── lib
│   │   │   ├── AForge.dll
│   │   │   └── AForge.xml
│   │   ├── AForge.Controls.2.2.5
│   │   │   ├── AForge.Controls.2.2.5.nupkg
│   │   │   └── lib
│   │   │   ├── AForge.Controls.dll
│   │   │   └── AForge.Controls.xml
│   │   ├── AForge.Imaging.2.2.5
│   │   │   ├── AForge.Imaging.2.2.5.nupkg
│   │   │   └── lib
│   │   │   ├── AForge.Imaging.dll
│   │   │   └── AForge.Imaging.xml
│   │   ├── AForge.Math.2.2.5
│   │   │   ├── AForge.Math.2.2.5.nupkg
│   │   │   └── lib
│   │   │   ├── AForge.Math.dll
│   │   │   └── AForge.Math.xml
│   │   ├── AForge.Video.2.2.5
│   │   │   ├── AForge.Video.2.2.5.nupkg
│   │   │   └── lib
│   │   │   ├── AForge.Video.dll
│   │   │   └── AForge.Video.xml
│   │   └── AForge.Video.DirectShow.2.2.5
│   │   ├── AForge.Video.DirectShow.2.2.5.nupkg
│   │   └── lib
│   │   ├── AForge.Video.DirectShow.dll
│   │   └── AForge.Video.DirectShow.xml
│   ├── UdpSocketClient
│   │   ├── App.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Accord.dll
│   │   │   ├── Accord.dll.config
│   │   │   ├── Accord.Video.dll
│   │   │   ├── Accord.Video.FFMPEG.dll
│   │   │   ├── Accord.Video.FFMPEG.xml
│   │   │   ├── Accord.Video.xml
│   │   │   ├── Accord.xml
│   │   │   ├── AForge.Controls.dll
│   │   │   ├── AForge.Controls.xml
│   │   │   ├── AForge.dll
│   │   │   ├── AForge.Imaging.dll
│   │   │   ├── AForge.Imaging.xml
│   │   │   ├── AForge.Math.dll
│   │   │   ├── AForge.Math.xml
│   │   │   ├── AForge.Video.DirectShow.dll
│   │   │   ├── AForge.Video.DirectShow.xml
│   │   │   ├── AForge.Video.dll
│   │   │   ├── AForge.Video.xml
│   │   │   ├── AForge.xml
│   │   │   ├── avcodec-57.dll
│   │   │   ├── avdevice-57.dll
│   │   │   ├── avfilter-6.dll
│   │   │   ├── avformat-57.dll
│   │   │   ├── avutil-55.dll
│   │   │   ├── postproc-54.dll
│   │   │   ├── swresample-2.dll
│   │   │   ├── swscale-4.dll
│   │   │   ├── UdpSocketClient.exe
│   │   │   ├── UdpSocketClient.exe.config
│   │   │   ├── UdpSocketClient.pdb
│   │   │   ├── UdpSocketClient.vshost.exe
│   │   │   └── UdpSocketClient.vshost.exe.config
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── UdpSocketClient.csproj.FileListAbsolute.txt
│   │   │   ├── UdpSocketClient.csproj.GenerateResource.Cache
│   │   │   ├── UdpSocketClient.csprojResolveAssemblyReference.cache
│   │   │   ├── UdpSocketClient.exe
│   │   │   ├── UdpSocketClient.Form1.resources
│   │   │   ├── UdpSocketClient.pdb
│   │   │   └── UdpSocketClient.Properties.Resources.resources
│   │   ├── packages.config
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── UdpSocketClient.csproj
│   └── UdpSocketClient.sln
└── UdpSocketServer
├── packages
│   ├── Accord.3.8.0
│   │   ├── Accord.3.8.0.nupkg
│   │   ├── build
│   │   │   ├── Accord.dll.config
│   │   │   └── Accord.targets
│   │   └── lib
│   │   ├── net35
│   │   │   ├── Accord.dll
│   │   │   └── Accord.xml
│   │   ├── net35-unity full v3.5
│   │   │   ├── Accord.dll
│   │   │   └── Accord.xml
│   │   ├── net35-unity micro v3.5
│   │   │   ├── Accord.dll
│   │   │   └── Accord.xml
│   │   ├── net35-unity subset v3.5
│   │   │   ├── Accord.dll
│   │   │   └── Accord.xml
│   │   ├── net35-unity web v3.5
│   │   │   ├── Accord.dll
│   │   │   └── Accord.xml
│   │   ├── net40
│   │   │   ├── Accord.dll
│   │   │   └── Accord.xml
│   │   ├── net45
│   │   │   ├── Accord.dll
│   │   │   └── Accord.xml
│   │   ├── net46
│   │   │   ├── Accord.dll
│   │   │   └── Accord.xml
│   │   ├── net462
│   │   │   ├── Accord.dll
│   │   │   └── Accord.xml
│   │   ├── netstandard1.4
│   │   │   ├── Accord.dll
│   │   │   └── Accord.xml
│   │   └── netstandard2.0
│   │   ├── Accord.dll
│   │   └── Accord.xml
│   ├── Accord.Video.3.8.0
│   │   ├── Accord.Video.3.8.0.nupkg
│   │   └── lib
│   │   ├── net35
│   │   │   ├── Accord.Video.dll
│   │   │   └── Accord.Video.xml
│   │   ├── net35-unity full v3.5
│   │   │   ├── Accord.Video.dll
│   │   │   └── Accord.Video.xml
│   │   ├── net35-unity micro v3.5
│   │   │   ├── Accord.Video.dll
│   │   │   └── Accord.Video.xml
│   │   ├── net35-unity subset v3.5
│   │   │   ├── Accord.Video.dll
│   │   │   └── Accord.Video.xml
│   │   ├── net35-unity web v3.5
│   │   │   ├── Accord.Video.dll
│   │   │   └── Accord.Video.xml
│   │   ├── net40
│   │   │   ├── Accord.Video.dll
│   │   │   └── Accord.Video.xml
│   │   ├── net45
│   │   │   ├── Accord.Video.dll
│   │   │   └── Accord.Video.xml
│   │   ├── net46
│   │   │   ├── Accord.Video.dll
│   │   │   └── Accord.Video.xml
│   │   ├── net462
│   │   │   ├── Accord.Video.dll
│   │   │   └── Accord.Video.xml
│   │   └── netstandard2.0
│   │   ├── Accord.Video.dll
│   │   └── Accord.Video.xml
│   ├── Accord.Video.FFMPEG.3.8.0
│   │   ├── Accord.Video.FFMPEG.3.8.0.nupkg
│   │   ├── build
│   │   │   ├── Accord.Video.FFMPEG.targets
│   │   │   ├── avcodec-57.dll
│   │   │   ├── avdevice-57.dll
│   │   │   ├── avfilter-6.dll
│   │   │   ├── avformat-57.dll
│   │   │   ├── avutil-55.dll
│   │   │   ├── FFMPEG-README.txt
│   │   │   ├── postproc-54.dll
│   │   │   ├── swresample-2.dll
│   │   │   └── swscale-4.dll
│   │   └── lib
│   │   ├── net35
│   │   │   ├── Accord.Video.FFMPEG.dll
│   │   │   └── Accord.Video.FFMPEG.xml
│   │   ├── net40
│   │   │   ├── Accord.Video.FFMPEG.dll
│   │   │   └── Accord.Video.FFMPEG.xml
│   │   ├── net45
│   │   │   ├── Accord.Video.FFMPEG.dll
│   │   │   └── Accord.Video.FFMPEG.xml
│   │   ├── net46
│   │   │   ├── Accord.Video.FFMPEG.dll
│   │   │   └── Accord.Video.FFMPEG.xml
│   │   └── net462
│   │   ├── Accord.Video.FFMPEG.dll
│   │   └── Accord.Video.FFMPEG.xml
│   ├── Accord.Video.VFW.3.8.0
│   │   ├── Accord.Video.VFW.3.8.0.nupkg
│   │   └── lib
│   │   ├── net35
│   │   │   ├── Accord.Video.VFW.dll
│   │   │   └── Accord.Video.VFW.xml
│   │   ├── net40
│   │   │   ├── Accord.Video.VFW.dll
│   │   │   └── Accord.Video.VFW.xml
│   │   ├── net45
│   │   │   ├── Accord.Video.VFW.dll
│   │   │   └── Accord.Video.VFW.xml
│   │   ├── net46
│   │   │   ├── Accord.Video.VFW.dll
│   │   │   └── Accord.Video.VFW.xml
│   │   ├── net462
│   │   │   ├── Accord.Video.VFW.dll
│   │   │   └── Accord.Video.VFW.xml
│   │   └── netstandard2.0
│   │   ├── Accord.Video.VFW.dll
│   │   └── Accord.Video.VFW.xml
│   ├── log4net.2.0.3
│   │   ├── lib
│   │   │   ├── net10-full
│   │   │   │   ├── log4net.dll
│   │   │   │   └── log4net.xml
│   │   │   ├── net11-full
│   │   │   │   ├── log4net.dll
│   │   │   │   └── log4net.xml
│   │   │   ├── net20-full
│   │   │   │   ├── log4net.dll
│   │   │   │   └── log4net.xml
│   │   │   ├── net35-client
│   │   │   │   ├── log4net.dll
│   │   │   │   └── log4net.xml
│   │   │   ├── net35-full
│   │   │   │   ├── log4net.dll
│   │   │   │   └── log4net.xml
│   │   │   ├── net40-client
│   │   │   │   ├── log4net.dll
│   │   │   │   └── log4net.xml
│   │   │   └── net40-full
│   │   │   ├── log4net.dll
│   │   │   └── log4net.xml
│   │   └── log4net.2.0.3.nupkg
│   ├── SuperSocket.1.6.6.1
│   │   ├── lib
│   │   │   ├── net35
│   │   │   │   ├── SuperSocket.Common.dll
│   │   │   │   ├── SuperSocket.Common.XML
│   │   │   │   ├── SuperSocket.Facility.dll
│   │   │   │   ├── SuperSocket.Facility.XML
│   │   │   │   ├── SuperSocket.SocketBase.dll
│   │   │   │   └── SuperSocket.SocketBase.XML
│   │   │   ├── net40
│   │   │   │   ├── SuperSocket.Common.dll
│   │   │   │   ├── SuperSocket.Common.XML
│   │   │   │   ├── SuperSocket.Facility.dll
│   │   │   │   ├── SuperSocket.Facility.XML
│   │   │   │   ├── SuperSocket.SocketBase.dll
│   │   │   │   └── SuperSocket.SocketBase.XML
│   │   │   └── net45
│   │   │   ├── SuperSocket.Common.dll
│   │   │   ├── SuperSocket.Common.XML
│   │   │   ├── SuperSocket.Facility.dll
│   │   │   ├── SuperSocket.Facility.XML
│   │   │   ├── SuperSocket.SocketBase.dll
│   │   │   └── SuperSocket.SocketBase.XML
│   │   └── SuperSocket.1.6.6.1.nupkg
│   ├── SuperSocket.Engine.1.6.6.1
│   │   ├── content
│   │   │   ├── Config
│   │   │   │   ├── log4net.config
│   │   │   │   └── log4net.unix.config
│   │   │   ├── supersocket.cmd
│   │   │   └── supersocket.sh
│   │   ├── lib
│   │   │   ├── net35
│   │   │   │   ├── SuperSocket.SocketEngine.dll
│   │   │   │   ├── SuperSocket.SocketEngine.XML
│   │   │   │   └── SuperSocket.SocketService.exe
│   │   │   ├── net40
│   │   │   │   ├── SuperSocket.SocketEngine.dll
│   │   │   │   ├── SuperSocket.SocketEngine.XML
│   │   │   │   └── SuperSocket.SocketService.exe
│   │   │   └── net45
│   │   │   ├── SuperSocket.SocketEngine.dll
│   │   │   ├── SuperSocket.SocketEngine.XML
│   │   │   └── SuperSocket.SocketService.exe
│   │   └── SuperSocket.Engine.1.6.6.1.nupkg
│   ├── SuperSocket.ProtoBase.1.7.0.17
│   │   ├── lib
│   │   │   ├── net20
│   │   │   │   ├── SuperSocket.ProtoBase.dll
│   │   │   │   └── SuperSocket.ProtoBase.XML
│   │   │   ├── net35-client
│   │   │   │   ├── SuperSocket.ProtoBase.dll
│   │   │   │   └── SuperSocket.ProtoBase.XML
│   │   │   ├── net40
│   │   │   │   ├── SuperSocket.ProtoBase.dll
│   │   │   │   └── SuperSocket.ProtoBase.XML
│   │   │   ├── net45
│   │   │   │   ├── SuperSocket.ProtoBase.dll
│   │   │   │   └── SuperSocket.ProtoBase.XML
│   │   │   ├── netstandard1.1
│   │   │   │   ├── SuperSocket.ProtoBase.dll
│   │   │   │   └── SuperSocket.ProtoBase.xml
│   │   │   └── portable-net40+sl50+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10
│   │   │   ├── SuperSocket.ProtoBase.dll
│   │   │   └── SuperSocket.ProtoBase.XML
│   │   └── SuperSocket.ProtoBase.1.7.0.17.nupkg
│   ├── System.IO.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net462
│   │   │   │   └── System.IO.dll
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net462
│   │   │   │   └── System.IO.dll
│   │   │   ├── netcore50
│   │   │   │   ├── de
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── System.IO.dll
│   │   │   │   ├── System.IO.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.IO.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.IO.xml
│   │   │   ├── netstandard1.0
│   │   │   │   ├── de
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── System.IO.dll
│   │   │   │   ├── System.IO.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.IO.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.IO.xml
│   │   │   ├── netstandard1.3
│   │   │   │   ├── de
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── System.IO.dll
│   │   │   │   ├── System.IO.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.IO.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.IO.xml
│   │   │   ├── netstandard1.5
│   │   │   │   ├── de
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.IO.xml
│   │   │   │   ├── System.IO.dll
│   │   │   │   ├── System.IO.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.IO.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.IO.xml
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── System.IO.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Linq.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net463
│   │   │   │   └── System.Linq.dll
│   │   │   ├── netcore50
│   │   │   │   └── System.Linq.dll
│   │   │   ├── netstandard1.6
│   │   │   │   └── System.Linq.dll
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net463
│   │   │   │   └── System.Linq.dll
│   │   │   ├── netcore50
│   │   │   │   ├── de
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── System.Linq.dll
│   │   │   │   ├── System.Linq.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Linq.xml
│   │   │   ├── netstandard1.0
│   │   │   │   ├── de
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── System.Linq.dll
│   │   │   │   ├── System.Linq.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Linq.xml
│   │   │   ├── netstandard1.6
│   │   │   │   ├── de
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   ├── System.Linq.dll
│   │   │   │   ├── System.Linq.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Linq.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Linq.xml
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── System.Linq.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Runtime.Extensions.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net462
│   │   │   │   └── System.Runtime.Extensions.dll
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net462
│   │   │   │   └── System.Runtime.Extensions.dll
│   │   │   ├── netcore50
│   │   │   │   ├── de
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── System.Runtime.Extensions.dll
│   │   │   │   ├── System.Runtime.Extensions.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   ├── netstandard1.0
│   │   │   │   ├── de
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── System.Runtime.Extensions.dll
│   │   │   │   ├── System.Runtime.Extensions.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   ├── netstandard1.3
│   │   │   │   ├── de
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── System.Runtime.Extensions.dll
│   │   │   │   ├── System.Runtime.Extensions.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   ├── netstandard1.5
│   │   │   │   ├── de
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   ├── System.Runtime.Extensions.dll
│   │   │   │   ├── System.Runtime.Extensions.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Runtime.Extensions.xml
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── System.Runtime.Extensions.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   ├── System.Text.Encoding.4.3.0
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── netcore50
│   │   │   │   ├── de
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── System.Text.Encoding.dll
│   │   │   │   ├── System.Text.Encoding.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Text.Encoding.xml
│   │   │   ├── netstandard1.0
│   │   │   │   ├── de
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── System.Text.Encoding.dll
│   │   │   │   ├── System.Text.Encoding.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Text.Encoding.xml
│   │   │   ├── netstandard1.3
│   │   │   │   ├── de
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── es
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── fr
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── it
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── ja
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── ko
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── ru
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   ├── System.Text.Encoding.dll
│   │   │   │   ├── System.Text.Encoding.xml
│   │   │   │   ├── zh-hans
│   │   │   │   │   └── System.Text.Encoding.xml
│   │   │   │   └── zh-hant
│   │   │   │   └── System.Text.Encoding.xml
│   │   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── System.Text.Encoding.4.3.0.nupkg
│   │   └── ThirdPartyNotices.txt
│   └── System.Threading.4.3.0
│   ├── dotnet_library_license.txt
│   ├── lib
│   │   ├── MonoAndroid10
│   │   │   └── _._
│   │   ├── MonoTouch10
│   │   │   └── _._
│   │   ├── net45
│   │   │   └── _._
│   │   ├── netcore50
│   │   │   └── System.Threading.dll
│   │   ├── netstandard1.3
│   │   │   └── System.Threading.dll
│   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   └── _._
│   │   ├── win8
│   │   │   └── _._
│   │   ├── wp80
│   │   │   └── _._
│   │   ├── wpa81
│   │   │   └── _._
│   │   ├── xamarinios10
│   │   │   └── _._
│   │   ├── xamarinmac20
│   │   │   └── _._
│   │   ├── xamarintvos10
│   │   │   └── _._
│   │   └── xamarinwatchos10
│   │   └── _._
│   ├── ref
│   │   ├── MonoAndroid10
│   │   │   └── _._
│   │   ├── MonoTouch10
│   │   │   └── _._
│   │   ├── net45
│   │   │   └── _._
│   │   ├── netcore50
│   │   │   ├── de
│   │   │   │   └── System.Threading.xml
│   │   │   ├── es
│   │   │   │   └── System.Threading.xml
│   │   │   ├── fr
│   │   │   │   └── System.Threading.xml
│   │   │   ├── it
│   │   │   │   └── System.Threading.xml
│   │   │   ├── ja
│   │   │   │   └── System.Threading.xml
│   │   │   ├── ko
│   │   │   │   └── System.Threading.xml
│   │   │   ├── ru
│   │   │   │   └── System.Threading.xml
│   │   │   ├── System.Threading.dll
│   │   │   ├── System.Threading.xml
│   │   │   ├── zh-hans
│   │   │   │   └── System.Threading.xml
│   │   │   └── zh-hant
│   │   │   └── System.Threading.xml
│   │   ├── netstandard1.0
│   │   │   ├── de
│   │   │   │   └── System.Threading.xml
│   │   │   ├── es
│   │   │   │   └── System.Threading.xml
│   │   │   ├── fr
│   │   │   │   └── System.Threading.xml
│   │   │   ├── it
│   │   │   │   └── System.Threading.xml
│   │   │   ├── ja
│   │   │   │   └── System.Threading.xml
│   │   │   ├── ko
│   │   │   │   └── System.Threading.xml
│   │   │   ├── ru
│   │   │   │   └── System.Threading.xml
│   │   │   ├── System.Threading.dll
│   │   │   ├── System.Threading.xml
│   │   │   ├── zh-hans
│   │   │   │   └── System.Threading.xml
│   │   │   └── zh-hant
│   │   │   └── System.Threading.xml
│   │   ├── netstandard1.3
│   │   │   ├── de
│   │   │   │   └── System.Threading.xml
│   │   │   ├── es
│   │   │   │   └── System.Threading.xml
│   │   │   ├── fr
│   │   │   │   └── System.Threading.xml
│   │   │   ├── it
│   │   │   │   └── System.Threading.xml
│   │   │   ├── ja
│   │   │   │   └── System.Threading.xml
│   │   │   ├── ko
│   │   │   │   └── System.Threading.xml
│   │   │   ├── ru
│   │   │   │   └── System.Threading.xml
│   │   │   ├── System.Threading.dll
│   │   │   ├── System.Threading.xml
│   │   │   ├── zh-hans
│   │   │   │   └── System.Threading.xml
│   │   │   └── zh-hant
│   │   │   └── System.Threading.xml
│   │   ├── portable-net45+win8+wp8+wpa81
│   │   │   └── _._
│   │   ├── win8
│   │   │   └── _._
│   │   ├── wp80
│   │   │   └── _._
│   │   ├── wpa81
│   │   │   └── _._
│   │   ├── xamarinios10
│   │   │   └── _._
│   │   ├── xamarinmac20
│   │   │   └── _._
│   │   ├── xamarintvos10
│   │   │   └── _._
│   │   └── xamarinwatchos10
│   │   └── _._
│   ├── runtimes
│   │   └── aot
│   │   └── lib
│   │   └── netcore50
│   │   └── System.Threading.dll
│   ├── System.Threading.4.3.0.nupkg
│   └── ThirdPartyNotices.txt
├── UdpSocketServer
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── UdpSocketServer.exe.config
│   │   │   ├── UdpSocketServer.vshost.exe
│   │   │   ├── UdpSocketServer.vshost.exe.config
│   │   │   └── UdpSocketServer.vshost.exe.manifest
│   │   └── x86
│   │   └── Debug
│   │   ├── Accord.dll
│   │   ├── Accord.dll.config
│   │   ├── Accord.Video.dll
│   │   ├── Accord.Video.FFMPEG.dll
│   │   ├── Accord.Video.FFMPEG.xml
│   │   ├── Accord.Video.VFW.dll
│   │   ├── Accord.Video.VFW.xml
│   │   ├── Accord.Video.xml
│   │   ├── Accord.xml
│   │   ├── avcodec-57.dll
│   │   ├── avdevice-57.dll
│   │   ├── avfilter-6.dll
│   │   ├── avformat-57.dll
│   │   ├── avutil-55.dll
│   │   ├── log4net.dll
│   │   ├── log4net.xml
│   │   ├── postproc-54.dll
│   │   ├── SuperSocket.Common.dll
│   │   ├── SuperSocket.Common.xml
│   │   ├── SuperSocket.Facility.dll
│   │   ├── SuperSocket.Facility.xml
│   │   ├── SuperSocket.ProtoBase.dll
│   │   ├── SuperSocket.ProtoBase.xml
│   │   ├── SuperSocket.SocketBase.dll
│   │   ├── SuperSocket.SocketBase.xml
│   │   ├── SuperSocket.SocketEngine.dll
│   │   ├── SuperSocket.SocketEngine.xml
│   │   ├── SuperSocket.SocketService.exe
│   │   ├── swresample-2.dll
│   │   ├── swscale-4.dll
│   │   ├── UdpSocketServer.exe
│   │   ├── UdpSocketServer.exe.config
│   │   ├── UdpSocketServer.pdb
│   │   ├── UdpSocketServer.vshost.exe
│   │   └── UdpSocketServer.vshost.exe.config
│   ├── Config
│   │   ├── log4net.config
│   │   └── log4net.unix.config
│   ├── HandleUdpUtils.cs
│   ├── MyReceiveFilter.cs
│   ├── MyUdpRequestInfo.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── UdpSocketServer.csproj.FileListAbsolute.txt
│   │   │   └── UdpSocketServer.csprojResolveAssemblyReference.cache
│   │   └── x86
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── UdpSocketServer.csproj.FileListAbsolute.txt
│   │   ├── UdpSocketServer.csprojResolveAssemblyReference.cache
│   │   ├── UdpSocketServer.exe
│   │   └── UdpSocketServer.pdb
│   ├── packages.config
│   ├── Program.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── supersocket.cmd
│   ├── supersocket.sh
│   ├── UdpAppServer.cs
│   ├── UdpSocketServer.csproj
│   ├── UdpTestSession.cs
│   ├── VideoHelper.cs
│   └── VideoPackageModel.cs
└── UdpSocketServer.sln

447 directories, 675 files

标签:

实例下载地址

基于superSocket——AForge的UDP摄像并传输视频案例

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警