Category: Programming

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 to 100% (eg: replacing...

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 essential modules.Download: https://pypi.python.org/pypi/MySQL-python/ Download the...

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 virtual environment for different...

Modern JavaScript

Keep up-to-date with the evolving world of JavaScript. It’s not uncommon these days to see people complaining about how complex JavaScript development seems to have become. If you’re learning JS, it won’t take long for...

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 communications, testing, crawlers and...

[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 it to simulate millions...

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 a Python program. Beyond...

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 mysql, to provide higher...

Rails, Novice to Ninja

This resource is an easy-to-follow, practical, and fun guide to Ruby on Rails for beginners. It covers all you need to get up and running, from installing Ruby, Rails and SQLite to building and...

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, a form of security...

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 editor, no accident, then,...

Jump Start PHP Environment

  Many entry level PHP developers want a quick path to glory, a shortcut to “knowing PHP.” Too many books and tutorials go straight into a pre-made, awful environment that just wants you to...

The Ultimate CSS Reference

This is the definitive resource for mastering CSS. The entire language is clearly and concisely covered, along with browser compatibility details, working examples, and easy-to-read descriptions. All the CSS knowledge you’ll ever need! Clear...

Simply SQL

This resource is a practical step-by-step guide to writing SQL. Teach yourself SQL – the easy way! You’ll learn how to make the most of your data using best-practice SQL code. Rather than bore...

PHP Guide: 101 Essential Tips, Tricks & Hacks

The PHP Anthology will save you time, and eliminate the frustration of completing PHP tasks, with a comprehensive collection of ready-to-use solutions. If you’re building web applications with PHP you’ll never let this book...