Category: Programming

[Collection] C/C++/C#: Static analysis tools

Static program analysis is the analysis of computer software that is performed without actually executing programs (analysis performed on executing programs is known as dynamic analysis).[1] In most cases the analysis is performed on some...

Python 2.7.15

multi-threaded & multi-process in Python

Use Python multiprocessing (multiprocessing) enables multiple CPU can work at the same time, greatly enhance the utilization efficiency. IO-intensive and CPU intensive CPU-intensive: linear program execution, CPU intensive, always close...

Connecting to MySQL using Python

Install mysql server & mysql client sudo apt-get install mysql-server sudo apt-get install mysql-client  Install MySQL-python To enable python to operate mysql requires MySQL-python package, it is python operation mysql...

Introduction to Python Virtualenv

Python has its own virtual environment, the virtual environment is the implementation of the implementation of the independent implementation of the environment, on the same server can create a different...

python framwork

15 of the Most Popular Python open source frameworks

The following are the 15 most popular Python open source frameworks that Bole Online has sorted out of GitHub. These frameworks include event I/O, OLAP, Web development, high performance network...

[Python] Locust: open source load testing tool

Locust is a open source performance testing tool. Define user behaviour with python code, and swarm your system with millions of simultaneous users. Use Python code to define user behavior. Use...

AWK python

[Python] upload file using PycURL

PycURL is a Python interface to libcurl, the multiprotocol file transfer library. Similarly to the urllib Python module, PycURL can be used to fetch objects identified by a URL from...

Common MongoDB commands

MongoDB is a distributed database based on the database, written by C + +, between the relational database and non-relational database between the products, so in many business can replace...

Stegano | Python steganography module

Steganography is the art and science of writing hidden messages in such a way that no one, apart from the sender and intended recipient, suspects the existence of the message,...

Top 7 text editor for programmer

Top 7 text editor for programmer Where does the programmer write the code? The most common thing is to use a text editor. The following list of seven mainstream text...