zoukankan      html  css  js  c++  java
  • 在eclipse中使用easyui

    1、在网络上下载easyui

    2、将下载后的压缩包解压后复制到eclipse的项目中WebContent文件夹下

    3、在eclipse中需要加载easyui才能使用,参考代码如下:

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Basic Accordion - jQuery EasyUI Demo</title>
    <link rel="stylesheet" type="text/css" href="./jquery-easyui-1.4.5/themes/default/easyui.css">
    <link rel="stylesheet" type="text/css" href="./jquery-easyui-1.4.5/themes/icon.css">
    <link rel="stylesheet" type="text/css" href="./jquery-easyui-1.4.5/demo.css">
    <script type="text/javascript" src="./jquery-easyui-1.4.5/jquery.min.js"></script>
    <script type="text/javascript" src="./jquery-easyui-1.4.5/jquery.easyui.min.js"></script>
    </head>
    <body>
      ...
    </body>
    </html>

  • 相关阅读:
    博弈论--sg函数
    博弈论--nim博弈
    dp--bitset优化
    树--欧拉序
    树--dfs序
    树--dsu on tree
    树--树的重心
    单调队列
    单调栈
    dp--背包
  • 原文地址:https://www.cnblogs.com/JeffXia/p/6776154.html
Copyright © 2011-2022 走看看