随笔 - 91  文章 - 0  评论 - 2  阅读 - 44180

随笔分类 -  html

html_study
web框架实例
摘要:s5.py from wsgiref.simple_server import make_server def handle_index(): return [b'<h1>Hello,Index!</h1>'] def handle_date(): return [b'<h1>Hello,Date! 阅读全文
posted @ 2019-06-02 23:33 SZ_文彬 阅读(211) 评论(0) 推荐(0) 编辑
web框架
摘要: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_文彬 阅读(142) 评论(0) 推荐(0) 编辑
BootStrap实例
摘要: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_文彬 阅读(189) 评论(0) 推荐(0) 编辑
BootStrap笔记
摘要:组件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_文彬 阅读(162) 评论(0) 推荐(0) 编辑
js正则表达式
摘要:笔记 js正则 test - 判断字符串是否符合规定的正则 整体匹配 rep=/\d/ 匹配一个数字 rep=/\d+/; \d 匹配一个或多个数字 rep.test("asdfdf89jfjfks") 返回true rep.test("sdfgegdddcvvdsw") 返回false rep=/ 阅读全文
posted @ 2019-06-02 21:44 SZ_文彬 阅读(318) 评论(0) 推荐(0) 编辑
jQuery操作
摘要:导入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_文彬 阅读(178) 评论(0) 推荐(0) 编辑
jQuery笔记
摘要: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_文彬 阅读(100) 评论(0) 推荐(0) 编辑
dom绑定事件操作
摘要: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_文彬 阅读(216) 评论(0) 推荐(0) 编辑
dom操作补充
摘要: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_文彬 阅读(152) 评论(0) 推荐(0) 编辑
javascript补充
摘要: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_文彬 阅读(124) 评论(0) 推荐(0) 编辑
页面布局
摘要: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_文彬 阅读(110) 评论(0) 推荐(0) 编辑
dom操作
摘要:s19.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <div id="i1">我是i1</div> <a>adsf</a> <a>909 阅读全文
posted @ 2019-04-14 01:27 SZ_文彬 阅读(131) 评论(0) 推荐(0) 编辑
javascript基础
摘要:S13.html <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style> /*css代码*/ </style> <script> // javascript代码 alert(1 阅读全文
posted @ 2019-04-11 17:12 SZ_文彬 阅读(167) 评论(0) 推荐(0) 编辑
css补充
摘要:s2.html <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><body><div style="width: 50px;height: 50px;background- 阅读全文
posted @ 2019-04-10 21:21 SZ_文彬 阅读(161) 评论(0) 推荐(0) 编辑
css_初阶
摘要:s10.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <form> <fieldset> <legend>登陆</legend> <lab 阅读全文
posted @ 2019-04-06 00:19 SZ_文彬 阅读(160) 评论(0) 推荐(0) 编辑
html_py
摘要:Sock.py S2.py App.py 阅读全文
posted @ 2019-04-02 10:07 SZ_文彬 阅读(495) 评论(0) 推荐(0) 编辑
html基础
摘要:index.html <h1 style='background-color:red'>time</h1><!--设置背景颜色--> <a href="http://www.qq.com">走啊</a> <table border='1'> <tr> <td>1</td> <td>2</td> <t 阅读全文
posted @ 2019-04-02 10:04 SZ_文彬 阅读(588) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示