自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (27)
  • 收藏
  • 关注

原创 浅谈人人网以及淘宝网的IM即时通信以及消息推送

淘宝网或者是人人网,应该是大家较为熟知的网站了。就算你不是它们的使用者,我想你也应该早有耳闻。人人网和淘宝网的右下角,都提供了"在线"通信功能:这次,我就和大家来谈谈我认为的这些网站实现这种在线聊天的“通信机制”。实现Web版的IM(即时消息),是一种很实用的需求。比如:监控系统:后台硬件热插拔、LED、温度、电压发生变化;即时通信系统:其它用户登录、发送信息;即时报价系统:后台数据库内容

2012-11-05 23:29:46 6595

原创 消息推送(Server Push)

关键字:Server Push、Comet (web技术)、DWR+Spring实现Comet、web即时消息1、服务器推送(Server Push)在监控系统:后台硬件热插拔、LED、温度、电压发生变化; 即时通信系统:其它用户登录、发送信息; 即时报价系统:后台数据库内容发生变化; 此类应用需要服务器能实时地将更新的信息传送到客户端,而无须客户端发出请求。“服务器推送”技术在现实应

2012-11-05 23:14:57 8274 1

高可用架构(gky)学习.txt

本内容为大型互联网高可用架构设计与实践的学习资料,通过本内容的学习可以了解到什么是高可用架构,以及高可用架构的技术原理,希望能为从事相关行业的伙伴带来帮助。

2019-06-05

淘宝技术这十年-完整版

这本书很有趣,故事叙述好玩,且价值颇高; 它让更多人了解并熟悉淘宝,让我们近距离观察大公司成长过程中遇到的问题

2017-09-06

2017年06月25日版银行卡卡BIN对照表汇总

史上最新最全银行卡卡BIN对照汇总信息表,包括工农中建交、浦发、招商、兴业等所有银行卡BIN对照信息,信息全面、准确、可靠,银联正规渠道获取。

2017-09-06

DWR实现服务器推送站内消息

使用DWR框架实现服务器器消息推送,本例以登录为例供大家参考学习:client与service建立一个长连接,不用client手动request,service会自动response,当有好友在线的时候,会自动把好友的信息加载到select里,点击好友发送短消息时,会在浏览器(IE)右下角弹出消息框。

2012-11-06

IKAnalyzer中文分词器V3.2.X使用手册

采用了特有的“正向迭代最细粒度切分算法“,具有60万字/秒的高速处理能力。 采用了多子处理器分析模式,支持:英文字母(IP地址、Email、URL)、数字(日期,常用中文数量词,罗马数字,科学计数法),中文词汇(姓名、地名处理)等分词处理。 优化的词典存储,更小的内存占用。支持用户词典扩展定义 针对Lucene全文检索优化的查询分析器IKQueryParser(作者吐血推荐);采用歧义分析算法优化查询关键字的搜索排列组合,能极大的提高Lucene检索的命中率。

2011-08-03

java反编译工具Eclipse插件

java反编译工具 Eclipse插件 配置好反编译工具 Eclipse插件之后,将打开class文件的editor指向工具文件,在Eclipse中点击某个jar包中的类的方法可以直接查看它的源代码

2011-06-17

java反编译工具(可以查看class文件的源代码了)

好用的java反编译工具,可以反编译class二进制文件,也可以针对jar包进行反编译 可以根据class文件查看源代码了

2011-06-17

DbVisualizer 7.1.5 注册码

DbVisualizer是一个跨平台的数据库工具,支持各种关系数据库,它可以通过JDBC驱动同时和多个不同的数据库建立连接,对管理者和开发人员来说,它友好的界面可以带来很大的方便。不需要安装数据库客户端,只需要安装jdk和jdbc驱动包,DbVisualizer已包含各数据库的jdbc包,存放路径在$DbVisualizer_HOME/jdbc目录下

2011-06-16

Eclipse中常见图标说明

Eclipse中常见图标说明,方便理解Java中的类继承和实现关系,以及其他视图中常见图标的说明,具体包括: Objects、Build Path、Compare、Junit、Search、Hierarchy Type等内容中的常见图标; 绝对权威的Eclipse中图标说明

2011-05-21

spring-framework-2.5.6技术文档详解

1.Introduction.............16 1.1.Overview...........16 1.2.Usagescenarios...........18 2.What'snewinSpring2.0and2.5? .........21 2.1.Introduction............21 2.2.TheInversionofControl(IoC)container........21 2.2.1.Newbeanscopes..........21 2.2.2.EasierXMLconfiguration.........22 2.2.3.ExtensibleXMLauthoring........22 2.2.4.Annotation-drivenconfiguration........22 2.2.5.Autodetectingcomponentsintheclasspath......22 2.3.AspectOrientedProgramming(AOP).......23 2.3.1.EasierAOPXMLconfiguration........23 [email protected] 2.3.3.Supportforbeannamepointcutelement.......23 2.3.4.SupportforAspectJload-timeweaving......23 2.4.TheMiddleTier...........23 2.4.1.EasierconfigurationofdeclarativetransactionsinXML......23 2.4.2.FullWebSpheretransactionmanagementsupport.....24 2.4.3.JPA...........24 2.4.4.AsynchronousJMS..........24 2.4.5.JDBC..........24 2.5.TheWebTier..........25 2.5.1.SensibledefaultinginSpringMVC........25 ……

2011-05-18

spring-sources.jar

Spring 2.5源代码 编译后打成的jar文件 Spring sources

2011-05-18

Spring.jar 2.5

Spring2.5 jar包 spring.jar spring.jar

2011-05-18

Spring2.5 MVC开发

最权威的Spring mvc 基础开发文档 手把手教你学会Spring MVC开发

2011-05-18

Oracle表分区详解(优缺点)

Oracle 表分区技术详解: 1.表空间及分区表的概念 2.表分区的具体作用 3.表分区的优缺点 4.表分区的几种类型及操作方法 5.对表分区的维护性操作.

2011-05-18

Quickstart Apache Axis2

The Internet is revolutionizing business by providing an affordable and eficient way to link companies with their partners as well as to their customers. However, there are certain issues that reduce the effectiveness of the Internet. Among those issues, incompatible applications and frameworks that cannot interoperate or that cannot exchange business data have become a major concern. The Web Service is a new e-business model that is expected to change in a way in which the business applications are developed, integrated, and interoperated. Web Services are self-describing and self-contained. A Web Service is a modular application that is accessible over the web. It is exposed as an XML interface, and it communicates with other services by using XML messages over standard Web protocols. W3C, one of the standard bodies of Web Services deines a Web Service as a software system designed to support interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable and human readable format called WSDL (Web Services Description Language). Other applications communicate with the Web Service in a manner prescribed by its description using SOAP (Simple Object Access Protocol) messages, typically conveyed using HTTP with an XML serialization in conjunction with other web-related standards. The Web Service, a very well known open technology standard provides a number of beneits as listed below: 1. Increase competition among vendors, resulting in lower product costs. 2. Ease transition from one product to another, resulting in lower training costs. 3. Increase the ability for parties to interoperate, resulting in lower maintenance costs. 4. Ensure a greater degree of adoption and longevity for a standard. A large degree of usage from the vendors and the users leads to a higher degree of acceptance. One can argue that the Web Service concept is a logical evolution from an object-oriented system to a system of services. As in an object-oriented system, some of the fundamental concepts in Web Services are encapsulation, message passing, and dynamic binding. However, the service-based concept is extended beyond method signatures. The information as to what the service does, where is it located, how it is invoked, the quality of service, and the security policy related to the service can be published in the service interface (WSDL).

2011-02-10

IBM Websphere application Server 最权威资料

Table of Contents IBM WebSphere Application Server - The Complete Reference Part I - Getting Started Chapter 1 - What Is WebSphere? Chapter 2 - Installing and Starting WebSphere Chapter 3 - Hello World (Wide Web) Chapter 4 - Hello Servlets and JSPs Chapter 5 - Hello EJBs Part II - WebSphere Technologies Chapter 6 - Web Servers and Java Application Servers Chapter 7 - Servlets and JavaServer Pages Chapter 8 - Common Object Request Broker Architecture Chapter 9 - Internet Inter-ORB Protocol Chapter 10 - JavaBeans Chapter 11 - Enterprise JavaBeans Chapter 12 - Extensible Markup Language (XML) Chapter 13 - Java Security Chapter 14 - Java Messaging Service Chapter 15 - Java 2 Enterprise Edition Part III - Development Environments for WebSphere Applications Chapter 16 - WebSphere Studio Application Developer Chapter 17 - VisualAge for Java Part IV - Core Services Chapter 18 - Connection Pooling and Data Access Beans Chapter 19 - WebSphere Security Services Chapter 20 - Lightweight Directory Access Protocol Support Chapter 21 - WebSphere Application Logging Part V - Developing Servlets and JavaServer Pages Chapter 22 - HTTP Servlets Chapter 23 - Servlet Sessions Chapter 24 - WebSphere-Specific Servlet Issues Chapter 25 - JSP Elements Chapter 26 - JSP Examples Chapter 27 - Custom Tag Libraries Chapter 28 - Debugging Servlets and JSPs Using VisualAge Part VI - Developing EJB Chapter 29 - Session Beans Chapter 30 - Entity Beans Part VII - Using XML Chapter 35 - Writing XML E-Business Applications Chapter 36 - Application of XSL Transformations Chapter 37 - Web Services: SOAP, WSDL, and UDDI Chapter 38 - Deploying Web Services on WebSphere Part VIII - Internationalization and Localization Chapter 39 - Java Support Features for Internationalization Chapter 40 - Building Multilingual Applications Part IX - Administering WebSphere Sites Chapter 41 - Deploying WebSphere for Scalability and Fault Tolerance Chapter 42 - The WebSphere Administrative Console Chapter 43 - WebSphere Administration Scripts Chapter 44 - Administering WebSphere Security

2011-01-28

nero8刻录软件注册码

Nero-8.3.6.0_trial注册码

2009-11-28

j2ee核心模式第二版

j2ee核心模式第二版 本书讲解使用J2EE核心技术实现企业应用过程中的模式、最佳实践、设计策略以及经过验证的解决方案,涵盖了JSP、servlet、EJB、JMS等技术,其中J2EE模式目录包括21个模式以及大量策略,帮助读者迅速熟练掌握J2EE技术,从而构建出健壮、高效的企业应用。

2009-07-08

oracle经典实战课件

本资源为ppt课件,本课件共分10个章节系统地介绍了oracle的基本知识以及常用到的操作,本资源适合初学oracle或者稍有oracle基础的人群学习,希望能够给你带来帮助。 第1章Oracle 10g简介.ppt 第2章 数据库和表的创建.ppt 第3章 数据库的操作.ppt 第4章 数据库的查询和视图.ppt 第5章 PLSQL介绍.ppt 第6章 存储过程和触发器.ppt 第7章 系统安全管理.ppt 第8章 数据库备份和恢复.ppt 第9章 闪回操作和Undo.ppt 第10章 其他概念.ppt

2009-03-10

Oracle10G数据库学习

本资料为html网页,特色为: 中英文对照,左面部分为英文,右面部分为中文,在学习oracle10g数据库的同时还能提高英语水平,学习oracle10g的英语术语,是一份非常珍贵的oracle数据库学习资料,具体目录如下: Part I What Is Oracle? 第一部分 何为 Oracle? Chapter 1, Introduction to the Oracle Database 第 1 章,Oracle 数据库简介 Part II Oracle Database Architecture 第二部分 Oracle 数据库体系结构 Chapter 2, Data Blocks, Extents, and Segments 第 2 章,数据块,数据扩展,及数据段 Chapter 3, Tablespaces, Datafiles, and Control Files 第 3 章,表空间,数据文件,及控制文件 Chapter 4, Transaction Management 第 4 章,事务管理 Chapter 5, Schema Objects 第 5 章,方案对象 Chapter 6, Dependencies Among Schema Objects 第 6 章,方案对象间的依赖关系 Chapter 7, The Data Dictionary 第 7 章,数据字典 Chapter 8, Memory Architecture 第 8 章,内存体系结构 Chapter 9, Process Architecture 第 9 章,进程体系结构 Chapter 10, Application Architecture 第 10 章,应用体系结构 Chapter 11, Oracle Utilities 第 11 章,Oracle 工具 Chapter 12, Database and Instance Startup and Shutdown 第 12 章,数据库及实例的启动与关闭 Part III Oracle Database Features 第三部分 Oracle 数据库特性 Chapter 13, Data Concurrency and Consistency 第 13 章,数据并发性与数据一致性 Chapter 14, Manageability 第 14 章,可管理性 Chapter 15, Backup and Recovery 第 15 章,备份与恢复 Chapter 16, Business Intelligence 第 16 章,业务智能 Chapter 17, High Availability 第 17 章,高可用性 Chapter 18, Partitioned Tables and Indexes 第 18 章,分区表及分区索引 Chapter 19, Content Management 第 19 章,内容管理 Chapter 20, Database Security 第 20 章,数据库安全 Chapter 21, Data Integrity 第 21 章,数据完整性 Chapter 22, Triggers 第 22 章,触发器 Chapter 23, Information Integration 第 23 章,信息整合 Part IV Oracle Database Application Development 第四部分 Oracle 数据库应用程序开发 Chapter 24, SQL, PL/SQL, and Java 第 24 章,SQL,PL/SQL,及 Java Chapter 25, Overview of Application Development Languages 第 25 章,应用程序开发语言概述 Chapter 26, Native Datatypes 第 26 章,原生数据类型 Chapter 27, Object Datatypes and Object Views 第 27 章,对象数据类型及对象视图

2009-03-08

常用命令速查Linux,windows,oracle等

常用命令介绍: 包括windows NT 使用的常用命令如何使用,以及语法 Linux 常用命令使用,还有oralce 常用命令等,是一份非常齐全的命令使用介绍资料,希望能跟大家一起分享一起成长。

2009-03-08

CCTV一键通手机电视

适用于塞班S60_3rd版本; 无需认证可以直接安装; 安装后需要注册,注册时只收取1毛钱的短信费; 按gprs流量计费无其它费用;

2009-03-05

手机来电通塞班S60_3rd

适用于塞班S60_3rd版本,已通过认证可以直接安装; 去电来电显示归属地; 区号查询; 未接电话未读信息提醒; 通话提醒设置等功能; 不过通话提醒功能在许多机器上不适用,不知道你的机子如何

2009-03-05

EJB3.0入门经典精简中文版

本书是关于EJB 3.0的专业技术教程,从实用的角度出发,理论联系实际,用9章的篇幅详细讲解了EJB 3.0开发的方法和技巧。   本书内容丰富,讲解由浅入深,全面系统,在讲解EJB 3.0最新开发技术的同时,精心设计了与章节内容相关的实例,给出了开发过程中运用到的技巧和注意事项,相信读者一定能从中获益。   本书是EJB开发者的必备参考书,适合于Java程序员、项目经理、系统构架师。 EJB3.0与环境配置,Session Bean,Entity Bean,事务管理服务、消息服务、Web服务,在WebLogic中使用EIB3.0,Strus+EJB3.0实战、JSF+EJB3.0实战,EJB3.0与Struts、JSF、Spring整合开发,其他项目实用知识。   技术与经验荟萃,成就光荣与梦想!   源自一线的技术与经验结晶,让后来者从容站在前人的肩膀上,站得更高,看得更远……。   本书以最简单通俗的语言,根据作者自己的开发经验,网友的反馈,以及在传智播客培训中心遇到学员的各种问题集结而成,迄今为止,应该说解决了绝大部分EJB 3.0初学者遇到的问题,以期让初学者以最快的速度、最轻松的方式、最透彻的理解快速掌握这项技术,作者已经尽了最大努力,也希望这本书成为EJB 3.0入门类图书的经典之作。   本书的前身是《EJB 3.0实例教程》,该书的部分电子稿在网上广为流传,成为相关开发人员学习EJB 3.0的第一手中文资料,经过和逾万网友的答疑和交流,得以不断补充和完善,应广大网友的热情呼声,本书得以整理出版。

2009-02-01

JavaScriptHandBook

本书是 JavaScript 语言的学习手册,是一本比较基础的电子书,适合初学js或者有一定js基础的朋友使用,主要讲述了JavaScript中常用的一些对象,熟悉,方法等,在介绍的同时还伴有例子供大家学习,本电子书具体内容如下:  JavaScript手册  目录 此参考中包含 的内容 轻松上手 简介 操作符 语句 核心 文档 窗口 表单 浏览器 事件和 事件句柄 LiveWire 数据库服务 进程管理服务 实用工具 全局函数 LiveConnect 的Java包 索引

2008-12-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除