public class CookiesUtils{ public static void
SetCookie(String key, String value) { SetCookie(key, value, null, null, null,
false); } ...
分类:
其他好文 时间:
2014-07-22 23:16:34
阅读次数:
339
http://blog.csdn.net/iicy266/article/details/11906189这篇文章很好,提醒我们熟悉函数原型的重要性
分类:
其他好文 时间:
2014-07-22 23:15:36
阅读次数:
283
一、简介REmoteDIctionaryServer(Redis),redis是一个基于内存的单机key/value系统,类似memcached,但支持value为多种形式,包括:字符串(string)、链表(list)、集合(set)、有序集合(sortedset)和hashtable二、特点1优...
分类:
其他好文 时间:
2014-07-22 23:14:34
阅读次数:
462
大家应该知道在Spring中有一个注解@Value,他可以帮助我们来讲Spring加载的配置文件(*.perperties)文件中的信息自动的注入到我们的非静态属性中的。一般情况下我们会这样使用:1.
首先在Spring的配置文件中加载属性文件:然后在Java代码中使用@Value注解就可以注入值....
分类:
其他好文 时间:
2014-07-22 23:13:56
阅读次数:
302
/************ PID算法(C语言) ************/ #include
#include struct _pid { int pv; /*integer that contains the process value*/ int
sp; /*integ...
分类:
编程语言 时间:
2014-07-22 23:12:56
阅读次数:
447
1、要使用Dictionary集合,需要导入C#泛型命名空间
System.Collections.Generic(程序集:mscorlib)2、描述
1)、从一组键(Key)到一组值(Value)的映射,每一个添加项都是由一个值及其相关连的键组成 2)、任何键都必须是唯一的 3)、键...
分类:
其他好文 时间:
2014-07-22 23:08:55
阅读次数:
292
Blend stateState Default ValueAlphaToCoverage
Enable FALSEIndependentBlend Enable FALSERenderTarget[0].BlendEnable
FALSERenderT...
分类:
其他好文 时间:
2014-05-01 16:25:22
阅读次数:
346
1、匹配每一个配置节WORD版的正则 【*】2、只匹配选项的C#版正则
(【)选项.*?(】)3、匹配第几题private void button1_Click(object sender, EventArgs e) {
//检查是不是题号 ...
分类:
其他好文 时间:
2014-04-30 15:41:02
阅读次数:
280
当在Windows Server
2003+IIS6做Web服务器,出现打开如http://paullevi.oicp.net,出现,Bad Request (Invalid Hostname)
的提示时,更改IIS6的Internet 信息服务管理器的默认网站里的属性->网站->IP地址栏,设置为...
分类:
其他好文 时间:
2014-04-30 15:39:34
阅读次数:
621
dao层:@Repository(value
="")或者@Component(value="")service层:@Service(value ="")或者@Component(value="")
有关事务的配置: @Transactional(propagation=P...
分类:
其他好文 时间:
2014-04-29 16:38:46
阅读次数:
446