current location:Home > java并发编程 search

Classify:
Found a total of 21321 related content
  • v5.0.7Spring Framework
    v5.0.7Spring Framework
    Spring Framework is an open source Java/Java EE full-stack application framework, released under the Apache license, and also has a ported version on the .NET platform. The framework is based on code from the book Expert One-on-One Java EE Design and Development (ISBN 0-7645-4385-7), originally written by Rod Johnson and Juergen Hoe
    2018-06-14 206 2317319
  • CMSimple content management system
    CMSimple content management system
    A free content management system written in PHP, with a simple structure, small program files and fast response, and can operate on various platforms.
    2020-05-02 164 4171
  • LimeSurvey Questionnaire Management System
    LimeSurvey Questionnaire Management System
    It has multiple functions such as questionnaire design, modification, release, recycling and statistics, and integrates survey program development, questionnaire release and data collection functions. By using it, users do not need to understand the programming details of these functions.
    2020-05-22 237 4945
  • Just p2p online loan system source code
    Just p2p online loan system source code
    It just so happens that the p2p online loan system is a free online loan system developed in Java. The software includes the operating environment and related source code. Caching + asynchronous processing. Efficient and stable. It eliminates various problems caused by operation interruptions, eliminates the need for long waiting times for operations, and can withstand extremely large concurrency. Bottom-testing solves the current situation of online loans grabbing bid cards.
    2017-02-15 867 3579245
  • TGroupon distribution system source code
    TGroupon distribution system source code
    TGROUPON distribution system is a product of Yitui Software. TGROUPON is referred to as TG distribution system. The core framework adopts the ECSHOP+ECTOUCH system and uses PHP as the core programming language. TG Distribution System, formerly known as ThinkGroupon, was founded in 2011 and owns multiple national copyrights and trademark rights.
    2017-02-15 892 3579109
  • Java multi-threading and concurrency library advanced application source code information
    Java multi-threading and concurrency library advanced application source code information
    Java multi-threading and concurrency library advanced application source code information
    2017-08-22 276 3406114
  • High concurrency course source code
    High concurrency course source code
    High concurrency course source code
    2023-01-06 61 3338
  • Java Game Project: Video Tutorial on Development of Puzzle Game
    Java Game Project: Video Tutorial on Development of Puzzle Game
    Java Game Project: Puzzle Game Development Video Tutorial.zip
    2017-08-22 415 3406515
  • DoitPHP Coding Specifications
    DoitPHP Coding Specifications
    The DoitPHP coding specification is based on programming principles such as the PHP PEAR coding specification and the PHPDocumentor annotation specification. It integrates and refines the mature experience accumulated by developers over a long period of time and is intended to help form a good and consistent programming style. To achieve twice the result with half the effort. In order to keep pace with the times and based on objective needs, this document will be updated from time to time. Author: tommy
    2017-12-12 233 3100020
  • "PHP Programming" Second Edition
    "PHP Programming" Second Edition
    This book is full of pictures and texts, and explains in detail the method of developing dynamic Web programs using the LAMP (PHP) scripting language, such as setting up the WAMP platform, installing and configuring the open source Moodle platform, PHP programming technology, developing user registration and verification modules, and setting up the LAMP platform. This book is suitable for undergraduate and junior college students in computer and related majors to use as a teaching material for learning LAMP (PHP) programming or dynamic Web programming. It is also suitable for readers who are interested in dynamic Web programming to use it voluntarily, and for LAMP (PHP) program designers. It has certain reference value.
    2017-12-12 580 3099373
  • Multi-threaded programming technology in Android development Chinese WORD version
    Multi-threaded programming technology in Android development Chinese WORD version
    This document mainly talks about multi-threaded programming technology in Android development; threads in Android are widely used in multi-threading in the Android platform. Multi-threading is required in UI updates, game development and time-consuming processing (network communications, etc.) . The technologies involved in Android threads are: Handler; Message; MessageQueue; Looper; HandlerThread. Friends in need can download and take a look
    2024-01-29 30 2319
  • Eclipse configuration Tomcat tutorial Chinese WORD version
    Eclipse configuration Tomcat tutorial Chinese WORD version
    This document mainly talks about the Eclipse configuration Tomcat tutorial; Eclipse IDE: eclipse IDE is used as the development environment for JSP pages and Java files. Eclipse is a very simple and easy-to-use IDE environment. It has many features that can help programmers quickly write and debug Java programs. With the addition of the tomcat plug-in, this IDE is used to manage the entire web project (including HTML and JSP pages, icons and servlets).
    2024-02-28 1 1060
  • Detailed explanation of Android program debugging Chinese WORD version
    Detailed explanation of Android program debugging Chinese WORD version
    When using eclipse to develop android programs, you can perform breakpoint single-step debugging just like VS. The Eclipse Java editor not only provides developers with common functions such as code writing, syntax correction, and real-time compilation, but it can also quickly modify and reconstruct Java source code and other advanced operations. Interested friends can come and take a look
    2024-02-26 0 1032
  • OpenMP Multi-Threaded Programming Guide WORD Edition
    OpenMP Multi-Threaded Programming Guide WORD Edition
    This document mainly talks about the OpenMP multi-threaded programming guide; OpenMP was proposed by the OpenMP Architecture Review Board and has been widely accepted as a set of guiding notes (Compiler Directive) for multi-threaded programming of shared memory parallel systems. ). OpenMP is a multi-processor multi-thread parallel programming language for shared memory and distributed shared memory. It can be used to display and guide multi-threaded and shared memory parallel application programming interfaces. It is hoped that this document will provide
    2024-02-03 30 1509
  • Things about JNI programming in Android Chinese WORD version
    Things about JNI programming in Android Chinese WORD version
    This document mainly talks about JNI programming in Android; JNI is translated as Java local interface. It allows Java code to interact with code written in other languages. Provide JNI method in android so that Java programs can call C language programs. Many Java classes in android have native interfaces, which are implemented locally and then registered in the system. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 822
  • MinGW - Minimalist GNU for Windows
    MinGW - Minimalist GNU for Windows
    This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
    2023-08-10 174 3995
  • Unifiedtransform
    Unifiedtransform
    Unifiedtransform is an open source school management software that can comprehensively and efficiently manage school operations. This software was built as the developers saw a lack of efficient, high-quality, free and open source school management software. It has developed into a high-standard school management platform with a wide range of practical functions. These functions include: platform roles (students, administrators, teachers, accountants, etc.), payment platform integration, attendance, syllabus, registration, score entry, etc. Users can create classes, divisions, exams, add courses and departments, enter grades, and finally issue certificates or certificates to students.
    2023-08-18 155 2052
  • DVWA
    DVWA
    Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software
    2023-08-18 249 7402
  • WIKINDX
    WIKINDX
    Reference management, document management, citations and more. Designed by scholars for scholars, continuously developed since 2003 and used by individuals and major research institutions worldwide, WIKINDX is a virtual research environment (enhanced online literature manager) that stores searchable references, notes, documents, Quotes, thoughts, etc. The integrated WYSIWYG word processor exports formatted articles to RTF and HTML. Plug-ins include a citation style editor and import/export of references (BibTeX, Endnote, RIS, etc.). WIKINDX supports every reference text
    2023-10-07 195 5046
  • Fat-Free Framework
    Fat-Free Framework
    Fat-Free Framework, or F3, is a straightforward PHP framework. Its codebase is only 65 KB, and the framework is modular, allowing you to only use the necessary code.
    2024-10-17 4 947