码迷,mamicode.com
首页 >  
搜索关键字:color    ( 180498个结果
poj 2771 Guardian of Decency 解题报告
题目链接:http://poj.org/problem?id=2771题目意思:有一个保守的老师要带他的学生来一次短途旅行,但是他又害怕有些人会变成情侣关系,于是就想出了一个方法:1、身高差距 > 40cm2、相同性别3、喜欢的音乐种类 不同4、有共同喜爱的 运动 只要满足其中这4个条件中的一个.....
分类:其他好文   时间:2014-08-19 16:29:04    阅读次数:298
Javascript:常用函数封装
//cookiefunction setCookie(name, value, iDay){ if(iDay!==false) { var oDate=new Date(); oDate.setDate(oDate.getDate()+iDay); ...
分类:编程语言   时间:2014-08-19 16:28:04    阅读次数:238
Spring MVC 3 深入总结
一、前言:大家好,Spring3 MVC是非常优秀的MVC框架,由其是在3.0版本号公布后,如今有越来越多的团队选择了Spring3 MVC了。Spring3 MVC结构简单,应了那句话简单就是美,并且他强大不失灵活,性能也非常优秀。官方的下载网址是:http://www.springsource....
分类:编程语言   时间:2014-08-19 16:27:45    阅读次数:402
spawn命令和expect
#!/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
XE6 c++builder Edit垂直居中
class TMyEdit : public Vcl::Stdctrls::TEdit{ virtual void __fastcall CreateParams(TCreateParams& Params); void __fastcall WMSize(TWMSize &Messag...
分类:编程语言   时间:2014-08-19 16:27:14    阅读次数:309
常用代码块模板,get,load区别,session.get(,)参数解释,session方法总结
设置模板代码步骤:window->java->Templates->new模板代码Session session = HibernateUtils.openSession(); try { HibernateUtils.startTransaction(); ...
分类:其他好文   时间:2014-08-19 16:26:34    阅读次数:208
ckeditor的使用与验证
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
C# XML 根级别上的数据无效,XMLDriver,Xpath
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
用过JavaScript的同学们肯定都对prototype如雷贯耳,但是这究竟是个什么东西却让初学者莫衷一是,只知道函数都会有一个prototype属性,可以为其添加函数供实例访问,其它的就不清楚了,最近看了一些 JavaScript高级程序设计,终于揭开了其神秘面纱。每个函数都有一个prototy...
分类:编程语言   时间:2014-08-19 16:25:34    阅读次数:300
[Enterprise Library for .NET Framework 2.0]缓存使用小计
关键代码:using Microsoft.Practices.EnterpriseLibrary.Caching;using Microsoft.Practices.EnterpriseLibrary.Caching.Expirations;using System;namespace ETLUti...
分类:Web程序   时间:2014-08-19 16:23:54    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!