Never stop learning.
发布时间:2013-04-24 11:01:54
函数的缺省参数值(Default Argument Values)我们在Python里写函数时,常常会给一些参数赋初始值。本文详细讲解了Python中函数的参数的初始值的特殊性。......【阅读全文】
发布时间:2013-04-23 17:24:24
本文详细讲解了List Comprehensions 和 Generator Expressions及其区别。......【阅读全文】
发布时间:2013-04-15 10:34:10
ShellEd is a shell editor plugin for Eclipse which enables syntax highlight, the integration of man page information for content assist/hover help and the ability to run your project's shell scripts without leaving Eclipse.......【阅读全文】
发布时间:2013-04-12 15:45:41
Get the number of CPUscat /proc/cpuinfo | grep -c processorGet the URL of package to be installed from Ubuntusudo apt-get -qq --print-uris install ssh | cut -d\' -f2 # Get the URL of "ssh" packageCheck your system is 32-bit or 64-bi.........【阅读全文】