自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(16)
  • 资源 (1)
  • 收藏
  • 关注

转载 How to call stored procedure in Hibernate

In this tutorial, you will learn how to call a store procedure in Hibernate.MySQL store procedureHere’s a MySQL store procedure, which accept a stock code parameter and return the related stock data.DE

2015-10-22 17:25:57 1052

转载 文章标题

In this tutorial, we will take the previous Spring MVC hello world XML-based, and convert it to a annotation-based project.Technologies used :Spring 2.5.6JDK 1.6Maven 3Eclipse 3.61. Directory Stru

2015-10-17 12:44:45 530

转载 Java Non-Blocking and Asynchronous IO with NIO & NIO.2 (JSR203) - Reactor/Proactor Implementations

Proactor/Reactor asynchronous IO patterns. I can see how by using selectable channels I can implement a Reactor style asynchronous IO mechanism quite easy (and have done so). But, I cannot see how I wo

2015-10-17 12:21:32 640

转载 How to Change the MySQL Timeout on a Server

A MySQL server timeout can occur for many reasons, but happens most often when a command is sent to MySQL over a closed connection. The connection could have been closed by the MySQL server because of

2015-10-16 13:52:22 611

转载 iBATIS - Hibernate

There are major differences between iBATIS and Hibernate. Both the solutions work well, given their specific domain. iBATIS is suggested in case −You want to create your own SQL’s and you are willing

2015-10-16 13:43:18 422

转载 MYSQL 8 Hours Time out Problem

I am using MYSQL 5.0 and Tomcat 5.5. After 8 hours , MYSQL closes by default all idle connections and so I am getting an SQL Exception .Any solution to this problemWhich connection pool are you using?

2015-10-16 13:17:18 687

转载 Java NIO 2.0 : Memory-Mapped Files | MappedByteBuffer Tutorial

If you know how java IO works at lower level, then you will be aware of buffer handling, memory paging and other such concepts. For conventional file I/O, in which user processes issue read() and write

2015-10-15 11:20:11 525

转载 Java NIO Files

The Java NIO Files class (java.nio.file.Files) provides several methods for manipulating files in the file system. This Java NIO Files tutorial will cover the most commonly used of these methods. The F

2015-10-15 10:03:40 702

转载 Java NIO AsynchronousFileChannel

In Java 7 the AsynchronousFileChannel was added to Java NIO. The AsynchronousFileChannel makes it possible to read data from, and write data to files asynchronously. This tutorial will explain how to u

2015-10-14 11:50:40 373

转载 RMI与RPC

分布式对象(Distributed Objects) 架构实例有CORBA/RMI/DCOM/.NET Remoting 远程过程调用(Remote Procedure Call) 架构实例有SOAP/XML-RPC/Flash AMF

2015-10-10 10:24:10 310

转载 java.io.RandomAccessFile

public class RandomAccessFile extends Object implements DataOutput, DataInput, CloseableInstances of this class support both reading and writing to a random access file. A random access file be

2015-10-09 14:06:18 356

转载 Reading and Writing using a Large Random Access File

I have a delimited file where each line is of a varying length and can have a varying amount of delimiters. I need to access a random line and replace it with a new line that may be shorter or longer i

2015-10-09 13:49:58 304

转载 Random Access Files

Random access files permit nonsequential, or random, access to a file’s contents. To access a file randomly, you open the file, seek a particular location, and read from or write to that file.This func

2015-10-09 13:33:50 413

转载 高性能I/O设计模式Reactor和Proactor

系统I/O可分为阻塞,非阻塞同步和非阻塞异步三类,非阻塞异步模式的扩展性和性能最好。 IO多路复用模式:Reactor和Proactor。 为Reactor和Proactor模式构建一个通用的,统一的对外接口并是一个完全可移植的开发框架选择方案:TProactor (ACE compatible Proactor) 。因为Linux对aio支持的不完整,所以ACE_Proactor框架在linu

2015-10-02 17:16:51 376

转载 Fast paging with MongoDB

Paging through your data is one of the most common operations with MongoDB. A typical scenario is the need to display your results in chunks in your UI. If you are batch processing your data it is also

2015-10-02 17:01:07 353

转载 Why NoSQL?

The Demands of Your Database are ChangingNoSQL technology was pioneered by leading internet companies — including Google, Facebook, Amazon, and LinkedIn — to overcome the limitations of 40-year-old rel

2015-10-01 14:42:22 661

javascript入门教程

javascript入门教程 一般不怎么样

2011-08-29

空空如也

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

TA关注的人

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