上一页 1 ··· 4 5 6 7 8 9 10 下一页
  2019年6月2日
摘要: S2.py S3.py web框架 Model View Controller MVC Model Template View MTV MVC框架 Model:数据库操作 View:模板文件 Controller:业务处理 MTV框架 Model:数据库操作 Template:模板 View:业务处 阅读全文
posted @ 2019-06-02 23:32 SZ_文彬 阅读(141) 评论(0) 推荐(0) 编辑
摘要: S1.html <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>Checkbox in DataList - jQuery EasyUI Demo</title> <link rel="stylesheet" type="text/ 阅读全文
posted @ 2019-06-02 22:01 SZ_文彬 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 组件BootStrap -css -js BootStrap规则jQueryUI -css -jsjQueryUI规则EasyUI -css -js推荐: 适用于后台管理EasyUI规则 网站:http://www.jeasyui.com模态对话框 demos-dialog-basic.html页面 阅读全文
posted @ 2019-06-02 22:00 SZ_文彬 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 笔记 js正则 test - 判断字符串是否符合规定的正则 整体匹配 rep=/\d/ 匹配一个数字 rep=/\d+/; \d 匹配一个或多个数字 rep.test("asdfdf89jfjfks") 返回true rep.test("sdfgegdddcvvdsw") 返回false rep=/ 阅读全文
posted @ 2019-06-02 21:44 SZ_文彬 阅读(312) 评论(0) 推荐(0) 编辑
  2019年5月25日
摘要: 导入juery s1.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <!--引入css--> <!--<link rel="stylesheet" href="cssw 阅读全文
posted @ 2019-05-25 22:09 SZ_文彬 阅读(176) 评论(0) 推荐(0) 编辑
摘要: http://jquery.cuishifeng.cn/ 模块 == 类库 DOM/BOM/JavaScript的类库 JQuery版本: 1.x 1.12系列兼容性最好 2.x 3.x 版本最新 转换: jQuery对象[0] ==> Dom对象 Dom对象 ==> $(Dom对象) 一,查找元素 阅读全文
posted @ 2019-05-25 22:05 SZ_文彬 阅读(99) 评论(0) 推荐(0) 编辑
  2019年5月13日
摘要: s7.html <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><style> #test{ background-color: red; width:300px; hei 阅读全文
posted @ 2019-05-13 23:14 SZ_文彬 阅读(214) 评论(0) 推荐(0) 编辑
  2019年5月11日
摘要: s5.html s6.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <div style="width: 600px;margin: 0 阅读全文
posted @ 2019-05-11 20:41 SZ_文彬 阅读(151) 评论(0) 推荐(0) 编辑
摘要: func.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <script> function func() { } //普通函数 setIn 阅读全文
posted @ 2019-05-11 19:00 SZ_文彬 阅读(122) 评论(0) 推荐(0) 编辑
  2019年4月14日
摘要: S2.html <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style> .left { float: left; } .right{ float: right; } .pg-h 阅读全文
posted @ 2019-04-14 01:33 SZ_文彬 阅读(108) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页