91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2.54MB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2023-10-28
  • 語言: Html/CSS
  • 標簽: HTML5MVC??

資源簡介

通過HTML5的video開啟手機拍照,拍照時需要手機確認開啟攝像權限。然后再通過canvas捕獲視頻流保存為圖片base64字符,最后將圖片流傳遞到服務端進行保存。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Http;
using?System.Web.Mvc;
using?System.Web.Optimization;
using?System.Web.Routing;

namespace?MvcPhotograph
{
????//?注意:?有關啟用?IIS6?或?IIS7?經典模式的說明,
????//?請訪問?http://go.microsoft.com/?linkId=9394801

????public?class?MvcApplication?:?System.Web.HttpApplication
????{
????????protected?void?Application_Start()
????????{
????????????AreaRegistration.RegisterAllAreas();

????????????WebApiConfig.Register(GlobalConfiguration.Configuration);
????????????FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
????????????RouteConfig.RegisterRoutes(RouteTable.Routes);
????????????BundleConfig.RegisterBundles(BundleTable.Bundles);
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-07-03?12:26??MvcPhotograph\
?????目錄???????????0??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\
?????目錄???????????0??2016-07-03?12:26??MvcPhotograph\MvcPhotograph\App_Data\
?????目錄???????????0??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\App_Start\
?????文件????????2178??2015-03-25?16:52??MvcPhotograph\MvcPhotograph\App_Start\BundleConfig.cs
?????文件?????????279??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\App_Start\FilterConfig.cs
?????文件?????????604??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\App_Start\RouteConfig.cs
?????文件?????????482??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\App_Start\WebApiConfig.cs
?????目錄???????????0??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\Content\
?????文件????????1024??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\Content\Site.css
?????目錄???????????0??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\Controllers\
?????文件????????1408??2015-03-25?17:39??MvcPhotograph\MvcPhotograph\Controllers\HomeController.cs
?????文件?????????105??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\Global.asax
?????文件?????????818??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\Global.asax.cs
?????目錄???????????0??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\Models\
?????文件?????????480??2015-03-25?16:56??MvcPhotograph\MvcPhotograph\Models\Photo.cs
?????文件???????11757??2016-07-03?12:26??MvcPhotograph\MvcPhotograph\MvcPhotograph.csproj
?????文件????????1087??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\MvcPhotograph.csproj.user
?????目錄???????????0??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\Properties\
?????文件????????1346??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\Properties\AssemblyInfo.cs
?????目錄???????????0??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\scripts\
?????文件?????????572??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\scripts\_references.js
?????文件??????151712??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\scripts\jquery-1.8.2.intellisense.js
?????文件??????266882??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\scripts\jquery-1.8.2.js
?????文件???????93436??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\scripts\jquery-1.8.2.min.js
?????文件??????365645??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\scripts\jquery-ui-1.8.24.js
?????文件??????200714??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\scripts\jquery-ui-1.8.24.min.js
?????文件????????5637??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\scripts\jquery.unobtrusive-ajax.js
?????文件????????2773??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\scripts\jquery.unobtrusive-ajax.min.js
?????文件???????43917??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\scripts\jquery.validate-vsdoc.js
?????文件???????39126??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\scripts\jquery.validate.js
............此處省略78個文件信息

評論

共有 條評論

相關資源