Java How to Dock Express Bird Logistics Single Query api Interface Specific Steps
Main functions: According to the order number entered by the user, automatically recognizes the API interface of Express Bird Query to achieve the function of automatic query.
First look at the picture:
Here is a complete docking process
Step 1: http://www.kdniao.com/reg Enter this website to register for your own account
Once you have ...
Posted by grungefreak on Sun, 29 Sep 2019 22:50:49 -0700
Java Self-Study - Number and String Formatting Output
Java uses printf or format for formatted output
Step 1: Format the output
If formatted output is not used, string joins are required, and splicing can be cumbersome if there are many variables
Use formatted output to be concise and clear
%s represents a string
%d denotes a number
%n means line break
package digit;
public class TestNumber {
...
Posted by ThEMakeR on Sun, 29 Sep 2019 20:47:34 -0700
Java Learning Notes: Basic Programming Concepts
9.23-9.26
Go to the website and download intellij IDEA https://www.jetbrains.com/idea/download/#section=windows
1, classpublic class hello {...} where Hello is the name, if you modify the name on this basis, the compilation will be wrong (the file name is still hello.java, so the file name and name must ...
Posted by mallard on Thu, 26 Sep 2019 06:37:53 -0700
Get superuser access - redhat 7.2
Get Super User Access Rights
Root user:
In RedHat 7.2, the root user privilege is higher than the general privilege on the file system. It is used in the management system. When performing tasks such as installing or deleting software and managing system files and directories, the privilege must be ...
Posted by plapeyre on Thu, 26 Sep 2019 04:10:40 -0700
zipkin+elk Micro-service Log Collection and Analysis System
docker installs elk log analysis system
Install docker environment on win10
tip: win7/8
win7, win8 systems
win7, win8, etc. need to be installed by docker toolbox. In China, you can download Ali cloud mirror at http://mirrors.aliyun.com/docker-toolbox/windows/docker-toolbox/
win10
Docker now has a dedicated installation package for the Win10 P ...
Posted by rochakchauhan on Tue, 24 Sep 2019 10:03:38 -0700
Windows Performance Monitoring on Zabbix
background information
Recent re-reading of some books on windows performance, for a lazy person like me who used SCOM monitoring, the windows OS template on Zabbix is not enough, because the previous SCOM monitoring package (Microsoft has done all the work, I just need to enable rules and alerts as needed). Yes.
The default Zabbix performance ...
Posted by kevinsequeira on Tue, 24 Sep 2019 04:11:47 -0700
What is Browser Object BOM?
What is BOM?
BOM (Browser Object Model) is a browser object model that provides content-independent objects that interact with browser windows. Because BOM is mainly used to manage the communication between windows, the core object of BOM is window.
Relevant methods (attributes)
Popup
window.alert()
Properties of URL s
// Current HTML URL
locat ...
Posted by bimo on Tue, 24 Sep 2019 03:25:15 -0700
Deep jvm Kernel-Principle, Diagnosis and Optimization-3. Common jvm configuration parameters
1. Common configuration parameters for jvm
In fact, from and to are just logical concepts. Physically, the new generation is allocating the memory of the object + the memory space of the object to be copied
-XX:+PrintGCDetails
-XX:+PrintGCDetails This is printed every gc, but the detailed heap information is not printed until after the prog ...
Posted by dstantdog3 on Sun, 22 Sep 2019 19:51:15 -0700
Ali Front End launches a new React framework: Mirror
Mirror Is a front-end framework based on React, Redux and react-router, simple, efficient, flexible and reliable.
Why?
We love React and Redux.However, there are too many in Redux Template file , which requires a lot of duplication of effort, is frustrating; let alone integrate react-router routing in real React applications.
A typical React/R ...
Posted by reivax_dj on Sun, 22 Sep 2019 19:11:17 -0700
How easy is it for someone who can write linux commands once with python to get into the factory?
You've seen this book 2000 words of admonition, for those who want to learn Python, I suggest you look after your collection! Should all readers of the book be a little impressed by a command?Yes, it is the ls command that is often used in linux.
I mentioned how to improve my python capabilities in this article?Find projects to write directly, ...
Posted by mslinuz on Sat, 21 Sep 2019 18:44:41 -0700