python调试器:使用pdb进行调试pdb是python自带的一个包,为python程序提供了一种交互的源代码调试功能,主要特性包括设置断点、单步调试、进入函数调试、查看当前代码、查看栈片段、动态改变变量的值等。pdb提供了一些常用的调试命令,详情见表1。表1.pdb常用命令importpdbpdb..
分类:
编程语言 时间:
2016-01-17 00:01:27
阅读次数:
266
实验拓扑系统版本为:CentOS6.564位系统实验需求C1和C2通过DHCP获取IP地址DHCP服务器为C3单独预留地址配置步骤[root@CentOS-3~]#mount/dev/cdrom/mnt//挂载光盘到mnt目录mount:blockdevice/dev/sr0iswrite-protected,mountingread-only[root@CentOS-3~]#rpm-ivh/mnt/Packages/d..
分类:
系统相关 时间:
2016-01-17 00:04:15
阅读次数:
322
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;usingSystem.Windows;usingSystem.Windows.Controls;usingSystem.Windows.Data;usingSystem.Windows.Documents;usingSystem.Windows.Input;usingSystem.Windows.M..
php源码:/root//php-5.5.31php安装:/usr/local/php[root@nsroot]#phpizeCannotfindconfig.m4.Makesurethatyourun‘/usr/local/php/bin/phpize‘inthetoplevelsourcedirectoryofthemodule[root@nsroot]#phpizeCannotfindconfig.m4.Makesurethatyourun‘/usr/local/php/bin/phpize‘i..
分类:
Web程序 时间:
2016-01-17 00:02:54
阅读次数:
198
[root@localhost~]#serviceiptablesstartRedirectingto/bin/systemctlstartiptables.service[root@localhost~]#/bin/systemctlstartiptables.service[root@localhost~]#serviceiptablesstatusRedirectingto/bin/systemctlstatusiptables.serviceiptables.service-IPv4firewallw..
分类:
Web程序 时间:
2016-01-17 00:01:57
阅读次数:
254
系统:centos6.7安装的目录一般为/usr/local在安装php之前首先要安装apr和apr-util,这是因为apr-util和apr都是为上层应用提供的运行库。为没有stl库的C语言提供了一些数据结构和操作系统封装接口。显然apache的许多软件都是以apr/apr-util为基础库进行开发的。apr-util只是在..
分类:
Web程序 时间:
2016-01-17 00:01:09
阅读次数:
222