摘要: 安装运行 编辑 安装与启动 以系统管理员用户登录,将下载的包在服务器上解压到任意目录(不能放在中文名目录内)、比如放到c盘根目录, 双击运行目录内的setup_xampp.bat初始化xampp。然后运行 xampp-control.exe 可以启动或停止apache、mysql等各个模块并可将其注 阅读全文
posted @ 2016-05-16 18:45 front-gl 阅读(578) 评论(0) 推荐(0)
摘要: js的touch事件,一般用于移动端的触屏滑动 代码如下: $(function(){ document.addEventListener("touchmove", _touch, false); }) function _touch(event){alert(1);} event对象 touchs 阅读全文
posted @ 2016-05-16 18:37 front-gl 阅读(671) 评论(0) 推荐(0)