def sqlitetest(txt,footer): cx = sqlite3.connect("D:\Python-Test\StuProject\db.sqlite3") cu = cx.cursor() #sql = '''insert into 'comment_comment'(txt,... ...
分类:
数据库 时间:
2018-02-02 11:43:34
阅读次数:
230
语义化标签 article 文章 header 头部区域 footer 尾部区域 main 主体内容区域 section 普通区域 用来做区域划分 figure 配图区 figcaption 配图说明区域 aside 与主体内容无关的区域(一般用来打广告) nav 导航区域 标记标签 mark 高亮 ...
分类:
Web程序 时间:
2018-02-01 13:07:56
阅读次数:
227
html5新增了一些语义化更好的标签元素。 一、新增的元素 结构元素: 1、article标签:表示页面中的一块与上下文不相关的独立内容,比如博客中的一篇文章。 2、aside标签:表示article内容之外的内容,辅助信息。 3、header标签:表示页面顶部。 4、footer标签:表示页面底部 ...
分类:
Web程序 时间:
2018-02-01 00:11:44
阅读次数:
196
[1]absolute [2]calc [3]flex [4]grid ...
分类:
其他好文 时间:
2018-01-31 14:23:54
阅读次数:
198
原文:http://css-live.ru/articles/dostup-k-css-peremennym-i-ix-izmenenie-spomoshhyu-javascript.html :root { --footer-color: #2cba92; /* @reasonCode зелен ...
分类:
Web程序 时间:
2018-01-24 19:53:22
阅读次数:
305
Jinja2用法总结 一:渲染模版 要渲染一个模板,通过render_template方法即可。 @app.route('/about/') def about(): # return render_template('about.html',user='username') return rend ...
分类:
其他好文 时间:
2018-01-24 19:50:01
阅读次数:
4987
CSS命名规则 头:header 内容:content/containe 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:logo 广告:banner 页面 ...
分类:
Web程序 时间:
2018-01-24 12:43:06
阅读次数:
220
Thymeleaf 模板 引用头部 尾部 最简单教程 我们可以新建一个简单的页尾模板,如:/WEB-INF/templates/footer.html,内容如下: 上面定义了一个叫做copyright的片段,接着我们可以使用th:include或者th:replace属性来使用它: Thymelea ...
分类:
其他好文 时间:
2018-01-23 20:41:28
阅读次数:
1021
1 注册html代码 1-1 register.jsp代码 1-2 footer.jsp代码 1-3 header.jsp代码 1-4 index.jsp 2 RegisterServlet 代码 3 User类 ...
分类:
其他好文 时间:
2018-01-19 19:56:42
阅读次数:
229