会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
iriliguo
Happiness is about having each tiny wish come true.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
下一页
2017年2月27日
cordova环境搭建
摘要: {//安装 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
阅读(755)
评论(0)
推荐(0)
2017年2月26日
进度条(progress)
摘要: <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
阅读(701)
评论(0)
推荐(0)
图表
摘要: <canvas id="canvas" class="col-md-12"></canvas>
阅读全文
posted @ 2017-02-26 20:15 iriliguo
阅读(96)
评论(0)
推荐(0)
轮播(Carousel)
摘要: <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
阅读(464)
评论(0)
推荐(0)
2017年2月23日
可以拖动的面板(Panels)
摘要: 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
阅读(418)
评论(0)
推荐(0)
Modal模态框
摘要: <button class="btn btn-success " data-toggle="modal" data-target="#myModal4">提交</button> <!-- data-target="#identifier" 或 href="#identifier" 都可用来指定要切换
阅读全文
posted @ 2017-02-23 19:46 iriliguo
阅读(170)
评论(0)
推荐(0)
pagination分页
摘要: <div class="text-center "> <!-- class="text-center让分页码整体居中 --> <ul class="pagination "> <li><a href="# ">«</a></li> <li class="active "><a href=
阅读全文
posted @ 2017-02-23 19:37 iriliguo
阅读(370)
评论(0)
推荐(0)
bootstrap模板
摘要: <!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
阅读(102)
评论(0)
推荐(0)
Tab标签页
摘要: <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
阅读(175)
评论(0)
推荐(0)
文本与input框的来回切换
摘要: html代码:
阅读全文
posted @ 2017-02-23 09:55 iriliguo
阅读(451)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
下一页
公告