All Projects → ChanDaoH → MVC

ChanDaoH / MVC

Licence: other
基于MVC+EF6+EasyUI搭建的后台管理系统(粗糙版,精华版之后发布)

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
PLpgSQL
1095 projects

Projects that are alternatives of or similar to MVC

Swoolefy
swoolefy是一个基于swoole实现的轻量级、高性能、协程级、开放性的API应用服务框架
Stars: ✭ 495 (+3435.71%)
Mutual labels:  ioc, mvc
Martian
🎨 Martian 是一个基于NIO的JavaWeb编程框架,可以帮助你快速的开发后端服务
Stars: ✭ 320 (+2185.71%)
Mutual labels:  ioc, mvc
java-bible
🍌 我的技术摘要
Stars: ✭ 2,950 (+20971.43%)
Mutual labels:  ioc, mvc
hasor
Hasor是一套基于 Java 语言的开发框架,区别于其它框架的是 Hasor 有着自己一套完整的体系,同时还可以和先有技术体系做到完美融合。它包含:IoC/Aop容器框架、Web框架、Jdbc框架、RSF分布式RPC框架、DataQL引擎,等几块。
Stars: ✭ 938 (+6600%)
Mutual labels:  ioc, mvc
Interviews
A list of fancy questions I've been asked during the interviews I had. Some of them I ask when interviewing people.
Stars: ✭ 140 (+900%)
Mutual labels:  ioc, mvc
Hasor
Hasor是一套基于 Java 语言的开发框架,区别于其它框架的是 Hasor 有着自己一套完整的体系,同时还可以和先有技术体系做到完美融合。它包含:IoC/Aop容器框架、Web框架、Jdbc框架、RSF分布式RPC框架、DataQL引擎,等几块。
Stars: ✭ 713 (+4992.86%)
Mutual labels:  ioc, mvc
Java Bible
🍌 我的技术摘要
Stars: ✭ 2,919 (+20750%)
Mutual labels:  ioc, mvc
Furion
Make .NET development easier, more versatile, and more popular.
Stars: ✭ 902 (+6342.86%)
Mutual labels:  ioc, mvc
Hiboot
hiboot is a high performance web and cli application framework with dependency injection support
Stars: ✭ 150 (+971.43%)
Mutual labels:  ioc, mvc
Asp.net MVC5 DDD EF6 IoC
Asp.net C# MVC5, EF6, DDD, IoC
Stars: ✭ 14 (+0%)
Mutual labels:  ioc, mvc
Zenject-2019
Dependency Injection Framework for Unity3D
Stars: ✭ 2,567 (+18235.71%)
Mutual labels:  ioc
Space
This repository contains sample projects associated with articles I write.
Stars: ✭ 21 (+50%)
Mutual labels:  mvc
Desenvolvimento-Android-do-absoluto-zero-para-iniciantes
Visite meu site e conheça todos os meus cursos 100% on-line.
Stars: ✭ 33 (+135.71%)
Mutual labels:  mvc
ios-architecture-example
Architecture pattern simple examples in iOS. You can compare differences in MVC, MVP, MVVM-Delegate and MVVM-Rx for same feature
Stars: ✭ 16 (+14.29%)
Mutual labels:  mvc
bfmvc
模仿springmvc的轻量级web框架,适合学习和搭建小型web项目使用
Stars: ✭ 86 (+514.29%)
Mutual labels:  mvc
OwOFrame
A lightweight MVC framework for PHP
Stars: ✭ 46 (+228.57%)
Mutual labels:  mvc
YAFRA
YAFRA is a semi-automated framework for analyzing and representing reports about IT Security incidents.
Stars: ✭ 22 (+57.14%)
Mutual labels:  ioc
spear
Spear轻量级微服务框架,高扩展性,目前已支持TCP、HTTP、WebSocket以及GRPC协议,采用Consul/Nacos作为服务注册与发现组件,TCP协议采用DotNetty底层实现,HTTP协议采用ASP.NET CORE MVC实现。
Stars: ✭ 49 (+250%)
Mutual labels:  mvc
xperience-training-13
Kentico Xperience 13 training website
Stars: ✭ 18 (+28.57%)
Mutual labels:  mvc
polix
🚀 Node.js Web Framework
Stars: ✭ 32 (+128.57%)
Mutual labels:  ioc

MVC

这是根据网上的教程进行修改过后,基于MVC框架的,管理信息系统模板。

Tips:

今天调试的时候发现,Chrome+Visual Studio调试Asp.net程序特别慢,特地查了下,找到以下解决方案

在C:/Windows/System32/drivers/etc里边有一个hosts文件,用记事本打开,里边最后几行原来是:

# localhost name resolution is handled within DNS itself.
#	127.0.0.1       localhost
#	::1             localhost

删掉127前面的*,改成:

# localhost name resolution is handled within DNS itself.
127.0.0.1       localhost
#	::1             localhost

效果就会立竿见影了: )

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].