搜索资源列表
高速缓存和连接池对访问数据库性能的影响
- java高速缓存和连接池对访问数据库性能的影响-java cache and connection pool to access the database performance of
ehcacheTest
- ehcache缓存测试小用例,比较简单,初学者适用-ehcache cache test small use cases, relatively simple for beginners
ehcache
- ehcache,hibernate的默认缓存,这里做了一个单独使用ehcache缓存的例子-ehcache, hibernate default cache, here to do a separate example of the use of caching ehcache
JAVAIO
- 关于代码的解释(以区为单位): 1区中,当读取文件时,先把文件内容读到缓存中,当调用in.readLine()时,再从缓存中以字符的方式读取数据(以下简称“缓存字节读取方式”)。 1b区中,由于想以缓存字节读取方式从标准IO(键盘)中读取数据,所以要先把标准IO(System.in)转换成字符导向的stream,再进行BufferedReader封装。 2区中,要以字符的形式从一个String对象中读取数据,所以要产生一个StringReader类型的stream。 4区中,对S
upload-1220626554-MXTJavaAardvark7
- MapXtreme .net 实现图块缓存源代码。-MapXtreme code of map tile coding.
hashtable.java
- hashtable 实现缓存整理等功能,table中午对象存在时间过长则序列化进入磁盘-hashtable
cache
- 缓存设计详解,对缓存在web应用上的设计做了比较全面的阐述.-Cache design Xiangjie, to the cache in the design of web applications have done a more comprehensive elaboration.
onlineDoc
- JAVA结合FLEX实现在线文档浏览,实现百度文库和豆丁网的效果。就是不知道本地是否存在缓存-JAVA FLEX achieve with online documentation browser, library and Douding achieve Baidu net effect. Do not know whether there is a local cache
InstalledAppDetails.java
- 主要是用来清理缓存,通过获得系统已安装的所有程序,扫描每一个程序中的缓存,然后进行清除。-clear cache
serialnumber
- java序列号生成工具,使用spring+mybatis,支持缓存-java serial number to generate tools to use spring+mybatis, a full set of procedures
Stream-2-Stream_1.0_source
- 使用java实现的流媒体播放系统,实现了点播缓存技术以及拥塞调度机制,是这方面不可多得的参考-Implemented using java streaming media system to realize on-demand caching and congestion scheduling mechanism, a reference is rare in this area
java
- 学习java编程很好的材料,介绍了java中类的数据流,缓存读写,输入数据流的读取,输出数据流和Class ServerSocket等,并介绍他们的使用方法。-Good material to learn java programming, the java classes in the data stream, the cache read and write, to read the input data stream, the output data stream and the Clas
bmanage
- java做的购物管理系统很好,不用数据库直接存入缓存-java to do the shopping management system is very good, not the database directly into the cache
java-cache-with-spring
- java缓存实现与spring托管的技术实现教程-java cache implementation with spring Hosting
java-Operation-On-Files
- 自己在项目中经常用到的java版文件操作源码,包含读、写、删除,带缓存的操作,以及追加内容到文件末尾等操作,有详细的注释。-Oneself is often used in the project of Java version of the file, the source code, include to read, write, delete, with the operation of the cache, and additional content to the end of the
EhCache 分布式缓存集群方案
- EhCache 是一个纯 Java 的进程内缓存框架,具有快速、精干等特点,是 Hibernate 中默认的 CacheProvider。由于 EhCache 是进程中的缓存系统,一旦将应用部署在集群环境中,每一个节点维护各自的缓存数据,当某个节点对缓存数据进行更新,这些更新的数据无法在其它节点中共享,这不仅会降低节点运行的效率,而且会导致数据不同步的情况发生。例如某个网站采用 A、B 两个节点作为集群部署,当 A 节点的缓存更新后,而 B 节点缓存尚未更新就可能出现用户在浏览页面的时候,一会是
JAVA的缓存应用
- java缓存的应用,了解java缓存的使用,更好的掌握java语言(Java cache applications, to understand the use of Java cache, better grasp of the Java language)
redis
- 使用java代码操作redis缓存数据库,包括向redis新增数据,删除数据(Use Java code operation, redis cache, database)
NettyServer缓存到队列由单独线程处理
- NettyServer收取数据存库缓存到队列由单独线程处理(NettyServer receives data storage, caches to queues, and is handled by separate threads)
Java基于dubbo分布式服务商城系统
- Java基于dubbo分布式服务商城系统 SSM框架基于Dubbo实现了分布式分模块Redis共享缓存的应用