1、创建文件:vi/root/.pystartup,代码如下:importsys
importreadline
importrlcompleter
importatexit
importos
readline.parse_and_bind(‘tab:complete‘)
histfile=os.path.join(os.environ[‘HOME‘],‘.pythonhistory‘)
try:
readline.read_history_file(histfile)
exceptIO..
分类:
编程语言 时间:
2014-08-28 09:49:39
阅读次数:
192
# -*- coding: utf-8 -*-
from Tkinter import *
def btn_click():
b2['text'] = 'clicked'
evalue = e.get()
print 'btn Click and Entry value is %s' % evalue
def btn_click_bind(event):
pr...
分类:
编程语言 时间:
2014-08-28 00:59:58
阅读次数:
269
17.You configure AUTOBACKUP to ON in an RMAN session. When will RMAN back up the control file?
(Choose all that apply.)
A. When you run an RMAN BACKUP command
B. When you run an RMAN ALLOCATE comma...
分类:
其他好文 时间:
2014-08-28 00:53:58
阅读次数:
189
我们知道,在对话框中,屏蔽ESC键自己主动退出能够选择重载OnCancel为哑函数的方法: void CXXXXDlg::OnCancel() { // TODO: Add your specialized code here and/or call the base class //CD...
分类:
其他好文 时间:
2014-08-27 23:11:28
阅读次数:
295
LOCAL_PATH := $(call my-dir)SDK_PATH := ../../..include $(CLEAR_VARS)LOCAL_MODULE := libiconv_staticLOCAL_SRC_FILES := $(SDK_PATH)/base/3dparty/libico...
分类:
其他好文 时间:
2014-08-27 18:10:18
阅读次数:
230
比如现在一个checkbox是checked的,此时全局变量i = 2;在checkbox的click事件发生时绑定一个函数function bind(e){ var target = e.target; var isChecked = target.checked; //fal...
分类:
其他好文 时间:
2014-08-27 18:06:58
阅读次数:
244
一、准备好后台测试数据,过程略二、客户端处理@{ ViewBag.Title = "Index";}Ajax Demo Meals Click the button to Get Meals with an Ajax call ...
分类:
Web程序 时间:
2014-08-27 16:25:48
阅读次数:
203
1 package com.twoslow.cha6;2 3 public interface OperationInterface {4 5 double apply(double x , double y) ;6 } 1 package com.twoslow.cha6; 2 3 pu...
分类:
其他好文 时间:
2014-08-27 12:56:07
阅读次数:
177
本文首发于烂泥行天下。要在centos配置DNS服务器,要先安装DNS软件BIND。当然我们也可以安装其他的DNS软件,比如国内的开源DNS软件DNSPod。在此我们以通过DNS软件BIND为例,进行实验。本次实验:OScentos6.564bit安装DNS软件,使用如下命令:yum-yinstallbindbind-chrootbind-u..
分类:
其他好文 时间:
2014-08-27 11:08:19
阅读次数:
325
本文由秀依林枫提供友情赞助,首发于烂泥行天下。 要在centos配置DNS服务器,要先安装DNS软件BIND。当然我们也可以安装其他的DNS软件,比如国内的开源DNS软件DNSPod。 在此我们以通过DNS软件BIND为例,进行实验。 本次实验:OS centos6.5 64bit 安装DNS软件,...
分类:
其他好文 时间:
2014-08-27 10:53:57
阅读次数:
327