码迷,mamicode.com
首页 >  
搜索关键字:color    ( 180498个结果
LTPA Cookie原理
1. 什么是LTPA? Lightweight Third-Party Authentication (LTPA)是IBM Websphere和Domino产品中使用单点登录技术。当服务器配置好LTPA认证方式,用户通过浏览器成功登录后,服务器会自动发送一个session cookie给...
分类:其他好文   时间:2014-08-06 10:41:51    阅读次数:318
Java注解Annotation详解
注解相当于一种标记,在程序中加了注解就等于为程序打上了某种标记,没加,则等于没有某种标记,以后,javac编译器,开发工具和其他程序可以用反射来了解你的类及各种元素上有无何种标记,看你有什么标记,就去干...
分类:编程语言   时间:2014-08-06 10:41:31    阅读次数:307
typedef和define具体的详细区别
好长时间不接触C/C++了,刚才一看,发现练就基本的#define和TypeDef都弄不清了……惭愧的想死!! 1) #define是预处理指令,在编译预处理时进行简单的替换,不作正确性检查,不关含义是否正确照样带入,只有在编译...
分类:其他好文   时间:2014-08-06 10:41:11    阅读次数:188
HDU 1285 确定比赛名次(拓扑排序模板)
题意还是比较容易理解的,关键要看到后面的:合条件的排名可能不是唯一的,此时要求输出时编号小的队伍在前; 思路:这道题就是拓扑排序的经典应用了,用队列做的考虑优先编号小的出队就可以了。 拓扑排序: 拓扑排序是对有向无回路图(DAG)顶点的一种排序,它使得如果存在从u到v的有向路径,那么满足序列中u在v前。 所以我们的算法可以描述为这样一个过程: 1、找到整个图中所有的度为0的点,将这些点压...
分类:其他好文   时间:2014-08-06 10:38:51    阅读次数:199
周赛 POJ 2250 Compromise
Description In a few months the European Currency Union will become a reality. However, to join the club, the Maastricht criteria must be fulfilled, and this is not a trivial task for the countries...
分类:其他好文   时间:2014-08-06 10:38:11    阅读次数:270
周赛 POJ 3934 Queue
Description Linda is a teacher in ACM kindergarten. She is in charge of n kids. Because the dinning hall is a little bit far away from the classroom, those n kids have to walk in line to the dinnin...
分类:其他好文   时间:2014-08-06 10:37:51    阅读次数:257
周赛 POJ 3546 The Dragon of Loowater
Description Once upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem. The shores of Rellau Creek in central Loowater had always been a prime breeding ground for g...
分类:其他好文   时间:2014-08-06 10:37:41    阅读次数:257
周赛 POJ 2245 Lotto
Description In the German Lotto you have to select 6 numbers from the set {1,2,...,49}. A popular strategy to play Lotto - although it doesn't increase your chance of winning - is to select a subse...
分类:其他好文   时间:2014-08-06 10:37:11    阅读次数:358
HDU 4915 Parenthese sequence(瞎搞题)
从左向右扫一遍左括号的最大值,与最小值。 从右向左扫一遍右括号的最大值,与最小值。 比较最大值中的最小数与最小中的最大数看能否有交集,0个,1个或者多个。 Parenthese sequence Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others) Total S...
分类:其他好文   时间:2014-08-06 10:36:21    阅读次数:219
Spring笔记(4)-----<bean>的基本配置
Bean配置...
分类:编程语言   时间:2014-08-06 10:35:51    阅读次数:301
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!