new.css/*选择器分组*/h1,h2,h3{ color: orange; font-size: 21px;}h1{/* 如果值大于1个单词,需要加上引号*//* 属性大于1个之后,属性之间用分号隔开*/ font-size: 14px; color: red...
分类:
Web程序 时间:
2015-05-11 12:53:57
阅读次数:
142
1. siblings()这个方法,就是要取得调用该方法的节点对象的兄弟节点(查找同级对象)比如:12222abcdefgvar curr = $("#aaa h1");curr.siblings(); //包括与p同级的所有元素:p, h1, h2, div如果带参数curr.siblings(....
分类:
Web程序 时间:
2015-05-10 14:20:08
阅读次数:
125
标签之美--HTML文本标签属性详解 1、使用标题标签 <h></h>是标题的开始和结束标签,html提供6级标题划分,示例如下: <body><!--设置背景为蓝色-->
<h1>这是一级标题</h1><h2>这是二级标题</h><h6>这是六级标题<...
分类:
其他好文 时间:
2015-05-08 13:15:46
阅读次数:
106
前面已经安装好jbpm了。现在进行数据库的替换。很简单:1,修改build.properties原:# default is H2 H2.version=1.3.168 db.name=h2 db.driver.jar.name=${db.name}.jar db.driver.download.u...
分类:
数据库 时间:
2015-05-07 18:28:32
阅读次数:
1108
一、css reset/* reset */html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,butt...
分类:
其他好文 时间:
2015-05-06 17:16:56
阅读次数:
143
1 Header files The header files are empty, so you can createthem with touch:$ touch a.h$ touch b.h$ touch c.h2 Source files 1 /* main.c */ 2 #inclu...
分类:
其他好文 时间:
2015-05-04 17:19:57
阅读次数:
128
java -cp h2-1.4.187.jar org.h2.tools.Shell -url jdbc:h2:file:~/.h2/hzhssh -user sa如果有个数据库的文件名为:hzhssh.h2.db,则数据库的名字即为 hzhssh,而不是hzhssh.h2.db。帮助:http:/...
分类:
数据库 时间:
2015-05-02 21:56:37
阅读次数:
183
1、错误描述
WARN:2015-05-01 13:26:10[localhost-startStop-1] - HHH000402: Using Hibernate built-in connection pool (not for production use!)
WARN:2015-05-01 13:26:10[localhost-startStop-1] - Exception enco...
分类:
编程语言 时间:
2015-05-01 14:51:54
阅读次数:
558
html的格式: 1、在html中标记名称必须小写。 2、在html中属性必须小写。 3、在html中标记必须正确嵌套。 4、在html中标记必须关闭。 5、在html中即使是元素也必须关闭。 6、在htnl中属性值必须用双引号括起来。HTML提供了6个元素h1,h2,h3,...
分类:
Web程序 时间:
2015-05-01 11:49:52
阅读次数:
157
package com.h1;import static org.junit.Assert.*;import org.junit.Assert;import org.junit.Before;import org.junit.Test;import com.h2.Core;public class ...
分类:
其他好文 时间:
2015-04-30 17:33:09
阅读次数:
151