前端学习 bootstrap 4 学习: 样式: https://v4.bootcss.com/docs/getting-started/introduction/ css : 层叠样式表: 标签 style='width:80px;height:45px;background-color=""' ...
分类:
其他好文 时间:
2020-05-31 17:46:36
阅读次数:
63
前端编码规范之:Git使用规范 前端编码规范之:样式(scss)编码规范 前端编码规范之:HTML结构规范 前端编码规范之:Vue最佳实践 前端编码规范之:Javascript编码规范 css/scss命名的原则是:通俗易懂,尽量保持不重复(冲突),尽量不要用id。我比较推崇bootstrap的样式 ...
分类:
Web程序 时间:
2020-05-31 16:23:57
阅读次数:
97
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="css/bootstrap.min.css" /> <script src="js/jquery-2.1. ...
分类:
其他好文 时间:
2020-05-31 16:21:15
阅读次数:
234
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="css/bootstrap.min.css" /> <script src="js/jquery-2.1. ...
分类:
其他好文 时间:
2020-05-30 15:56:25
阅读次数:
63
0. 前言 这是一个新的系列,名字是《ASP.NET Core 入门到实战》。这个系列主讲ASP.NET Core MVC,辅助一些前端的基础知识(能用来实现我们需要的即可,并非主讲)。同时这个系列也会在后续介绍ASP.NET Core 平台的其它类型的项目,并带领大家以各个类型的项目为主要架构开发 ...
分类:
Web程序 时间:
2020-05-29 23:16:30
阅读次数:
78
注:elasticsearch需要jdk8以上的环境,需要先安装有jdk8以上,才能运行。 错误1:不能以root用户运行 org.elasticsearch.bootstrap.StartupException: java.lang.RuntimeException: can not run el ...
分类:
其他好文 时间:
2020-05-29 17:49:43
阅读次数:
88
Bootstrap 是由 Twitter 所开发的一个免费的网页框架, 它提供了许多从基本到进阶的 CSS 和 JavaScript 功能, 让网页开发者可以很快速地把网页架起来, 同时还兼顾了还算不错的美感。通常, 网页设计师不会、也不懂得美工设计, 所以我们如果只是很单地把网页建立起来, 很不幸 ...
分类:
Web程序 时间:
2020-05-29 12:03:47
阅读次数:
69
![](https://img2020.cnblogs.com/blog/2015725/202005/2015725-20200529083646096-517351808.png) ![](https://img2020.cnblogs.com/blog/2015725/202005/20157... ...
分类:
其他好文 时间:
2020-05-29 10:14:36
阅读次数:
50
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" % ...
分类:
其他好文 时间:
2020-05-27 12:16:13
阅读次数:
78
1、引入jar <link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> <link href="https://cdn.bootcss.com/bootstrap-dat ...
分类:
其他好文 时间:
2020-05-26 18:06:49
阅读次数:
135