华为交换机基本配置命令一、单交换机VLAN划分命令命令解释system进入系统视图system-view进入系统视图quit退到系统视图undovlan20删除vlan20sysname交换机命名dispvlan显示vlanvlan20创建vlan(也可进入vlan20)porte1/0/1toe1/0/5把端口1-5放入VLAN20中dispvlan20显示vlan里的端..
分类:
其他好文 时间:
2016-05-29 08:33:47
阅读次数:
515
a缺少库文件libstdc++.so.5yuminstalllibstdc*bselinuxiptablesc有残留数据mysql-bin.indexd数据目录权限/data/mysql所有者要是mysqle/etc/my.cnf没有指定datadirfmysql进程还在gskip-federated需要注释掉h错误日志目录不存在cd/usr/local/mysql/bin./mysql_safe会提示错误日志..
分类:
数据库 时间:
2016-05-26 11:38:41
阅读次数:
182
简单python程序 打开终端,输入python, 进入到python交互式输入界面,开始写简单python程序 上面使用print 函数打印出字符串hello world,然后使用quit函数来退出交互式输入界面 把python代码写到文件里面,让python去执行文件里面的代码 gedit he ...
分类:
编程语言 时间:
2016-05-21 23:08:59
阅读次数:
310
#!/usr/bin/env python#author:zhanglei#导入模块import getpassExit = ['q','quit']#定义一个空列表lock = []username = input("input username: ").strip()#已只读的方式打开lock黑 ...
分类:
其他好文 时间:
2016-05-13 09:06:32
阅读次数:
111
#list#break #delete #run#continue#finish#quit#next#step#print#watch l b 10; b add; b 10 if x>1#wi 以简单图形方式调试来自为知笔记(Wiz) ...
分类:
数据库 时间:
2016-05-11 19:48:45
阅读次数:
178
转自:http://outofmemory.cn/code-snippet/1762/C-how-control-method-zhixingshijian-chaoshi-ze-force-quit-method-execution/comments1 有时候我们需要控制方法的执行时间,如果超时则 ...
I too had this doubt! what is the difference between “tar” and “zip”. The answer is quit simple rather than the confusion. We all are very familiar ab ...
分类:
其他好文 时间:
2016-05-07 16:24:09
阅读次数:
246
一、ORACLE的启动和关闭1、在单机环境下要想启动或关闭ORACLE系统必须首先切换到ORACLE用户,如下su - oracle a、启动ORACLE系统oracle>svrmgrlSVRMGR>connect internalSVRMGR>startupSVRMGR>quit b、关闭ORAC ...
分类:
数据库 时间:
2016-05-03 09:21:33
阅读次数:
290
控制台下://ipython 命令丰富 比如:ls 显示目录 ipython --pylab 控制台下://ipython 命令丰富 比如:ls 显示目录 ipython --pylab %run -p *.py quit关闭 示例: In [7]: %run -p test.py 3 Hello ...
分类:
编程语言 时间:
2016-04-30 00:59:39
阅读次数:
267
信号: TERM/INT:快速停止nginx服务。 QUIT:平缓停止nginx服务。 HUP:使用新的配置文件启动进程,之后平缓停止原有进程(平滑重启)。 USR1:重新打开日志文件,常用于日志切割。 USR2:使用新版本的nginx文件启动服务,之后平缓停止原有nginx进程(平滑升级)。 WI ...
分类:
其他好文 时间:
2016-04-27 18:30:52
阅读次数:
119