深入掌握JMS(一):JSM基础1. JMS基本概念 JMS(Java Message Service) 即Java消息服务。它提供标准的产生、发送、接收消息的接口简化企业应用的开发。它支持两种消息通信模型:点到点(point-to-point)(P2P)模型和发布/订阅(Pub/Sub)模型。P2...
分类:
其他好文 时间:
2014-09-03 11:12:36
阅读次数:
271
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
1、GNS3简介GNS3是一款图形化的网络虚拟软件,可以运行在多个平台(windows,linux,macOS)。我们可以通过它来学习Cisco的认证,或者是检验将要在生产环境中部署实施的相关配置。它可以模拟运行思科和瞻博的网络设备,包括路由器、交换机、防火墙等。更多详细的信息,请到其官方..
实际测试:数据库: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
开发说业务有个统计跑不出结果,我让他把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
以下内容为网上转载过来的:-------------------------------------------------------------------------编辑-首选项-一般里的“终端命令”改为D:\ProgramFiles\SecureCRT\SecureCRT.exe/t/telnet%h%p前面是你SecureCRT程序的目录,/t是指建立一个新标签,/telnet的意思是走Te..
分类:
Web程序 时间:
2014-09-01 19:43:34
阅读次数:
8583
pg_rewind is a tool for synchronizing a PostgreSQL data directory with another PostgreSQL data directory that was forked from the first one. The result is equivalent to rsyncing the first data directory with the second one. The advantage of pg_rewind over ...
分类:
数据库 时间:
2014-09-01 17:44:53
阅读次数:
495
HTTP协议特点:?HyperText Transfer Protocol?设计HTTP最初的目的是为了提供一种发布和接收HTML页面的方法。通过HTTP或者HTTPS协议请求的资源由统一资源标识符(Uniform Resource Identifiers,URI)来标识。?Over TCP/IP?...
分类:
其他好文 时间:
2014-09-01 17:16:43
阅读次数:
248