Home  >  Article  >  Database  >  10 recommended articles about submission

10 recommended articles about submission

黄舟
黄舟Original
2017-06-15 13:11:201325browse

This article was originally translated by Xiaofeng from MaNong.com. Please read the reprint requirements at the end of the article for reprinting. Welcome to participate in our paid contribution plan! Anyone who writes Java code is an API designer! Regardless of whether the coder shares the code with others, the code is still used: either by others, by themselves, or both. Therefore, it is important for all Java developers to understand the basics of good API design. A good API design requires careful thought and a lot of experience. Fortunately, we can learn from other, smarter people like Ference Mihaly, whose blog inspired me to write this Java 8 API addendum. When designing the Speedment API, we relied heavily on his list of interfaces. (I recommend reading his guide.) Doing this from the beginning is important because once the API is released, it will become a solid foundation for everyone who uses the API. As Joshua Bloch once said: "Public APIs, like diamonds, last forever. If you have a chance to do it right, you should try your best to do it." A well-designed API structure

1. Summary of points to note about shared code

10 recommended articles about submission

##Introduction: This article is written by Code Farmer Network – Original translation by Xiaofeng. Please read the reprint requirements at the end of the article for reprinting. Welcome to participate in our paid contribution plan! Anyone who writes Java code is an API designer! Regardless of whether the coder shares the code with others, the code is still used: either by others, by themselves, or both. Therefore, it is important for all Java developers to understand the basics of good API design. A good API design requires careful thought and a lot of experience. Fortunately, we can learn from other, smarter people like Ference Mihaly...

2. 10 Course Recommendations on Design Experience

10 recommended articles about submission

Introduction: This article is originally translated by MaNong.com – Xiaofeng. Please read the reprint requirements at the end of the article for reprinting. Welcome to participate in our payment Submission plan! Anyone who writes Java code is an API designer! Regardless of whether the coder shares the code with others, the code is still used: either by others, by themselves, or both. Therefore, it is important for all Java developers to understand the basics of good API design. A good API design requires careful thought and a lot of experience. Fortunately, we can learn from other, smarter people like Ference Mihaly...

3. A Brief Talk on Core Design for WEB Developers

10 recommended articles about submission

Introduction: This article is originally written by Xiaofeng from MaNong.com. Please read the reprint requirements at the end of the article for reprinting. Welcome to participate in our payment Submission plan! HTML5 is indeed a new technology that revolutionizes browsers and even the entire software industry. It can help us web developers easily implement animation effects on web pages without the need for bloated Flash as support. This article shares 7 top HTML5 Canvas animations, all of which have very good effects. 1. 3D HTML5 Logo animation HTML5 multi-perspective 3D rotation animation HTML5 3...

4. Multi-perspective introductory tutorials: 6 multi-perspective zero-based introductory tutorials recommended

10 recommended articles about submission

##Introduction: This article is originally written by Xiaofeng from MaNong.com. Please read the reprint requirements at the end of the article. Welcome to our paid submission program! HTML5 is indeed a new technology that revolutionizes browsers and even the entire software industry. It can help us web developers easily implement animation effects on web pages without the need for bloated Flash as support. This article shares 7 top HTML5 Canvas animations, all of which have very good effects. 1. 3D HTML5 Logo animation HTML5 multi-view 3D rotation animation HTML5 3...

5.

Java’s greatest value

10 recommended articles about submission

Introduction: This article was originally translated by Xiaofeng from MaNong.com. Please read the reprint requirements at the end of the article for reprinting. Welcome to participate in our paid contribution plan! To gather current insights into the Java ecosystem, DZone's Java Ecosystem research guide, which will be published in September, will feature conversations with 15 executives familiar with the Java ecosystem. The following is the distinguished guest we are going to talk to: Joel Depernet, E.V.P.

6. The most evil annotations in Java

10 recommended articles about submission

##: This article is translated by Code Nongwang -Sun Tenghao, please see the reprint requirements at the end of the article. Welcome to participate in our paid submission plan! When Java 1.5 introduced annotations, enterprise developers had great expectations to simplify the development of EJB and other enterprise products. It can be seen that an article in the same period uses EJB 3.0 to simplify the development of corporate Java. However, since then, Java companies have used annotations to have some unpredictable consequences and

7. PHP Chinese website with compensation notice

10 recommended articles about submission

##Introduction: PHP Chinese website encourages and welcomes programmers, Internet practitioners or webmasters to contribute! In order to improve the quality of articles and the enthusiasm for submission, the submission rules are tentatively as follows:

8. A brief discussion on PHP custom error log

10 recommended articles about submission

Introduction: Submission: hebedich Font: [Increase Decrease] Type: Reprint Time: 2015-02-13 I want to comment on what this article mainly introduces to us The reasons and methods for turning on logging are all based on personal experience. I hope it can be helpful to everyone.

9. 40+ very useful PHP skills for beginners (1) PHP programmer interview skills PHP advanced skills PHP learning skills

Introduction: PHP skills, php: 40+ very useful PHP skills for beginners (1): This article is originally translated by Xiaofeng from Code Farmer Network. Please read the reprint requirements at the end of the article for reprinting. Welcome to participate Our paid submission program! Today we are going to introduce some tips and tricks on improving and optimizing PHP code. Please note that these PHP tips are for beginners, not those who are already using the MVC framework. 1. Do not use the relative path. It is common to define a code line such as a root path: Require_ONCE ('../../ lib/some_class.php'); this method has many disadvantages: It first searches for PHP, including the path in the path.

10. 40+ PHP skills that are very useful for beginners (2) PHP programmer interview skills PHP advanced skills PHP learning skills

Introduction: PHP skills, php: 40+ very useful PHP skills for beginners (2): This article is originally translated by MaNong.com – Xiaofeng. For reprinting, please read the reprinting requirements at the end of the article. Welcome to participate Our paid submission program! Continuing from the previous article: 40+ very useful PHP tips for beginners (1) 11. Don’t gzip output in your application, let apache do it. Consider using ob_gzhandler? No, don't do that. It doesn't make any sense. PHP should be used to write applications. Don't worry about how to optimize the data being transferred between the server and the browser in PHP. Use apache mod_gzip/mod_defl

[Related Q&A recommendations]:

Thinkphp front-end code back-end reuse

mysql sql extracts the top 5 authors based on the total number of submissions, comments, acceptances, and visits

php - For a multi-user website, how to count the number of user contributions and photos ?

php - WordPress website Some users "do not have permission to upload images" when submitting articles######

The above is the detailed content of 10 recommended articles about submission. 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