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

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

目錄javascript

-----------------------php

 

第一步 下載 easyui



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

直接下載

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

打開 vs2010  建立 MVC4 項目



若是你電腦沒有安裝 MVC4 的話 能夠打開 官網 下載

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

 


安裝後 在vs裏面 纔有 MVC4 的項目 建立

搭建 三層項目java

 

@{
    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>

 

視頻下載jquery

 

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

相關文章
相關標籤/搜索