Little Tim is now a graduate,and is thinking about higher studies. However, he first needs to appear in anexam whose preparation alone includes memorizing the meanings of over 3500words!
After going ...
分类:
其他好文 时间:
2014-09-03 13:10:06
阅读次数:
241
Mobile is no longer on the sidelines. If you’re not already thinking mobile first, you should at least consider it. Let’s go over compelling data that...
分类:
Web程序 时间:
2014-09-03 10:50:56
阅读次数:
235
Attack on Titans
Time Limit: 2 Seconds Memory Limit: 65536 KB
Over centuries ago, mankind faced a new enemy, the Titans. The difference of power between mankind and their newfound enemy was...
分类:
其他好文 时间:
2014-09-03 09:44:47
阅读次数:
297
The JSR-133 Cookbook for Compiler Writers
by Doug Lea,
with help from members of the JMM mailing list.
dl@cs.oswego.edu.
Preface: Over the 10+ years since this was initially written, many process...
分类:
Web程序 时间:
2014-09-03 09:40:06
阅读次数:
432
Spring官方文档有Bug实验:authenticatingusers using ldap(lightweight directory access protocal)URL:http://spring.io/guides/gs/authenticating-ldap/描述:maven的pom....
分类:
编程语言 时间:
2014-09-02 19:20:35
阅读次数:
185
线程局部存储(TLS)2011-10-11 09:59:28|分类: Win32---API |标签:tls |举报 |字号订阅什么是线程局部存储众所周知,线程是执行的单元,同一个进程内的多个线程共享了进程的地址空间,线程一般有自己的栈,但是如果想要实现某个全局变量在不同的线程之间取不同的值,而且不...
分类:
编程语言 时间:
2014-09-02 15:31:45
阅读次数:
315
实际测试:数据库:70万条数据查询第10000页,每页10条。row_number() 耗时: 2.2秒rownum 耗时:1.3秒查询第20000页,每页10条。row_number() 耗时: 4.5秒+rownum 耗时:3.8秒+ 网上看到的说,row_number()效率最高看来是没有经....
分类:
其他好文 时间:
2014-09-02 13:58:14
阅读次数:
216
ArcGIS for Server安全与LDAP配置 1、安全性概述 ArcGIS Server使用基于角色的访问控制来管理对受保护资源的访问。访问GIS资源的权限只能分配给角色。单独的用户只能通过从其角色继承来获取权限。对GIS资源访问权限的身份验证一般有两种方式:基于ArcGIS令牌的身份验证;...
分类:
其他好文 时间:
2014-09-02 10:28:14
阅读次数:
209
LDAP入门与OpenLDAP使用配置 1、LDAP简介 LDAP(轻量级目录访问协议,Lightweight Directory Access Protocol)是实现提供被称为目录服务的信息服务。目录服务是一种特殊的数据库系统,专门针对读取,浏览和搜索操作进行了特定的优化。目录一般包含描述性的,...
分类:
其他好文 时间:
2014-09-02 10:19:04
阅读次数:
237
开发说业务有个统计跑不出结果,我让他把sql给我,他说不清楚,那我就直接才消耗时间最长了sql了,查找sql如下SELECTinst_id,
sql_id,
sql_fulltext,
round(exec_time/1000000,0)/60exec_time
FROM(SELECTinst_id,
sql_id,
sql_fulltext,
exec_time,
rank()over(ORDERBYexec_ti..
分类:
数据库 时间:
2014-09-01 19:45:45
阅读次数:
411