上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: AngularJS 通过新的属性和表达式扩展了 HTML,可以构建一个单一页面应用程序。AngularJS有着诸多特性,最为核心的是:MVVM、模块化、自动化双向数据绑定、语义化标签、依赖注入等等。 阅读全文
posted @ 2017-03-23 19:04 iriliguo 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 横线用到了伪类进行实现。 css: html: 阅读全文
posted @ 2017-03-16 19:46 iriliguo 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 如图实现的是鼠标点击相应菜单栏会有子菜单出现。 css代码: html代码: js代码: 阅读全文
posted @ 2017-03-16 19:10 iriliguo 阅读(849) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style> *{ margin: 0; padding: 0; } #back { position: relative; w 阅读全文
posted @ 2017-03-10 15:07 iriliguo 阅读(490) 评论(0) 推荐(0) 编辑
摘要: 1 数字:^[0-9]*$ 2 n位的数字:^\d{n}$ 3 至少n位的数字:^\d{n,}$ 4 m-n位的数字:^\d{m,n}$ 5 零和非零开头的数字:^(0|[1-9][0-9]*)$ 6 非零开头的最多带两位小数的数字:^([1-9][0-9]*)+(.[0-9]{1,2})?$ 7 阅读全文
posted @ 2017-03-07 14:26 iriliguo 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 解决了一些bug,干脆就在这里面也对闭包总结了下下。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> /*重置样式*/ *{m 阅读全文
posted @ 2017-03-02 19:46 iriliguo 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 这次解决了之前点击左右键有时候出现的迟滞问题。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> /*重置样式*/ *{marg 阅读全文
posted @ 2017-03-02 19:45 iriliguo 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 大家来吐槽 ... 阅读全文
posted @ 2017-03-02 13:55 iriliguo 阅读(379) 评论(0) 推荐(0) 编辑
摘要: <div class="container "> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> <span class="glyphicon glyphicon-list-alt"></ 阅读全文
posted @ 2017-03-02 10:04 iriliguo 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 戚薇:博学广思,始终向前 这就是我喜欢的学习、生活,皮皮虾学院,等你来战。全文 >> 谢霆锋:绿色的工程梦,从这里起步 来到这里,不负我望,这里是学习工程的天堂。... 阅读全文
posted @ 2017-03-02 09:32 iriliguo 阅读(831) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页