07 2017 档案

摘要:一.运行及关闭运行: 在上一节中我们用shift+右击在C:\vue\es6文件夹中打开命令行使用:npm run dev,打开了我们的vue界面。 如果要关闭则在命令行中按住ctrl+C则可以关闭。 二.let和const使用方法: (1).在javascript中我们通常使用var会发生变量提升 阅读全文
posted @ 2017-07-21 16:59 南夏啊南夏 阅读(232) 评论(0) 推荐(0) 编辑
摘要:<script>$(document).ready(function(){ <!-- radio的禁用 --> var input = $("#appDIV").find("input:radio"); input.attr("disabled","disabled"); input.each(fu 阅读全文
posted @ 2017-07-17 12:02 南夏啊南夏 阅读(3550) 评论(0) 推荐(0) 编辑
摘要:简介 php获取时间是件很容易的事情,下面小编就过来简单的分享一下个人所学php的一些经验吧; 操作方法 1、获取当前时间方法date() 很简单,这就是获取时间的方法,格式为:date($format, $timestamp),format为格式、timestamp为时间戳--可填参数。2、获取时 阅读全文
posted @ 2017-07-05 18:30 南夏啊南夏 阅读(1000) 评论(0) 推荐(0) 编辑
摘要:Js验证表单大全1. 长度限制<script>function test() {if(document.a.b.value.length>50){alert("不能超过50个字符!");document.a.b.focus();return false;}}</script><form name=a 阅读全文
posted @ 2017-07-05 18:16 南夏啊南夏 阅读(221) 评论(0) 推荐(0) 编辑
摘要:参考网址: http://blog.csdn.net/tototuzuoquan/article/details/18400789 http://camnpr.com/html-css/2087.html http://www.15yan.com/story/1H1vIDRzhWc/ http:// 阅读全文
posted @ 2017-07-05 18:02 南夏啊南夏 阅读(9716) 评论(0) 推荐(0) 编辑
摘要:参考自: https://msdn.microsoft.com/zh-cn/library/ae5bf541(v=vs.90).aspx http://bbs.csdn.net/topics/340198344 http://www.cnblogs.com/dengdalin/archive/201 阅读全文
posted @ 2017-07-05 15:45 南夏啊南夏 阅读(300) 评论(0) 推荐(0) 编辑
摘要:$(".get_yanzheng").click(function(){ $(this).hide(); $(this).next(".get_repeat").show(); var ma=$(this); function run(){ var s=ma.next().find('span'). 阅读全文
posted @ 2017-07-05 14:44 南夏啊南夏 阅读(108) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示