步骤版:
==================================服务器的设置=======================================
yuminstall-yopenldapopenldap-serversopenldap-clientsopenldap-devel
cp/usr/share/openldap-servers/slapd.conf.obsolete/etc/openldap/slapd.conf&&cp/usr/shar..
分类:
其他好文 时间:
2015-02-25 23:53:37
阅读次数:
752
样本数据库下载:http://files.cnblogs.com/files/haseo/TSQL2012.rar1.窗口聚合函数除了多个OVER子句其实和分组聚合函数一样。SELECT custid , orderid , val , SUM(val) ...
分类:
其他好文 时间:
2015-02-25 22:21:36
阅读次数:
198
It is vitally important to have all the cities connected by highways in a war. If a city is occupied by the enemy, all the highways from/toward that city are closed. We must know immediately if we nee...
分类:
其他好文 时间:
2015-02-25 21:11:19
阅读次数:
141
Jenkins访问控制分为:安全域(即认证)与授权策略。 其中,安全域可以采用三种形式,分别为:Jenkins专有用户数据库、LDAP、Servlet容器代理。 Jenkins专有用户的数据信息存放位置:<JENKINS_HOME>/users/ 每个用...
分类:
数据库 时间:
2015-02-25 17:14:07
阅读次数:
182
With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best players from the best teams doing battles for the World Cup trophy in South Africa. Si...
分类:
其他好文 时间:
2015-02-24 12:37:00
阅读次数:
156
IntroductionHi, I’m Glenn Fiedler and welcome to the fourth article in my seriesNetworking for Game ProgrammersIn theprevious article, we added our ow...
分类:
其他好文 时间:
2015-02-23 18:58:58
阅读次数:
174
Eva loves to collect coins from all over the universe, including some other planets like Mars. One day she visited a universal shopping mall which cou...
分类:
其他好文 时间:
2015-02-22 17:16:11
阅读次数:
154
记录下备忘。场景:要把TCP拆成一个个HTTP请求,通过Proxy1、HTTP Client上载数据到CCProxy ,然后再到Web服务器的时候。 如果数据量比较小,例如10个字节,Proxy就会等着到一定的数据才向Web服务器发送。也可能不同的代理服务器实现会有不同。那么就没办法重用这个Uplo...
分类:
Web程序 时间:
2015-02-22 13:22:22
阅读次数:
202
Named 'Bulls Over Broadway' and 'Gym Red', the most recent variation from the New Jordans 2015 is formally revealed, because this remastered classic p...
分类:
其他好文 时间:
2015-02-20 23:11:03
阅读次数:
322
--查看最耗磁盘读写率的磁盘语句select*from(selectv.sql_id,v.child_number,v.sql_text,v.elapsed_time,v.cpu_time,v.disk_reads,rank()over(orderbyv.disk_readsdesc)elapsed_rankfromv$sqlv)awhereelapsed_rank<=10;--查看产生表锁的语句,可以的到SID号select*fromv$loc..
分类:
数据库 时间:
2015-02-20 00:20:03
阅读次数:
273