原创 Basic Git

Git as a common tool of VCS operations/commands checklist (1)git config (a)global proxy git config --global http.pro

原创 Site Entry

本博客主要內容包括Web、Database、編程語言和Linux系統等領域知識。

原创 ksh script entry

the basics of ksh (Korn shell) alias used as convenient names for commands. for example, if ll command not found, you

原创 Read Preference in MongoDB

basic concepts (1)read preference describes how MongoDB clients/drivers route read operations to members of a replica

原创 Open Source Research and Study with GitHub

Contributing via forking on Git hosts like GitHub github working with local desktop (a)creating your own writable for

原创 basically setting up a Django production server

uWSGI Note: More information please refer to PEP333 WSGI: known as web server gateway interface. It is a specificati

原创 Install Python3 in Linux

Already, there has been Python2.6 and Python2.7 in RHEL6.4. To meet need of VIM build later, also will install Python3

原创 Django Migration Correlation

Migrations is Django’s way of propagating changes you make to your models (adding a field, deleting a model, etc.) int

原创 using vnc-server in RHEL7

installation yum install tigervnc-server configuration following configuration solution may solve the situation tha

原创 Unit Testing

nosetests (1)test all cases in some module nosetests --tests=test_module_path, for example nosetests --tests=tests/

原创 merge conflicts in Git

Competing lines change merge conflict merge is the point at which two lines of development reconverge(收斂). the situat

原创 Basic ReplicaSet Deployment of MongoDB

the deployment consists of three members in localhost, here considering the situation from converting a standalone mong

原创 basic and common shell commands

cut use case 1: cut -c LIST [file|stdio] , for example, cut -c 1-3[,5-] *.txt #print characters from 1st to 3rd cha

原创 Crawler in python

crawl table data from jsf page readiness jsf (Javaserver Faces as a kind of new standard Java framework to build web