Attributes 存储节点的属性列表(只读)childNodes 存储节点的子节点列表(只读)dataType 返回此节点的数据类型Definition 以DTD或XML模式给出的节点的定义(只读)Doctype 指定文档类型节点(只读)documentElement 返回文档的根元素(可读写)...
分类:
Web程序 时间:
2015-09-10 12:54:56
阅读次数:
174
1. 抓取策略 抓取策略:怎样发出sql语句 懒加载:什么时候发出sql语句 ? ? 配置:<set fetch="join/select/subselect"> Class.hbm.xml <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE hibernate-mapping PU...
分类:
Web程序 时间:
2015-09-09 23:01:36
阅读次数:
408
PHP实现IP–数字互相转换 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>...
分类:
Web程序 时间:
2015-09-09 21:34:08
阅读次数:
281
jquery设置和获取元素的属性: 使用jquery可以方便的设置指定元素的属性,下面就以div元素为例子做一下简单介绍。 代码实例如下: <!DOCTYPE?html>
<html>
<head>
<meta?charset="utf-8">
<meta?name="author"?...
分类:
Web程序 时间:
2015-09-08 13:56:09
阅读次数:
181
1.将DTD文件放在web目录,例如发布的目录为TDE,这需要将对应的DTD文档放在TDE目录下,同时修改配置文件的的DTD设置为: ?例如: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC ?"-//m...
分类:
其他好文 时间:
2015-09-07 18:10:31
阅读次数:
279
<!DOCTYPE?html>
<html>
<head>
<meta?charset="utf-8">
<meta?name="author"?content="http://www.webkfa.com/"?/>
<title>web开发-webkfa.com</title>
<style?type="text/css">
*{
margin:0;padding:0;
-...
分类:
其他好文 时间:
2015-09-07 18:09:30
阅读次数:
166
http://www.jb51.net/article/29295.htm <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/x...
分类:
Web程序 时间:
2015-09-06 20:18:17
阅读次数:
271
1、拷贝IKAnalyzer.cfg.xml到WEB-INF/classes下,IKAnalyzer.cfg.xml内容如下: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> ? <propertie...
分类:
其他好文 时间:
2015-09-06 13:13:34
阅读次数:
352
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Examples</title> <meta name="description" content=""> <meta name="keywor...
分类:
其他好文 时间:
2015-09-06 13:11:44
阅读次数:
211
//javascript简易计算器 <!DOCTYPE?html>
<html>
?<head>
??<title>?事件</title>??
??<script?type="text/javascript">
???function?count(){
???????
????//获取第一个输入框的值
??...
分类:
Web程序 时间:
2015-09-02 19:28:11
阅读次数:
223