http://uva.onlinejudge.org/external/2/211.html
http://uva.onlinejudge.org/external/2/211.pdf
题意:每一种骨牌(Bone) 对应了两个球(Pip)。球的数值从0-6,骨牌从1-28。
然后给你一个包含球数值的矩阵(7*8),问你什么样的骨牌会形成这样的球的矩阵。
注意,题目有一个信息没有讲明...
分类:
其他好文 时间:
2014-09-17 15:16:22
阅读次数:
275
$str=preg_replace("/\s+/", " ", $str); //过滤多余回车$str=preg_replace("//si","",$str); //注释$str=preg_replace("//si","",$str); //过滤DOCTYPE$str=preg_replace(...
分类:
Web程序 时间:
2014-09-17 11:43:22
阅读次数:
200
<!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>
<title>JS生成验证...
分类:
Web程序 时间:
2014-09-16 17:34:01
阅读次数:
209
属性:Attributes 存储节点的属性列表(只读) childNodes 存储节点的子节点列表(只读) dataType 返回此节点的数据类型 Definition 以DTD或XML模式给出的节点的定义(只读) Doctype 指定文档类型节点(只读)...
分类:
Web程序 时间:
2014-09-15 19:09:09
阅读次数:
164
提交页面: <!?DOCTYPE?html> <?html> <?head> <?meta?charset?="GB2312"?> <?title>?Insert title here?</title?> <?script?type?="text/javascript"?src=?"jquery.js"></?script?> <?scrip...
分类:
Web程序 时间:
2014-09-15 18:00:30
阅读次数:
217
/*********测试页面************/ <%@?page?language="java"?contentType="text/html;charset=UTF-8"%>
<!DOCTYPE?HTML?PUBLIC?"-//W3C//DTD?HTML?4.0?Transitional//EN">
<html>
<head>
<title>天地...
分类:
编程语言 时间:
2014-09-15 17:59:19
阅读次数:
470
对于特定问题的排查,可以在Domino 控制台运行以下命令,动态开启调试参数:
set config POP3Debugio=3
set config debug_threadid=1
set config console_log_enabled=1
运行以下命令,随时关闭调试:
set config POP3Debugio=0
在 console.log 中会显示 POP3 会话详细信息...
分类:
其他好文 时间:
2014-09-15 17:55:39
阅读次数:
392
<!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>
<meta?http-equi...
分类:
其他好文 时间:
2014-09-14 23:47:38
阅读次数:
453
<!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> <meta http-equiv="Content...
分类:
其他好文 时间:
2014-09-14 19:28:37
阅读次数:
293
dojo框架:http://dojotoolkit.org/ <!DOCTYPE?html>
<html>
<head>
????<meta?charset="UTF-8">
????<title>dojo框架绑定函数与上下文</title>
????<script??src?=?"dojo/dojo/dojo.js"??>...
分类:
其他好文 时间:
2014-09-14 11:34:37
阅读次数:
213