RESTful HTTP service debugging command line tool for HttpRepl interoperability

This morning, Chogen told me a useful tool, HttpRepl, which is a command line tool that can route and access RESTful HTTP services from the command line.You can use the cd command with routes that jump to the next level, like file jumps, or dir commands to find routes at the same level, while supporting ...

Posted by VladSun on Sun, 22 Sep 2019 18:19:48 -0700

What's the use of windows registry?

What is the registry? Registry is an important database in Microsoft Windows, which is used to store the setup information of system and application. As early as Windows 3.0 launched OLE technology, the registry has appeared. The subsequent Windows NT was the first operating system to make extensive u ...

Posted by camdenite on Sat, 21 Sep 2019 02:13:58 -0700

Performance Optimization APP Startup Optimization Startup Black and White Screen Problems and Detection Summary

Let's start with a black and white screen, or a GIF first APP black and white screen on the market From one of the above recordings, we can see that some of the common APP startups on the market are white or optimized.Blackscreen is only in Android 4.n which version I forgot.So now let's start optim ...

Posted by jmansa on Wed, 18 Sep 2019 19:41:49 -0700

usermod command, user password management, mkpasswd

Mission 12 June 3.4 usermod command 3.5 User Password Management 3.6 mkpasswd command         3.4 The usermod command: Commands for usermod to change user attributes   Usermod-u 1000 file to change uid Usermod-g 111 file to change gid (with ID or group name) Usermod-d/home/gdsgsdg file to change home directory Usermod-s/sbin/nolog ...

Posted by eelmitchell on Tue, 17 Sep 2019 23:50:27 -0700

Distributed Log Collection Framework Flume

1 Demand analysis WebServer/Application Server is scattered across machines, but we still want to do statistical analysis on the Hadoop platform. How do we collect logs on the Hadoop platform? Is that simple? shell cp hadoop Clustered machines; hadoop fs -put ... / Obviously, this method is facing a series of problems such as fault toleranc ...

Posted by Andy82 on Tue, 17 Sep 2019 09:51:00 -0700

Android remote shell command control and whitelist

How to use java code to execute shell commands in Android system In java, we can't run shell commands directly. We need to use Runtime class to execute shell commands. Runtime's introduction, I can't say it clearly, is not a mistake for our childre ...

Posted by mjr on Tue, 17 Sep 2019 03:06:05 -0700

Learning of Embedded Makefile

This article is suitable for engineers engaged in embedded uboot migration and driver development. It involves a comparative basis of knowledge points, but the content is not so in-depth. First, Makefile is the necessary file to manage a large p ...

Posted by toppac on Mon, 16 Sep 2019 23:45:55 -0700

30 classic cases of Shell Scripting

Contents of this article Download files from FTP server 22. Continuous input of 5 numbers less than 100, statistic sum, minimum and maximum 23. Assign the results to variables, respectively 24. Batch modification of file names 25. Statistics of the total number of files in the current directory ending with. html 26. Scanning host port sta ...

Posted by mihomes on Fri, 13 Sep 2019 23:01:12 -0700

Big Data Series: Spark's Initial Knowledge of Learning Notes

1. Introduction to Spark In 2009, Spark was born at AMPLab Laboratory at the University of Berkeley. Spark is an experimental project with very little code and is a lightweight framework. In 2010, the University of Berkeley officially opened up th ...

Posted by Pozor on Wed, 11 Sep 2019 19:29:10 -0700

Super practical! Six Open Source Tools K8s Developers Must Know

Source: Yunnan Native Laboratory, Click to view the original text. Guide: Kubernetes, as the "operating system" of the cloud native era, is familiar with and used as a necessary skill for every User. If you are working on Kubernetes, you ...

Posted by HSM on Mon, 09 Sep 2019 03:41:12 -0700