CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - LOAD MEMORY

搜索资源列表

  1. FCA_Greysh_Configuration

    0下载:
  2. 简介 JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。但是存在TXT中扩展性不好,就笔者观察,一般的程序员都喜欢把经常修改的常量存在xml文件或者properties文件。 存在xml文件最大的好处是扩展性很好,一般用sax或者dom这两个方向的框架,比如DOM4J,JDOM等。Sun推出的JAXM(Java API for XML Messaging)也是用的DOM4J。由于SA
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1055201
    • 提供者:Greysh
  1. ListView

    0下载:
  2. 在LIstView里面异步加载图片,及时回收不可显示的图片,避免out of Memery内存溢出-In the ListView inside the asynchronous load pictures, timely recovery can not be shown in the picture, to avoid overflow out of Memery memory
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:317997
    • 提供者:Mars
  1. memcached_1.4

    0下载:
  2. Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提高动态、数据库驱动网站的速度。Memcached基于一个存储键/值对的hashmap。其守护进程(daemon )是用C写的,但是客户端可以用任何语言来编写.-Memcached is a high-performance, distributed memory object caching system for dynamic Web appl
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:249607
    • 提供者:josh
  1. ClusterMonitor

    0下载:
  2. 一个多集群的监控系统,可根据文件中定义的入口IP地址获取其机器上的GANGLIA信息,监控其所在网格内所有集群信息和节点机的CPU、内存、硬盘、负载等信息。-Monitoring system more than one cluster, GANGLIA information available on the machine based on IP address entry defined in the file, they all cluster monitoring informatio
  3. 所属分类:Java Develop

    • 发布日期:2017-05-23
    • 文件大小:7460512
    • 提供者:邹兵
  1. ClusterMonitor

    0下载:
  2. 一个多集群的监控系统,可根据文件中定义的入口IP地址获取其机器上的GANGLIA信息,监控其所在网格内所有集群信息和节点机的CPU、内存、硬盘、负载等信息。-Monitoring system more than one cluster, GANGLIA information available on the machine based on IP address entry defined in the file, they all cluster monitoring informatio
  3. 所属分类:Java Develop

    • 发布日期:2017-05-26
    • 文件大小:8750797
    • 提供者:陈飘
  1. ClusterMonitor

    0下载:
  2. 一个多集群的监控系统,监控其所在网格内所有集群信息和节点机的CPU、内存、硬盘、负载等信息。-More than one cluster monitoring system, monitoring all their information and node cluster machine CPU, memory, hard drive, load and other information in the grid.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6738502
    • 提供者:刘航
  1. ImageGetter

    0下载:
  2. Here s the loading strategy. For any given image, load the thumbnail into memory and post a callback to display the resulting bitmap.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:2733
    • 提供者:fangmaiqie
  1. TheAnalysisOfStudentScore(UI)

    0下载:
  2. 综合运用Java语言和面向对象技术开发一个小型软件系统。 实验要求: (1) 程序使用图形用户界面。 (2) 文件操作与数据统计功能 <1> 打开上面给出的文本文件,将其中的成绩数据加载到内存。 <2> 把内存中的成绩数据另存为格式相同的另一个文本文件。 <3> 把内存中的成绩数据另存为一个二进制的对象文件。 <4> 打开已经保存的二进制的对象文件,将其中的成绩数据加载到内存。 <5> 统计分析已经加载到
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:138123
    • 提供者:林伟鸿
  1. TheAnalysisOfStudentScore

    0下载:
  2. 综合运用Java语言和面向对象技术开发一个小型软件系统。此为拖拉控件版本,和另一个手写界面不一样。-搜索 图片 地图 新闻 云端硬盘 日历 翻译 相册 更多 ▼ 翻译 Experimental requirements: (1) The program uses a graphical user interface. (2) file operations and statistical functions <1> Open the text file given
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:185218
    • 提供者:林伟鸿
  1. jvms8

    0下载:
  2. java虚拟机规范,java SE7版,英文版,介绍了java虚拟机机制,运行时内存模型,类的加载,链接。-java virtual machine specification, java SE7, English, introduced the java virtual machine mechanism, runtime memory model, type of load, links.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1169331
    • 提供者:robin-lai
  1. xmemcached-master

    0下载:
  2. XMemcached 是一个新 java memcached client 。也许你还不知道 memcached 是什么?可以先看看这里。简单来说, Memcached 是一个高性能的分布式内存对象的 key-value 缓存系统,用于动态 Web 应用以减轻数据库负载,现在也有很多人将它作为内存式数据库在使用, memcached 通过它的自定义协议与客户端交互,而 XMemcached 就是它的一个 java 客户端实现。这个是memcached的源码, 有需要的朋友拿去-XMemcache
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4156824
    • 提供者:chenyl
  1. sqljdbc4-2.0.jar

    1下载:
  2. 注冊载入JDBC驱动程序; 注冊载入驱动driver。也就是强制类载入:其注冊载入JDBC驱动有三种方法: 方法一:Class.forName(DriverName); 当中DriverName=Driver包名。Driver类名; Oracle的DriverName=“oracle.jdbc.driver.OracleDriver“。 SQLServer的DriverName=“com.microsoft.jdbc.sqlserver.SQLServerDriver“。 方
  3. 所属分类:Java编程

    • 发布日期:2020-04-14
    • 文件大小:441344
    • 提供者:吴珍珍
搜珍网 www.dssz.com