Giter VIP home page Giter VIP logo

mvc's Introduction

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

效果就会立竿见影了: )

mvc's People

Contributors

chandaoh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mvc's Issues

数据库结构何在

弱弱的问一下,初学MVC,你这个不是CodeFirst,我怎么创建出你的数据库。
我看到你有个sql文件,但是那是用来初始化数据的。
是不是不提供数据库,只提供源码学习?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.