摘要: 验证码: 获取验证码 输入数字: 核对验证码 阅读全文
posted @ 2018-09-20 18:12 Millet_23 阅读(106) 评论(0) 推荐(0) 编辑
摘要: /* * 1、按照格式xxxx年xx月xx日 xx时xx分xx秒 显示当前时间,要求不满10的在前补0。 * 2、自定义一函数,输出N天后的日期。 * 3、自定义一函数,实时显示当前时间,格式“xxxx年xx月xx日 xx时xx分xx秒 星期x”。 * 4、计算两个日期对象相差的天数。 * 5、转换为:yyyy-MM-dd HH:mm:ss格式 */ window.onload=functio... 阅读全文
posted @ 2018-09-19 17:59 Millet_23 阅读(192) 评论(0) 推荐(0) 编辑
摘要: var a ={ "name":"array", "length":10 }; var b = ["1","2","3","4"]; //判断是否为数组 // console.log( a instanceof Object ); // console.log( a instanceof Array ); // console.log( b instanceof Array );... 阅读全文
posted @ 2018-09-18 18:29 Millet_23 阅读(95) 评论(0) 推荐(0) 编辑
摘要: window.onload=function(){ /** *其实也没那么难, *localStorage.setItem(json) 向本地储存值 *window.localStorage["键"] 得到本储存的值 */ var setl = document.getElementById("setl"); setl.oncl... 阅读全文
posted @ 2018-09-17 17:37 Millet_23 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 字符串题 阅读全文
posted @ 2018-09-17 13:32 Millet_23 阅读(241) 评论(0) 推荐(0) 编辑
摘要: // 初始化数据 var initdata = { // 节点 dom_nav: $('.nav'), // 导航 dom_nav_sub: $('.nav-sub'), // 二级导航 dom_nav_thr: $('.sec-menu'), // 三级导航 // }; /** ... 阅读全文
posted @ 2018-09-14 16:36 Millet_23 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 注册百度推广,百度推广账号登录商桥,获取网站代码后,把代码添加到目标网站页面最底端。 阅读全文
posted @ 2018-09-13 15:13 Millet_23 阅读(172) 评论(0) 推荐(0) 编辑
摘要: git上传项目到码云1、在本地项目文件夹中,执行指令:git init2、要提交文件,执行指令:git add .3、此次提交的描述,执行指令:git commit -m"此次提交的描述,简介明了的描述"4、关联码云仓库,执行命令:git remote add origin https://gite 阅读全文
posted @ 2018-09-13 14:42 Millet_23 阅读(129) 评论(0) 推荐(0) 编辑
摘要: A abstract 抽象的 abstract base class (ABC)抽象基类 abstract class 抽象类 abstraction 抽象、抽象物、抽象性 access 存取、访问 access function 访问函数 access level访问级别 account 账户 a 阅读全文
posted @ 2018-09-13 10:31 Millet_23 阅读(1306) 评论(0) 推荐(0) 编辑
摘要: HTML结构 Swiper.js设置 阅读全文
posted @ 2018-09-13 09:37 Millet_23 阅读(13583) 评论(0) 推荐(0) 编辑