基本信息
源码名称:C#+IBatis+MVC3.0+Sql+验证码实例
源码大小:0.74M
文件格式:.rar
开发语言:C#
更新时间:2023-06-11
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C# IBatis MVC3.0 Sql 验证码实例
绝对无敌的重大实用的技术知识汇总,里面有我自己写的验证码方法,通过MVC3.0和IBatis以及Sql2010和Jquery实现的登录注册 模板, 这个实例,绝对是新手以及探究者 研究的好实例。 如果含金量不高,我绝不会 开这么高...
文件清单
├── MVC3_IBatis
│ └── MVC3_IBatis
│ ├── Bll
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Bll.dll
│ │ │ │ ├── Bll.pdb
│ │ │ │ ├── Castle.DynamicProxy.dll
│ │ │ │ ├── Entity.dll
│ │ │ │ ├── Entity.pdb
│ │ │ │ ├── IBatisNet.Common.dll
│ │ │ │ └── IBatisNet.DataMapper.dll
│ │ │ └── Release
│ │ ├── Bll.csproj
│ │ ├── database.config
│ │ ├── Map
│ │ │ └── Message
│ │ │ └── Message.xml
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Bll.csproj.FileListAbsolute.txt
│ │ │ ├── Bll.dll
│ │ │ ├── Bll.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── providers.config
│ │ ├── Service
│ │ │ └── MessageServiceImpl.cs
│ │ ├── Share
│ │ │ ├── IBll.cs
│ │ │ └── MyBatis.cs
│ │ └── sqlmap.config
│ ├── Entity
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Entity.dll
│ │ │ │ └── Entity.pdb
│ │ │ └── Release
│ │ ├── Entity.csproj
│ │ ├── Message.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Entity.csproj.FileListAbsolute.txt
│ │ │ ├── Entity.dll
│ │ │ ├── Entity.pdb
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── User.cs
│ ├── MVC3_IBatis
│ │ ├── bin
│ │ │ ├── Bll.dll
│ │ │ ├── Bll.pdb
│ │ │ ├── Castle.DynamicProxy.dll
│ │ │ ├── Entity.dll
│ │ │ ├── Entity.pdb
│ │ │ ├── IBatisNet.Common.dll
│ │ │ ├── IBatisNet.DataMapper.dll
│ │ │ ├── MVC3_IBatis.dll
│ │ │ └── MVC3_IBatis.pdb
│ │ ├── Common
│ │ │ └── SecurityCodeExtensions.cs
│ │ ├── Content
│ │ │ ├── Site.css
│ │ │ └── themes
│ │ │ └── base
│ │ │ ├── images
│ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ └── jquery-ui.css
│ │ ├── Controllers
│ │ │ ├── HomeController.cs
│ │ │ └── SecurityCodeController.cs
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Models
│ │ │ ├── ErrorViewModel.cs
│ │ │ ├── LoginForm.cs
│ │ │ └── VilidateForm.cs
│ │ ├── MVC3_IBatis.csproj
│ │ ├── MVC3_IBatis.csproj.user
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MVC3_IBatis.csproj.FileListAbsolute.txt
│ │ │ ├── MVC3_IBatis.dll
│ │ │ ├── MVC3_IBatis.pdb
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Scripts
│ │ │ ├── jquery-1.4.4.js
│ │ │ ├── jquery-1.4.4.min.js
│ │ │ ├── jquery-1.4.4-vsdoc.js
│ │ │ ├── jquery-ui.js
│ │ │ ├── jquery-ui.min.js
│ │ │ ├── jquery.unobtrusive-ajax.js
│ │ │ ├── jquery.unobtrusive-ajax.min.js
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.validate.min.js
│ │ │ ├── jquery.validate.unobtrusive.js
│ │ │ ├── jquery.validate.unobtrusive.min.js
│ │ │ ├── jquery.validate-vsdoc.js
│ │ │ ├── MicrosoftAjax.debug.js
│ │ │ ├── MicrosoftAjax.js
│ │ │ ├── MicrosoftMvcAjax.debug.js
│ │ │ ├── MicrosoftMvcAjax.js
│ │ │ ├── MicrosoftMvcValidation.debug.js
│ │ │ └── MicrosoftMvcValidation.js
│ │ ├── Views
│ │ │ ├── Home
│ │ │ │ ├── Error.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── Login.cshtml
│ │ │ ├── Shared
│ │ │ │ └── _Layout.cshtml
│ │ │ ├── _ViewStart.cshtml
│ │ │ └── Web.config
│ │ ├── Web.config
│ │ ├── Web.Debug.config
│ │ └── Web.Release.config
│ ├── MVC3_IBatis.sln
│ └── MVC3_IBatis.suo
└── SQLQuery1.sql
39 directories, 101 files
C# IBatis MVC3.0 Sql 验证码实例
绝对无敌的重大实用的技术知识汇总,里面有我自己写的验证码方法,通过MVC3.0和IBatis以及Sql2010和Jquery实现的登录注册 模板, 这个实例,绝对是新手以及探究者 研究的好实例。 如果含金量不高,我绝不会 开这么高...
文件清单
├── MVC3_IBatis
│ └── MVC3_IBatis
│ ├── Bll
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Bll.dll
│ │ │ │ ├── Bll.pdb
│ │ │ │ ├── Castle.DynamicProxy.dll
│ │ │ │ ├── Entity.dll
│ │ │ │ ├── Entity.pdb
│ │ │ │ ├── IBatisNet.Common.dll
│ │ │ │ └── IBatisNet.DataMapper.dll
│ │ │ └── Release
│ │ ├── Bll.csproj
│ │ ├── database.config
│ │ ├── Map
│ │ │ └── Message
│ │ │ └── Message.xml
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Bll.csproj.FileListAbsolute.txt
│ │ │ ├── Bll.dll
│ │ │ ├── Bll.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── providers.config
│ │ ├── Service
│ │ │ └── MessageServiceImpl.cs
│ │ ├── Share
│ │ │ ├── IBll.cs
│ │ │ └── MyBatis.cs
│ │ └── sqlmap.config
│ ├── Entity
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Entity.dll
│ │ │ │ └── Entity.pdb
│ │ │ └── Release
│ │ ├── Entity.csproj
│ │ ├── Message.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Entity.csproj.FileListAbsolute.txt
│ │ │ ├── Entity.dll
│ │ │ ├── Entity.pdb
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── User.cs
│ ├── MVC3_IBatis
│ │ ├── bin
│ │ │ ├── Bll.dll
│ │ │ ├── Bll.pdb
│ │ │ ├── Castle.DynamicProxy.dll
│ │ │ ├── Entity.dll
│ │ │ ├── Entity.pdb
│ │ │ ├── IBatisNet.Common.dll
│ │ │ ├── IBatisNet.DataMapper.dll
│ │ │ ├── MVC3_IBatis.dll
│ │ │ └── MVC3_IBatis.pdb
│ │ ├── Common
│ │ │ └── SecurityCodeExtensions.cs
│ │ ├── Content
│ │ │ ├── Site.css
│ │ │ └── themes
│ │ │ └── base
│ │ │ ├── images
│ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ └── jquery-ui.css
│ │ ├── Controllers
│ │ │ ├── HomeController.cs
│ │ │ └── SecurityCodeController.cs
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Models
│ │ │ ├── ErrorViewModel.cs
│ │ │ ├── LoginForm.cs
│ │ │ └── VilidateForm.cs
│ │ ├── MVC3_IBatis.csproj
│ │ ├── MVC3_IBatis.csproj.user
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MVC3_IBatis.csproj.FileListAbsolute.txt
│ │ │ ├── MVC3_IBatis.dll
│ │ │ ├── MVC3_IBatis.pdb
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Scripts
│ │ │ ├── jquery-1.4.4.js
│ │ │ ├── jquery-1.4.4.min.js
│ │ │ ├── jquery-1.4.4-vsdoc.js
│ │ │ ├── jquery-ui.js
│ │ │ ├── jquery-ui.min.js
│ │ │ ├── jquery.unobtrusive-ajax.js
│ │ │ ├── jquery.unobtrusive-ajax.min.js
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.validate.min.js
│ │ │ ├── jquery.validate.unobtrusive.js
│ │ │ ├── jquery.validate.unobtrusive.min.js
│ │ │ ├── jquery.validate-vsdoc.js
│ │ │ ├── MicrosoftAjax.debug.js
│ │ │ ├── MicrosoftAjax.js
│ │ │ ├── MicrosoftMvcAjax.debug.js
│ │ │ ├── MicrosoftMvcAjax.js
│ │ │ ├── MicrosoftMvcValidation.debug.js
│ │ │ └── MicrosoftMvcValidation.js
│ │ ├── Views
│ │ │ ├── Home
│ │ │ │ ├── Error.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── Login.cshtml
│ │ │ ├── Shared
│ │ │ │ └── _Layout.cshtml
│ │ │ ├── _ViewStart.cshtml
│ │ │ └── Web.config
│ │ ├── Web.config
│ │ ├── Web.Debug.config
│ │ └── Web.Release.config
│ ├── MVC3_IBatis.sln
│ └── MVC3_IBatis.suo
└── SQLQuery1.sql
39 directories, 101 files