【**前情提要**】最近开始搭建博客,在本地调试的时候使用的数据库是h2,但是调试的时候需要查看数据库,本文也由此而来。 下面是我用到的方法: 1. 使用IDEA的Database连接工具,具体操作方法就是按照要求配置连接url,用户名和密码即可。具体操作见下图: ![h2ideadatabase配 ...
分类:
编程语言 时间:
2019-08-11 01:20:28
阅读次数:
171
HTML块级元素 1.h1 - h6 标题使用< h1 > 至 < h6 >标签进行定义.具有align属性,属性值可以使left.center,right <h1 align="right">一级标题</h1> <h2>二级标题</h2> <h3>三级标题</h3> <h4>四级标题</h4> < ...
分类:
Web程序 时间:
2019-08-09 19:21:32
阅读次数:
813
生成类 f=type("Foo" , (object,) , {'func': }) {% extends 'kingadmin/index.html' %} {% load kingadmin_tags %} {% block right-content-container %} <h2 clas ...
分类:
其他好文 时间:
2019-08-09 01:17:07
阅读次数:
102
{% extends 'kingadmin/index.html' %} {% block right-content-container %} <h2 class="page-header">app</h2> <div> {% for app_name,app_tables in site.ena ...
分类:
其他好文 时间:
2019-08-06 00:30:11
阅读次数:
105
AJAXPHP示例AJAX用于创建更多交互式应用程序。以下示例演示了当用户在输入字段中键入字符时,网页如何与Web服务器通信:<!DOCTYPEhtml><html><metacharset="utf-8"><title>ajax</title><body><h2>XMLHttpRequest对象</h2&g
分类:
编程语言 时间:
2019-08-05 13:54:43
阅读次数:
102
http://poj.org/problem?id=2559 题意都懂,给出数列h1,h2,...hn。代表n个宽为1,高为hi的矩形,求最大连续的矩形面积。 思路:对于每个矩形,当然高已经决定,我们思考它的宽可以为多少。很容易得出它的宽可以向左右延伸到第一个高小于它的矩形之前。也就是说,对于每个h ...
分类:
其他好文 时间:
2019-08-04 01:34:09
阅读次数:
113
activiti6安装包中 1/直接将三个war包放入tomcat中,即可运行,使用H2内存数据库 2/使用mysql数据库运行 2.1/activiti-admin 2.2 activiti-app 2.3/ activit-rest ...
分类:
移动开发 时间:
2019-08-02 10:45:45
阅读次数:
741
title = response.xpath('//h2[@class="margin-top-0"]/a/text()') read_num = response.xpath('//div[@class="col-md-12"]/p[@class="text-muted"]/small/text(... ...
分类:
Web程序 时间:
2019-07-31 21:37:10
阅读次数:
114
未命名文件Linux 阿帕车 Linux 阿帕车ni hao hello/* 标题颜色 */h1,h2,h3,h4,h5,h6 { /* color: #00E08C; color: #2f2f2f; */ color: #00b934;}/* 标签样式 */.tag.label { display... ...
分类:
其他好文 时间:
2019-07-30 11:01:12
阅读次数:
67
<h2>莫比乌斯函数 </h2>> $ Mobius $ 函数 $ \mu(n) $ 的定义:设 $ n = p_1^{k_1} \times p_2^{k_2} \times \cdots \times p_m^{k_m} $,其中 $ n > 1 $,且 $ p_i $ 为素数,则其定义如下: ...
分类:
其他好文 时间:
2019-07-29 23:00:40
阅读次数:
166