学习Spring Boot 过程中遇到了下列这个问题 Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configu ...
分类:
数据库 时间:
2019-03-07 14:05:57
阅读次数:
2838
1.安装ol库 使用cnpm i ol -s命令安装 2.建一个olMap.vue文件夹 <template> <div class='olMap'> <h2>{{this.name}}</h2> <div class='map' ref='rootmap'></div> </div> </temp ...
分类:
其他好文 时间:
2019-02-25 13:41:50
阅读次数:
1553
@*定义全局样式*@ <style> body, ul, li, p, h1, h2, h3, h4, h5, h6, hr, span, form, fieldset, table, td, img, div, dl, dt, dd, input { margin: 0; padding: 0; ...
分类:
其他好文 时间:
2019-02-25 00:55:17
阅读次数:
358
A Sea Battle 平移过后即外围的$(w_{2} + 2) \times (h_{1} + h_{2} + 2)$的矩形周长; 1 #include<bits/stdc++.h> 2 using namespace std; 3 int main(){ 4 int w1,w2,h1,h2; ...
分类:
其他好文 时间:
2019-02-24 10:50:25
阅读次数:
218
1、标题:<h1></h1>、<h2></h2>、<h3></h3>、<h4></h4>、<h5></h5>、<h6></h6>大小越来越小; 2、段落:<p></p> 3、粗体:<b></b> 4、斜体:<i></i> 5、上标字符:<sup></sup> 6、下标字符:<sub></sub> 7 ...
分类:
Web程序 时间:
2019-02-22 00:59:35
阅读次数:
181
横线 图片 021801 章节 1、 无法正常显示,后来全部改成了 2、第二个H2目录,使用 时,始终中间对其,后来改成了 代码行号 代码部分... syntaxhighlighter功能太强大了,支持的语法包括applescript,as3, base, bash, coldfusion, cpp ...
分类:
其他好文 时间:
2019-02-19 01:26:05
阅读次数:
237
1、CSS选择符有哪些? 类型选择符(body)、群组选择符(h1,h2,h3,span)、包含选择符(h2 span)、ID选择符(#id)、Class选择符(.content) 2、哪些属性可以继承? CLASS属性,伪类A标签,列表ul、li、dl、dd、dt可以继承 3、优先级算法如何计算? ...
分类:
编程语言 时间:
2019-02-12 21:40:13
阅读次数:
282
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h... ...
分类:
其他好文 时间:
2019-02-12 00:22:03
阅读次数:
209
import htmlimport etree url_h2 = selector.xpath("//a[@_stat='video:poster_v']/../h2")[0]url_div = selector.xpath("//a[@_stat='video:poster_v']/../div" ...
分类:
Web程序 时间:
2019-02-12 00:19:45
阅读次数:
445
淘宝的样式初始化代码: body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { ma ...
分类:
其他好文 时间:
2019-02-11 13:03:46
阅读次数:
156