题目链接:http://poj.org/problem?id=2771题目意思:有一个保守的老师要带他的学生来一次短途旅行,但是他又害怕有些人会变成情侣关系,于是就想出了一个方法:1、身高差距 > 40cm2、相同性别3、喜欢的音乐种类 不同4、有共同喜爱的 运动 只要满足其中这4个条件中的一个.....
分类:
其他好文 时间:
2014-08-19 16:29:04
阅读次数:
298
//cookiefunction setCookie(name, value, iDay){ if(iDay!==false) { var oDate=new Date(); oDate.setDate(oDate.getDate()+iDay); ...
分类:
编程语言 时间:
2014-08-19 16:28:04
阅读次数:
238
一、前言:大家好,Spring3 MVC是非常优秀的MVC框架,由其是在3.0版本号公布后,如今有越来越多的团队选择了Spring3 MVC了。Spring3 MVC结构简单,应了那句话简单就是美,并且他强大不失灵活,性能也非常优秀。官方的下载网址是:http://www.springsource....
分类:
编程语言 时间:
2014-08-19 16:27:45
阅读次数:
402
#!/usr/bin/expectset timeout 30spawn ssh fangkui@172.100.101.150expect { "fangkui@172.100.101.150's password:" {send "652289237\r"}}interact
分类:
其他好文 时间:
2014-08-19 16:27:34
阅读次数:
216
class TMyEdit : public Vcl::Stdctrls::TEdit{ virtual void __fastcall CreateParams(TCreateParams& Params); void __fastcall WMSize(TWMSize &Messag...
分类:
编程语言 时间:
2014-08-19 16:27:14
阅读次数:
309
设置模板代码步骤:window->java->Templates->new模板代码Session session = HibernateUtils.openSession(); try { HibernateUtils.startTransaction(); ...
分类:
其他好文 时间:
2014-08-19 16:26:34
阅读次数:
208
1、使id=id的textArea变为富文本编辑框function inittextarea(id){ CKEDITOR.replace(id,{ width:'600px', height:'300px', toolbar : [['Source','Save','NewPage','Previe...
分类:
其他好文 时间:
2014-08-19 16:26:14
阅读次数:
148
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.IO;using System.Xml;namespace 六月版.客户.网站.Models{ publi...
分类:
其他好文 时间:
2014-08-19 16:25:44
阅读次数:
239
用过JavaScript的同学们肯定都对prototype如雷贯耳,但是这究竟是个什么东西却让初学者莫衷一是,只知道函数都会有一个prototype属性,可以为其添加函数供实例访问,其它的就不清楚了,最近看了一些 JavaScript高级程序设计,终于揭开了其神秘面纱。每个函数都有一个prototy...
分类:
编程语言 时间:
2014-08-19 16:25:34
阅读次数:
300
关键代码:using Microsoft.Practices.EnterpriseLibrary.Caching;using Microsoft.Practices.EnterpriseLibrary.Caching.Expirations;using System;namespace ETLUti...
分类:
Web程序 时间:
2014-08-19 16:23:54
阅读次数:
221