搜索内容

包含标签:Java 的文章
  • Distributed transaction

    In essence, distributed transaction is to ensure the data consistency of different databases. 1. Distributed theory 1.……
    Java
  • Java generate globally unique ID code demo

    I have seen two algorithm programs for generating unique IDs on GitHub (one from Baidu and the other from meituan) and……
    Java
  • Redisson basic usage

    1. Redisson Redisson is the Java version of redis client officially recommended by redis. It provides many functions a……
    Java
  • Java fork / join framework

    brief introduction From jdk1 At the beginning of July 7, Java provided fork / join framework for parallel execution of……
    Java
  • Java Memory Model

    Shared memory model
    Java
  • JDK1. Implementation of HashMap in 8

    JDK1. The implementation of HashMap in 8 is similar to jdk1 The implementation in 7 is very different. Jdk1 is analyze……
    Java
  • E-commerce promotion background logic

    In the final analysis, the so-called marketing of e-commerce is the change of order amount; If we clearly know the cal……
    Java
  • FutureTask

    Asynchronous, never synchronous, parallel, never serial 1. Future A future represents the result of an asynchronous ca……
    Java
  • Java export Excel

    preface As we all know, excel is divided into two steps: These two steps are time-consuming. Generally, we check the d……
    Java
  • Java 8 Documentation Download

    Java API download method https://www.oracle.com/index.html https://www.oracle.com/java/technologies/java-se.html http:……
    Java
  • Java rule engine easy rules

    1. Easy rules overview Easy rules is a Java rule engine, inspired by an article entitled "should I use a rules engine?……
    Java
  • Java NIO

    1. General Java NiO (New IO) consists of the following three core components: Generally, in NiO, IO starts with a chan……
    Java
  • Sharding JDBC quick start lesson 1

    1. General Shardingsphere is an ecosystem composed of a set of open source distributed database middleware solutions. ……
    Java
  • Introduction to bitmap

    1. BitMap The basic idea of bit map is to mark the value corresponding to an element with a bit bit, and the key is th……
    Java
  • Best memory cache framework caffeine

    Caffeine is a high-performance cache library and the best (optimal) cache framework based on Java 8. Cache (CACHE), ba……
    Java
  • Concurrent inventory reduction

    There are many scenes of second kill, such as rush buying, ticket grabbing, red envelope grabbing, etc. In short, ther……
    Java
  • Upward leadership and downward empowerment

    After all these years in the pit, as a Java siege lion and senior code Porter, I have something to say: 1. Raise techn……
    Java
  • Introduction to reactive

    Reactive is ideal for low latency, high throughput workloads. Reactive processing is a paradigm (specification) that e……
    Java
  • Second kill system

    Seckill commodity page static
    Java
  • Java calls the HTML template to send the mail of HTML content

    When the project needs to send e-mail, the e-mail with ordinary content feels too monotonous, ugly and unqualified. Th……
    Java
  • Android multilingual

    Android multilingual     3. Use @ Strings / key in the layout file to reference the corresponding resources
    Java
  • JSP uses freemaker to generate word documents based on word template

    Using freemaker to generate word document based on word template Introduction to freemaker FreeMarker is a template en……
    Java
  • Android development failed to install * apk on device ’emulator-5554′: EOF

    This error occurs when running the Android program:   Failed to install homework. apk on device 'emulator-5554': EOF……
    Java
  • Maven Foundation

    Maven introduction What is Maven Maven's correct pronunciation is[ ˈ mev ə n] , not "horse plague" and other plagues. ……
    Java
  • Enterprise authority management system

    brief introduction This project uses spring + spring MVC + mybatis framework integration for enterprise background per……
    Java
  • Cookie&Session

    primary coverage 1. 会话技术 1. Cookie 2. Session 2. JSP:入门学习 Conversation Technology 1. 会话:一次会话中包含……
    Java
  • How Java compares floating point numbers correctly

    Look at the following code to compare D1 and D2 floating-point numbers. What will be the output result? double d1 = .1……
    Java
  • Maven Foundation

    Maven introduction What is Maven Maven's correct pronunciation is[ ˈ mev ə n] , not "horse plague" and other plagues. ……
    Java
  • Collection, generic

    primary coverage Learning objectives Chapter 1 collection 1.1 collection overview Since both sets and arrays are conta……
    Java
  • Request&Response

    I reviewed the contents of request and response in these two days. primary coverage HTTP * 概念:Hyper Text Transfer P……
    Java
  • Multithreading

    primary coverage Learning objectives Chapter 1 multithreading Before, the programs we learned were executed from top t……
    Java
  • EL&JSTL

    primary coverage 1. JSP: 1. 指令 2. 注释 3. 内置对象 2. MVC开发模式 3. EL表达式 4. JSTL标签 5. 三层架构 JSP: 1. ……
    Java