码迷,mamicode.com
首页 >  
搜索关键字:prompt    ( 1426个结果
kk Exercise 6.1 Convert an integer to words
Exercise 6-1. write a program that will prompt for and read a positive integer less than1,000 from the keyboard, and then create and output a string t...
分类:其他好文   时间:2014-12-28 23:33:48    阅读次数:190
vs2012 boost库安装配置
www.boost.org下载boost库,解压 打开vs2012的Visual Studio Tools中的VS2012 x86 Native Tools Command Prompt 进入boost库目录执行bootstrap.bat,生成bjam.exe工具 执行bjam toolset=msvc-12.0 variant=debug,release threa...
分类:其他好文   时间:2014-12-26 20:20:29    阅读次数:250
REMOVE A WINDOWS SERVICE
You can easily remove a Windows service from the Windows registry using a simple command prompt command called SC. SC is the command line utility whic...
分类:Windows程序   时间:2014-12-24 13:27:19    阅读次数:217
JavaScript中的三种弹出对话框
学习过js的小伙伴会发现,我们在一些实例中用到了alert()方法、prompt()方法、prompt()方法,他们都是在屏幕上弹出一个对话框,并且在上面显示括号内的内容,使用这种方法使得页面的交互性更精彩,实际上我们经常会在进行网页浏览时简单这种类型的对话框,在用户与应用程序进行双向交流时,经常要用到对话框。avascript的三种对话框是通过调用window对象的三个方法alert(),con...
分类:编程语言   时间:2014-12-24 08:42:58    阅读次数:199
my.cnf 参数说明
[mysql]prompt="\\u@\\h:\p \\R:\\m:\\s [\\d]>"Thepromptcommandreconfiguresthedefaultmysql>prompt.Thestringfordefiningthepromptcancontainthefollowingspe...
分类:其他好文   时间:2014-12-21 23:25:21    阅读次数:190
javascript——web前端编程
一、弹出提示框: 连接function disp_prompt() { var name=prompt("请输入您的名字","Bill Gates") if (name!=null && name!="") { document.write("你好!" + name + " 今天过得怎么样?") }...
分类:编程语言   时间:2014-12-17 16:10:50    阅读次数:123
Boost 库编译总结
1. 下载boost库源码,解压缩。2. 打开vs2010 工具栏tools 下的visual studio command prompt,运行源码目录下的bootstrap.bat,生成bjam.exe,b2.exe。(这两个程序是一样的)。3. 用bjam或b2程序编译boost库,例如:bja...
分类:其他好文   时间:2014-12-16 19:03:45    阅读次数:204
python_4
读取文件: 1 from sys import argv 2 script,file_name = argv 3 prompt = '>' 4 print 'you want open file name %r' %file_name 5 text = open(file_name) 6 print...
分类:编程语言   时间:2014-12-16 16:32:57    阅读次数:223
alert、confirm、prompt的区别
我们在开发一些后台管理系统的时候,经常会用到一些弹出框,今天我们一起看一下吧:alert:仅仅是一个提示的作用,通知用户,会阻线程,alert后面的代码,在用户点击确认后仍然会照常执行。confirm:调用后会弹出一个框,有两个按钮确定和取消(代表两个分支),这样就比alert灵活多了,阻线程,用户...
分类:其他好文   时间:2014-12-13 10:43:07    阅读次数:188
jquery-弹窗:asyncbox
jQuery.AysncBox(异步盒子。以下简 称:AysncBox)是一款基于 jQuery 的弹窗插件。能够实现网站的整体风格效果,给用户一个新的视觉享受。主要模拟常用的 alert、confirm、prompt、open 和扩展了一些对话框。它通过回调函数触发事件动作并执行,使操作区域更加明...
分类:Web程序   时间:2014-12-11 10:07:31    阅读次数:1423
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!