码迷,mamicode.com
首页 >  
搜索关键字:prompt    ( 1426个结果
JavaScript高级程序设计18.pdf
系统对话框alert()、confirm()和prompt()调用系统对话框向用户显示消息,显示对话框的时候代码会停止执行,关闭后继续执行alert()警告提示框confirm()点击确认返回true,退出或关闭返回falseprompt()在第二个的基础上多一个文本输入域,有2个参数,第二个参数是...
分类:编程语言   时间:2014-05-22 01:17:34    阅读次数:318
学习JavaScript王者归来_02
JS异常try { var n = prompt("Please enter a positive number"); var f = factorial(...
分类:编程语言   时间:2014-05-14 23:46:00    阅读次数:405
tfs witadmin
有时候对TFS的操作需要使用命令行,因为无图形界面进行操作.我们可以进入Visual Studio Tools使用Developer Command Prompt进行操作.使用命令witadmin /?可以查看到所有参数The following is the list of commands th...
分类:其他好文   时间:2014-05-14 07:28:03    阅读次数:515
《鸟哥linux》--第十一章课后习题答案
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
笨方法学python(5)加分题
这篇对应的是习题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 创建第一个web应用
安装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
1426条   上一页 1 ... 141 142 143
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!