系统对话框alert()、confirm()和prompt()调用系统对话框向用户显示消息,显示对话框的时候代码会停止执行,关闭后继续执行alert()警告提示框confirm()点击确认返回true,退出或关闭返回falseprompt()在第二个的基础上多一个文本输入域,有2个参数,第二个参数是...
分类:
编程语言 时间:
2014-05-22 01:17:34
阅读次数:
318
JS异常try { var n = prompt("Please enter a
positive number"); var f = factorial(...
分类:
编程语言 时间:
2014-05-14 23:46:00
阅读次数:
405
有时候对TFS的操作需要使用命令行,因为无图形界面进行操作.我们可以进入Visual Studio
Tools使用Developer Command Prompt进行操作.使用命令witadmin /?可以查看到所有参数The following is the
list of commands th...
分类:
其他好文 时间:
2014-05-14 07:28:03
阅读次数:
515
1.在linux上可以找到哪些shell?哪个档案记录可用的shell?儿linux预设的shell是?
1./bin/bash,/bin/tcsh,/bin/csh 2./etc/shells
3.bash,亦即是/bin/bash2.在shell环境下,有个提示符(prompt),他可以修...
分类:
系统相关 时间:
2014-05-07 21:08:15
阅读次数:
720
这篇对应的是习题16,读写文件
# -*- coding: utf-8 -*-
#对文件更多操作复制A文件的内容到B文件
#from sys import argv
from os.path import exists
prompt = "> "
from_file = raw_input("please input the filename where you want to copy...
分类:
编程语言 时间:
2014-05-05 12:54:02
阅读次数:
402
安装node.js从http://nodejs.org/
下载安装程序进行安装。安装后从开始菜单启动:Node.js command
prompt安装web开发框架Express如果需要代理访问网络,先用下面的命令设置代理:> npm config set
proxy=http://192.168....
分类:
Web程序 时间:
2014-05-01 01:48:43
阅读次数:
375