Easyui入門視頻教程 第02集--- ASP.NET MVC下 搭建 EasyUI環境


Easyui入門視頻教程 第02集--- ASP.NET MVC下 搭建 EasyUI環境

目錄

-----------------------

 

第一步 下載 easyui



http://www.jeasyui.com/download/v132.php

直接下載

http://www.jeasyui.com/download/downloads/jquery-easyui-1.3.2.zip

打開 vs2010  創建 MVC4 項目



如果你電腦沒有安裝 MVC4 的話 可以打開 官網 下載

http://www.asp.net/mvc/mvc4

 


安裝后 在vs里面 才有 MVC4 的項目 創建

搭建 三層項目

 

@{
    Layout = null;
}

<!DOCTYPE html>

<html>
<head>
    <meta name="viewport" content="width=device-width" />
    <title>Index</title>
    <link href="../Contents/Easyui/themes/default/easyui.css" rel="stylesheet" type="text/css" />
    <link href="../Contents/Easyui/themes/icon.css" rel="stylesheet" type="text/css" />
    <script src="../Contents/Easyui/jquery-1.8.0.min.js" type="text/javascript"></script>
    <script src="../Contents/Easyui/jquery.easyui.min.js" type="text/javascript"></script>
    <script src="../Contents/Easyui/easyui-lang-zh_CN.js" type="text/javascript"></script>
</head>
<body>
    <div id="w" class="easyui-window" title="登錄" data-options="modal:true,closed:false,iconCls:'icon-save'" style="width:500px;height:200px;padding:10px;">
                The window content.
        </div>
</body>
</html>

 

視頻下載

 

http://pan.baidu.com/share/link?shareid=2832815100&uk=3576826227

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM