摘要: {//安装 nodejs (让js能运行于服务端,且集成了npm 包安装工具) 安装 node-v6.2.2-x64.msi //从官网 https://nodejs.org 下载 创建文件 C:\myapp\test.js /* 添加下面内容 var http = require("http"); 阅读全文
posted @ 2017-02-27 20:15 iriliguo 阅读(735) 评论(0) 推荐(0) 编辑
摘要: <div class="panel panel-default"> <div class="panel-heading">工资状态</div> <div class="panel-body"> <p>月收入15000以上:40%</p> <div class="progress"> <div cla 阅读全文
posted @ 2017-02-26 20:17 iriliguo 阅读(651) 评论(0) 推荐(0) 编辑
摘要: <canvas id="canvas" class="col-md-12"></canvas> 阅读全文
posted @ 2017-02-26 20:15 iriliguo 阅读(87) 评论(0) 推荐(0) 编辑
摘要: <div id="myCarousel" class="container carousel slide" data-ride="carousel" data-interval="2000"> <!-- 轮播(Carousel)指标 --> <ol class="carousel-indicator 阅读全文
posted @ 2017-02-26 19:53 iriliguo 阅读(428) 评论(0) 推荐(0) 编辑
摘要: html部分:<div class="col-sm-2 left_nav" id="float_fixed" > <div class="panel panel-primary console" id="fixedPosition"> <div class="panel-heading" id="f 阅读全文
posted @ 2017-02-23 20:01 iriliguo 阅读(394) 评论(0) 推荐(0) 编辑
摘要: <button class="btn btn-success " data-toggle="modal" data-target="#myModal4">提交</button> <!-- data-target="#identifier" 或 href="#identifier" 都可用来指定要切换 阅读全文
posted @ 2017-02-23 19:46 iriliguo 阅读(154) 评论(0) 推荐(0) 编辑
摘要: <div class="text-center "> <!-- class="text-center让分页码整体居中 --> <ul class="pagination "> <li><a href="# ">&laquo;</a></li> <li class="active "><a href= 阅读全文
posted @ 2017-02-23 19:37 iriliguo 阅读(363) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="zh-cn"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="w 阅读全文
posted @ 2017-02-23 19:32 iriliguo 阅读(99) 评论(0) 推荐(0) 编辑
摘要: <ul id="myTab" class="nav nav-tabs"> <li class="active"> <a href="#home" data-toggle="tab"> first </a> </li> <li><a href="#ios" data-toggle="tab">seco 阅读全文
posted @ 2017-02-23 19:28 iriliguo 阅读(167) 评论(0) 推荐(0) 编辑
摘要: html代码: 阅读全文
posted @ 2017-02-23 09:55 iriliguo 阅读(441) 评论(0) 推荐(0) 编辑