Peterson's algorithm (AKA Peterson's solution) is a concurrent
programming algorithm for mutual
exclusion that allows two processes to share a single-use resource without conflict, using only shar...
分类:
编程语言 时间:
2014-06-25 19:38:19
阅读次数:
748
关系型数据库和NoSQL数据库什么是NoSQL大家有没有听说过 “NoSQL”呢?近年,这个词极受关注。看到“NoSQL”这个词,大家可能会误以为是“No!SQL”的缩写,并深感愤怒:“SQL怎么会没有必要了 呢?”但实际上,它是“Not Only SQL”的缩写。它的意义是:适用关系型数据库的时候...
分类:
数据库 时间:
2014-06-25 14:51:07
阅读次数:
294
ie6和ie7#tip{*background:black;/*IE7背景变黑色*/_background:orange;/*IE6背景变橘色*/}IE8和IE9:root .test { color:#963\9; } /* IE9 only */ firefox@-moz-document ur...
分类:
Web程序 时间:
2014-06-25 13:36:38
阅读次数:
267
一、简介单例模式主要用的作用是用于保证程序运行中某个类只有一个实例,并提供一个全局入口点。单例模式(Singleton)为GOF阐述的标准24种设计模式中最简单的一个。但随着时间推移,GOF所阐述的单例实现已不能完全满足实际应用。"ensure a class has only one instan...
分类:
其他好文 时间:
2014-06-25 13:20:34
阅读次数:
193
Say you have an array for which theithelement is the price of a given stock on dayi.If you were only permitted to complete at most one transaction (ie...
分类:
其他好文 时间:
2014-06-25 13:06:16
阅读次数:
198
团队建设总结fx O622
大的title 2
建设团队文化 2
办公环境(3s+树+湖)
3
每人一个办公室 3
弹性工作制 3
重大的决定公投体制 3
每年一个kid经验日 3
做自己想到做的事.. 3
One2one 3
灵活的规定 3
公共的gucywe 4
感谢队友的工作 4
欣赏队友的工作,不要挑刺,在完美的工作也有缺点..only find ...
分类:
其他好文 时间:
2014-06-24 23:55:50
阅读次数:
523
我在刚开始安装完ecshop之后就如首页就开始报如下的错误:
Strict Standards: Only variables should be passed by reference in
C:\diyServ\apps\EcShop\includes\cls_template.php on line
422
在网上可以搜到这个解决办法就是:由于在php5.3之后php函数返回的是一...
分类:
其他好文 时间:
2014-06-24 22:23:33
阅读次数:
230
Given a string, determine if it is a palindrome, considering only alphanumeric
characters and ignoring cases.
For example,
"A man, a plan, a canal: Panama" is a palindrome.
"race a car" i...
分类:
其他好文 时间:
2014-06-24 18:16:02
阅读次数:
147
【题目】
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.
For example,
"A man, a plan, a canal: Panama" is a palindrome.
"race a car" is not a palindrome.
Note:
Have you consider that the string m...
分类:
其他好文 时间:
2014-06-24 15:35:07
阅读次数:
150
废话不多讲,先上笑话,然后再,。看懂这个的说明你的节操已经不再了。晚饭后去理发店理发。。。割了吧。。。老板问我怎么剪,我悠悠的来一句往帅了剪。。。高潮往往令人想不到。。。。旁边一在焗油烫头发的大妈说到 别这样为难老板,人家赚点钱不容易。。。首先如果你是高手那么请出门右转,如果你是菜鸟那么恭喜你,go...
分类:
编程语言 时间:
2014-06-24 12:05:55
阅读次数:
218