Java 上传图片到 zimg 服务器

絮叨

昨天实现了 PHP 上传图片到 zimg 服务器,下面简单介绍一下如何使用 Java 上传图片到 zimg,并获取相应图片的返回信息

使用 Java 实现上传

根据 zimg 使用文档,我们需要让 zimg 返回 json 信息,不能使用表单形式上传图片,下面是 Java 演示代码

PHP 上传图片到 zimg 服务器

絮叨

最近我们项目需要一台图片服务器存储用户头像,我们使用 zimg 处理和存储图片,下面简单介绍一下如何使用 PHP 上传图片到 zimg,并获取相应图片的返回信息

使用 curl 库实现上传

根据 zimg 使用文档,我们要让 zimg 返回 json 信息,不能使用表单形式上传图片,下面是演示代码

Linux 机器时钟同步

前言

在Linux系统中,为了避免主机时间因为在长时间运行下所导致的时间偏差。Linux系统下,一般使用ntp服务来同步不同机器的时间。

NTP 是网络时间协议(Network Time Protocol)的简称,就是通过网络协议使计算机之间的时间同步化。

准确的系统时间是稳定服务的基础,本文介绍与时间相关的Linux操作、以及如何为自己的Linux服务器维护准确的时间。

Become an Outstanding Java Developer

If you are a Java developer and passionate about technology, you can follow these ten points which could make you an outstanding Java developer.

1. Have strong foundation and understanding on OO Principles

For a Java developer, having strong understanding on Object Oriented Programming is a must. Without having a strong foundation on OOPS, one can’t realize the beauty of an Object Oriented Programming language like Java. If you don’t have good idea on what OOPS is, even though you are using OOP language you may be still coding in procedural way. Just studying OO principle definitions won’t help much. We should know how to apply those OO principles in designing a solution in OO way. So one should have a strong knowledge on Object modeling, Inheritance, Polymorphism, Design Patterns.