Home  >  Article  >  Java  >  10 content recommendations for open source libraries

10 content recommendations for open source libraries

黄舟
黄舟Original
2017-06-12 10:36:571097browse

As a programmer, you will use the famous Java third-party libraries on GitHub almost every day, such as Apache Commons, Spring, Hibernate, etc. In addition to these, you may also fork or Star some other open source libraries, but there are so many libraries on GitHub that it is difficult for an individual to have time to discover and understand the new libraries that are constantly being added. They can often help you in some emerging fields. I have been using JAVA to write back-end applications, and I usually follow the blogs of some foreign technology experts (from technology blogs such as Tapki, DZone, Google Developer, etc.), and thus noticed some new and interesting Java open source libraries, some of which can To bring help to your projects, some are in the form of games to help you improve your Java programming level, while others can help you identify common problems in JAVA programs. Among the 330,000 JAVA open source libraries, I have collected the following Java open source libraries that may be worth a try. Strman-java – String processing Str

1. Detailed explanation of those Java open source libraries on GitHub (picture)

10 content recommendations for open source libraries

Introduction: As a programmer, you will use the famous Java third-party libraries on GitHub almost every day, such as Apache Commons, Spring, Hibernate, etc. In addition to these, you may also fork or Star some other open source libraries, but there are so many libraries on GitHub that it is difficult for an individual to have time to discover and understand the new libraries that are constantly being added. They can often help you in some emerging fields. I have been using JAVA to write back-end applications, and I usually follow the blogs of some foreign technology experts (from Tapki, DZo...

2. Detailed analysis of dependencies in JavaScript Inject sample code

10 content recommendations for open source libraries

Introduction: The world of computer programming is actually one where simple parts are constantly abstracted and The process of organizing these abstractions. JavaScript is no exception. When we write applications in JavaScript, we will always use code written by others, such as some famous open source libraries or frameworks. As our projects grow, we need to. There are more and more dependent modules. At this time, how to effectively organize these modules has become a very important issue. Dependency injection solves the problem of how to effectively organize code dependent modules. You may be in some frameworks or libraries. I have heard of the term "dependency injection", such as the famous former...

3. How to use Android to operate Excel files

10 content recommendations for open source libraries

Introduction: When operating Excel files to export reports on Android, the open source library jxl is mainly used. It was first used on java, but it can also be used on Android. Similar POIs can only be used for Java and not for Android because of the large number of dependent libraries.

##4. HTML5 game development open source library lufylegend1.4.0 is released. , add physics engine Box2dWeb encapsulation and easing class TweenLite

10 content recommendations for open source libraries

Introduction: 1. What is lufylegend.js ? lufylegend is an HTML5 open source engine that implements HTML5 development using ActionScript 3.0-like syntax, including LSprite, LBitmapData, LBitmap, LLoader, LURLLoader, LTextField, LEvent and other classes familiar to AS developers, and supports Google Chrome, Firefox, Opera, IE9, IOS, A

##5.

HTML5 Game Development-Box2dWeb Application (1)-Create a variety of rigid bodies

10 content recommendations for open source libraries

Introduction: At the beginning of this article, we will introduce the new features of lufylegend-1.4.0, how to create a physical world with box2dweb and this To prepare various rigid bodies in the physical world, first you need to download the html5 open source library lufylegend-1.4.0 http://blog./lufy_legend/article/details/7644932box2dweb. You can download it here http://code.google.com/ p/box2

6. HTML5 game development open source library lufylegend1.4.1 released

10 content recommendations for open source libraries

# #Introduction: To download lufylegend.js library and API documentation, please click the link below http://lufylegend.com/lufylegend 1. Update content of version 1.4.1 1. Fixed some low-level bugs 2. Added hitTest method for detection Rectangular collision 3, added hitTestArc method for detecting circular collision 4, added Array.prototype.indexOf method 5 for IE browser, added LRectangle rectangle class 6, added LQuad

7. [HTML5] 3D model - a hundred lines of code to implement a rotating three-dimensional Rubik's Cube example

10 content recommendations for open source libraries

Introduction: I recently studied how to play the Rubik's Cube, and suddenly wanted to use HMTL5 to write a Rubik's Cube model. Since the Rubik's Cube is a 3D cube, I tried to write a simple 3D model using HTML5 this time. Below is the preview screen. Production process: First, you need to download the Html5 open source library lufylegend-1.4.0. The Rubik's Cube is divided into 6 faces, each face is composed of 9 small rectangles. Now I encapsulate each small rectangle as a class, because now build

8. Use ZXing to generate QR code in Android (supports adding Logo pattern)

10 content recommendations for open source libraries

##Introduction: ZXing is an open source library from Google that can be used to generate and scan QR codes. Next, this article will introduce to you the use of ZXing to generate QR codes in Android (supports adding logo patterns). Friends who need it can refer to

9.

php uses curl for detailed analysis and Problem summary

10 content recommendations for open source libraries

Introduction: CURL is a very powerful open source library that supports many protocols, including HTTP, FTP, TELNET, etc., we use it to send HTTP requests. The benefit it brings us is that we can set different HTTP protocol parameters through flexible options and supports HTTPS. CURL can automatically choose whether to encrypt the sent content based on whether the URL prefix is ​​"HTTP" or "HTTPS".

10.

How to import open source libraries in android studio project

10 content recommendations for open source libraries##Introduction: Two days ago, Google released the official version of Android Studio 1.0, and more people began to migrate to Android Studio for development. However, there are many open source libraries on the Internet

[Related Q&A recommendations]:

github - How to use Android-BluetoothSPPLibrary?

objective-c - iOS QQ three-party sharing issue

javascript - Is there an open source library for Angularjs that supports card layout

objective-c - How to get the specific float value of btnsView.mas_bottom when using ios Masonry?

javascript - Make your own map book

The above is the detailed content of 10 content recommendations for open source libraries. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn