`
xgbjmxn
  • 浏览: 268677 次
  • 性别: Icon_minigender_1
  • 来自: 新乡
社区版块
存档分类
最新评论

website frequently used for java development

阅读更多
1.      osgi:
http://ebr.springsource.com/repository/app/


2. find jar :
http://www.docjar.org/
http://www.jarfinder.com/

3. view source :
http://www.jarfinder.com/

4.http://repo1.maven.org/maven2/org/apache/
分享到:
评论

相关推荐

    Microservices for Java EE Architects-DVT Press(2016).azw3

    This book often makes references to the following open-source projects that are frequently used with many Java EE applications: Apache HttpClient (https://hc.apache.org/) Apache CXF ...

    A few frequently used SSL commands

    SSL(Secure Sockets Layer)是网络安全领域中一种广泛使用的协议,用于在互联网上提供安全通信。它通过加密传输数据来保护用户的隐私和信息安全。本文将详细介绍一些常用的与SSL相关的OpenSSL命令,帮助你管理和...

    Frequently used Phrasal Verbs in Daily English(日常英语常用词及短语)

    - bring forth:产生,生育 - bring forward:提前,引人注意 - bring on:导致(事件或感觉出现) - bring round:说服,使恢复意识 - bring up:养育,教育孩子 3. **call** - 打电话或召唤 - call back:...

    Frequently Asked Questions for FreeBSD.pdf

    根据提供的文档信息,我们可以深入探讨FreeBSD操作系统的常见问题及其解答。这不仅涵盖了FreeBSD的基础知识,还涉及了具体的版本信息和技术细节。以下是从给定的文档标题、描述、标签和部分内容中提取的关键知识点。...

    Java: High-Performance Apps with Java 9

    Java: High-Performance Apps with Java 9: Boost your application’s performance with the new features of Java 9 By 作者: Mayur Ramgir – Nick Samoylov ISBN-10 书号: 1789130514 ISBN-13 书号: ...

    Genetic.Algorithms.in.Java.Basics.1484203291

    Genetic algorithms are frequently used to solve highly complex real world problems and with this book you too can harness their problem solving capabilities. Understanding how to utilize and implement...

    Genetic Algorithms in Java Basics(Apress,2015)

    Genetic algorithms are frequently used to solve highly complex real world problems and with this book you too can harness their problem solving capabilities. Understanding how to utilize and implement...

    java高速文件缓存

    2. LFU(Least Frequently Used):最不经常使用策略,淘汰使用频率最低的数据。 3. FIFO(First In First Out):先进先出策略,按照数据进入缓存的顺序进行淘汰。 二、Java集合框架与文件缓存 Java集合框架提供了...

    Java邮件开发Fundamentals of the JavaMail API

    addition, you will need a development environment such as the JDK 1.1.6+ or the Java 2 Platform, Standard Edition (J2SE) 1.2.x or 1.3.x. A general familiarity with object-oriented programming ...

    matlab分时代码-Frequently-used-code-blocks:一些常用的代码块

    Frequently-used-code-blocks Some frequently used code blocks. Python project structure for a learning paper Reference: , Self's AnomalyDetection - Dataset(Fold) - 保存和处理真实数据集 - dataset1(Fold)...

    Java缓存技术的使用实例

    3. **缓存策略**:包括LRU(Least Recently Used)或LFU(Least Frequently Used)等,决定何时从缓存中移除数据。 4. **过期策略**:定义数据在缓存中的有效期,可以是基于时间或访问次数的。 5. **线程安全**:在...

    php.ini-development

    ;;;;;;;;... PHP's initialization file, generally called php.ini, is responsible for ... 1.... 2.... 3.... 4.... 5. The web server's directory (for SAPI modules), or ... to be used for compression (default is 4KB) ; Note:...

    Java系统分布式缓存PPT

    此外,还可能涉及缓存的容量管理和数据淘汰策略,例如LRU(Least Recently Used)和LFU(Least Frequently Used)等。 “分布式缓存-第四章:综合案例篇:理论与技能在实际工作中落地.pdf”将理论知识与实际工作...

    websphere缓存java调用以及jar包

    它可以配置为内存缓存或分布式缓存,根据需求选择合适的缓存策略,如LRU(Least Recently Used)或者LFU(Least Frequently Used)等。 2. **Java API调用**:开发者可以通过Java API直接与Cache Manager交互,执行...

    Java.Persistence.with.Hibernate.2nd.Edition

    we expect you’ll browse this part of the book frequently when building an application and looking up a solution for a particular query problem. In part 5, “Building applications,” we discuss the ...

    JAVA缓存技术深入了解

    - **Least Frequently Used (LFU)**:根据数据被访问的频率来决定淘汰,访问频率低的数据优先被淘汰。 此外,我们还需要考虑缓存的并发控制,如`ReadWriteLock`、`StampedLock`等,以及缓存穿透、缓存雪崩和缓存...

    java缓存工具 SimpleCache_java_缓存_

    4. **缓存策略**:SimpleCache 可能支持不同的缓存策略,如 LRU(Least Recently Used)最近最少使用、LFU(Least Frequently Used)最不经常使用等,用于决定何时以及如何替换缓存中的数据。 5. **扩展性**:作为...

Global site tag (gtag.js) - Google Analytics