This will prompt for a password:1
zip --encrypt file.zip file
This is more insecure, as the password is entered/shown as plain text:1
zip --password (password) file.zip file
unzip1
unzip file.zip
This will prompt for a password:1
zip --encrypt file.zip file
This is more insecure, as the password is entered/shown as plain text:1
zip --password (password) file.zip file
unzip1
unzip file.zip
Measure scala/java method executing time.
Sometime we want to show Json results on Browser Console. We can Use Javascript Plain class JSON
:
Linux is 25. Yay! Let’s celebrate with 25 stunning facts about Linux.
今天我的LG-24Mp58VQ显示器来了,在此写个日志纪念一下。
HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes: informational responses, successful responses, redirects, client errors, and servers errors.
Python的基础介绍,优缺点等。
Javascript is an interpreted programming language. So it will not show error immediately.
This make it a little cumbersome.
To resolve this problem, there come a ESLint.
This is it’s Explanation on homepage:ESLint is an open source project originally created by Nicholas C. Zakas in June 2013.
Its goal is to provide a pluggable linting utility for JavaScript.
My very First github issue.
It’s about Facebook React.js.
https://jsfiddle.net/69z2wepo/53526/
We using BASH shell filename tab completion feature to complete file names.
However default tab-completion in bash case-sensitive.
So we need set this to case insensitive to making it more easy to use.
Open source development is the future of software.
It’s great for users like you and me because open
source software is usually free (not always) and
often safer to use because malicious code is less
likely to be implemented.
Without a doubt, programming is tough.In a way,
writing clean code is a lot like drawing, cooking,
or photography — it looks easier than it actually is. But actually it’s difficult.
Redis is an open source (BSD licensed), in-memory data structure store, used as database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries.
Leanring English Need Remember Words EveryDay Like Learing Japanese.
Enzyme and Mocha Test For React Sample
TDD for React
React Test Drive Develop: