安装好Node.js,打开Node.js command prompt。1. 建立工程目录。 F:/Alice/Project cd F:/Alice/Project2.安装express npm install -g express npm install -g express-generator...
分类:
Web程序 时间:
2015-07-01 22:07:46
阅读次数:
135
模拟弹框模拟滚动条banner的插件模拟弹框就是按照三种confirm、alert、prompt弹框 模拟窗口,实现类似的效果,把具体的可变的实现封装起来,具体的可以看阿当的视频,讲的很好。模拟滚动条定义2个div外层是上下滚动的长条,中间是用户拖动的,然后监听鼠标事件和滚动事件分别是(mousew...
分类:
其他好文 时间:
2015-07-01 08:38:29
阅读次数:
146
dll:DynamicLinkLibrary.so:sharedobject认证:Authentication授权:Authorization审计:Audition(日志)prompt,命令提示符:命令:magicnumber:魔数shebang#!/bin/bash目录目录::文件,路径映射路径:从指定起始点到目的地所经过的位置路径是实现层次化文件管理的机制..
分类:
系统相关 时间:
2015-06-30 13:14:49
阅读次数:
206
定义变量 1. var 变量名;变量名=" ";2. var 变量名=" ";输出 document.write(变量名);函数fuction 函数名(){}button中使用函数;alret警告;confirm确认prompt提问var myname=prompt("请输入你的姓名:");if.....
分类:
Web程序 时间:
2015-06-29 21:53:50
阅读次数:
191
一、启动Eclipse/MyEclipse后, 打开"Window -> Preferences -> General -> Workspace", 点Workspace页上的"Startup and Shutdown", 然后勾选"Startup and Shutdown"页中的"Prompt f...
分类:
系统相关 时间:
2015-06-27 01:13:44
阅读次数:
620
1 function chekmail() 2 { 3 var szReg = /^[A-Za-zd]+([-_.][A-Za-zd]+)*@([A-Za-zd]+[-.])+[A-Za-zd]{2,5}$/; 4 var mailadress = prompt("请输入邮箱地址"...
分类:
Web程序 时间:
2015-06-26 13:28:45
阅读次数:
347
1 generic RTL Compiler work flow 2 invoking RTL compiler RTL Compiler is invoked from the operating system prompt through the rc command.rc [-32...
分类:
其他好文 时间:
2015-06-25 23:01:07
阅读次数:
276
安装为Visual Studio发现智能提示功能用不了;步骤如下:开始菜单 -->所有程序-->Visual Studio 2012文件夹 -->Visual Studio Tools -->Developer Command Prompt for VS2012输入DOS命令:CDCommon7/I...
分类:
其他好文 时间:
2015-06-25 12:17:14
阅读次数:
164
npm install -g qckwinsvc 定位到安装目录,node_modules/.bin/ 运行如下命令: > qckwinsvc prompt: Service name: [name for your service] prompt: Service description: [de...
分类:
Web程序 时间:
2015-06-24 18:41:52
阅读次数:
261
selenium webdriver学习(七)------------如何处理alert、confirm、prompt对话框博客分类:Selenium-webdriveralertpromptconfirmseleniumwebdriveralert、confirm、prompt这样的js对话框在s...
分类:
Web程序 时间:
2015-06-24 10:37:16
阅读次数:
168