資源簡介
批量生成二維碼到一張圖片,打印二維碼圖片
如果遇到 【未能加載文件或程序集“Microsoft.Web.Infrastructure】錯誤,請執行如下操作:
1. VisualStudio 打開項目 打開 Tools -> Library Package Manager -> Package Manager Console
2. 看到一個PM> 輸入 Install-Package Microsoft.Web.Infrastructure (copy也ok的啦) 回車
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Mvc;
using?System.Web.Optimization;
using?System.Web.Routing;
namespace?QRCode
{
????public?class?MvcApplication?:?System.Web.HttpApplication
????{
????????protected?void?Application_Start()
????????{
????????????AreaRegistration.RegisterAllAreas();
????????????FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
????????????RouteConfig.RegisterRoutes(RouteTable.Routes);
????????????BundleConfig.RegisterBundles(BundleTable.Bundles);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????6205440??2013-01-30?17:01??QRCode\dll\ThoughtWorks.QRCode.dll
?????文件?????339456??2013-01-30?17:01??QRCode\dll\ThoughtWorks.QRCode.pdb
?????文件?????123625??2015-06-21?21:55??QRCode\packages\bootstrap.3.0.0\bootstrap.3.0.0.nupkg
?????文件???????1011??2015-06-21?21:55??QRCode\packages\bootstrap.3.0.0\bootstrap.3.0.0.nuspec
?????文件??????16819??2015-06-21?21:55??QRCode\packages\bootstrap.3.0.0\Content\Content\bootstrap-theme.css
?????文件??????14996??2015-06-21?21:55??QRCode\packages\bootstrap.3.0.0\Content\Content\bootstrap-theme.min.css
?????文件?????119892??2015-06-21?21:55??QRCode\packages\bootstrap.3.0.0\Content\Content\bootstrap.css
?????文件??????97339??2015-06-21?21:55??QRCode\packages\bootstrap.3.0.0\Content\Content\bootstrap.min.css
?????文件??????14079??2015-06-21?21:55??QRCode\packages\bootstrap.3.0.0\Content\fonts\glyphicons-halflings-regular.eot
?????文件??????63157??2015-06-21?21:55??QRCode\packages\bootstrap.3.0.0\Content\fonts\glyphicons-halflings-regular.svg
?????文件??????29512??2015-06-21?21:55??QRCode\packages\bootstrap.3.0.0\Content\fonts\glyphicons-halflings-regular.ttf
?????文件??????16448??2015-06-21?21:55??QRCode\packages\bootstrap.3.0.0\Content\fonts\glyphicons-halflings-regular.woff
?????文件??????58458??2015-06-21?21:55??QRCode\packages\bootstrap.3.0.0\Content\sc
?????文件??????27726??2015-06-21?21:55??QRCode\packages\bootstrap.3.0.0\Content\sc
?????文件?????214296??2015-06-21?21:55??QRCode\packages\jQuery.1.10.2\Content\sc
?????文件?????273199??2015-06-21?21:55??QRCode\packages\jQuery.1.10.2\Content\sc
?????文件??????93107??2015-06-21?21:55??QRCode\packages\jQuery.1.10.2\Content\sc
?????文件?????140036??2015-06-21?21:55??QRCode\packages\jQuery.1.10.2\Content\sc
?????文件?????238727??2015-06-21?21:55??QRCode\packages\jQuery.1.10.2\jQuery.1.10.2.nupkg
?????文件???????1005??2015-06-21?21:55??QRCode\packages\jQuery.1.10.2\jQuery.1.10.2.nuspec
?????文件???????4001??2015-06-21?21:55??QRCode\packages\jQuery.1.10.2\Tools\common.ps1
?????文件???????1332??2015-06-21?21:55??QRCode\packages\jQuery.1.10.2\Tools\install.ps1
?????文件?????161599??2015-06-21?21:55??QRCode\packages\jQuery.1.10.2\Tools\jquery-1.10.2.intellisense.js
?????文件???????1546??2015-06-21?21:55??QRCode\packages\jQuery.1.10.2\Tools\uninstall.ps1
?????文件??????43872??2015-06-21?21:55??QRCode\packages\jQuery.Validation.1.11.1\Content\sc
?????文件??????38951??2015-06-21?21:55??QRCode\packages\jQuery.Validation.1.11.1\Content\sc
?????文件??????21068??2015-06-21?21:55??QRCode\packages\jQuery.Validation.1.11.1\Content\sc
?????文件??????32133??2015-06-21?21:55??QRCode\packages\jQuery.Validation.1.11.1\jQuery.Validation.1.11.1.nupkg
?????文件???????1399??2015-06-21?21:55??QRCode\packages\jQuery.Validation.1.11.1\jQuery.Validation.1.11.1.nuspec
?????文件?????538320??2015-06-21?21:58??QRCode\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll
............此處省略203個文件信息
- 上一篇:基于TCP的網絡通信入門級
- 下一篇:C# 折線圖繪制(含數據庫腳本)
評論
共有 條評論