Friend Company C + + development method:
One person has both a Windows and Linux development environment. The good source code under Windows is sent directly to Linux and is compiled and run on Linux.
Windows and Linux are equipped with SVN, to submit the source code to the company's storage source server.
The compiled code is deployed on each city server. When the project is updated, the source code can be sent from its own machine to the remote machine for compilation and deployment. Deploying many remote servers at the same time can take a lot of effort.
===============
Binary Tree--find the nearest public parent node:
http://m.blog.csdn.net/wangxiaotongfan/article/details/51492297.
Among them, recursive algorithm is worth pondering.
The first step is to extend the search from the root node of the entire tree to the leaf node or the P or Q node, which is the initial initialization of L and R.
Then it boils down from the bottom of the tree, l ! = null && r! = Null?root:l = = null?r:l A rule defined for the author. Finally, Q and P meet, and their parent node is the public node they are seeking. But the program does not stop here, but continues up to the root node of the whole tree, but the subsequent computed values have been the nearest public parent node that has been calculated.
========
Document A few Xshell tools:
SZ RZ screen (^a ^a^a ^aw ^ac) SMB
Linux:nslookup
C + +, binary tree, Xshell, Linux