前端
文章平均质量分 96
王培军
Keep writing code
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Javascript
CMS : Content Management System 内容管理系统 HTML DOM: HTML Document Object Model 文档对象模型,html的API,javascript利用DOM动态的修改网页 最早诞生的动态网页技术有ASP, JSP, PHP AJAX Asynchronous Javascripf And XML (json) 异步请求,动态的从浏...原创 2018-08-17 23:12:58 · 307 阅读 · 0 评论 -
jQuery
jQuery 分享一个学习web开发app,SoloLearn https://www.sololearn.com/,教程通俗易懂,上手快 以下内容都是上面学到的,留作以后参考 $("#start").html("Go") $(document).ready(function() { }); 等价 $(function(){ }); selectors: Attributes ..原创 2018-08-28 11:39:30 · 218 阅读 · 0 评论 -
jinja2语法
官方文档 本文只是官方文档的部分摘录,只记录了常用语法,和python非常类似,方便快速理解使用 语法 {% ... %} for Statements {{ ... }} for Expressions to print to the template output {# ... #} for Comments not included in the template output # ...原创 2018-08-21 16:57:06 · 5228 阅读 · 0 评论 -
Bootstrap3
还是要分享一下SoloLearn,教程通俗易懂 Bootstrap 3 Grid System栅格系统 12 individual columns xs,sm,md,lg class = container, container-fluid, row, col-md-6, col-md-offset-6 visible-md-block 表示在早中型设备台式电脑(≥992px)可显...原创 2018-09-12 11:09:19 · 385 阅读 · 0 评论
分享