上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: 打开新的窗口 window.open("/admin-applet/#/detaiWelfare?id="+this.welfareData[index].couponId); 修改标题 document.title = 'xxx' 关闭当前浏览器窗口 window.close(); 刷新浏览器 w 阅读全文
posted @ 2018-10-31 11:27 且听风吟V 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 一、webpack 的概念和基础使用 1.安装和使用 全局安装 npm install webpack webpack-cli -g 依赖安装 npm init npm install webpacl -D 2.npm scripts npm 脚本 npm允许在package.json 文件里面,使 阅读全文
posted @ 2018-10-22 17:01 且听风吟V 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 1.border-radius 边界半径 作用:该属性用来实现圆角 示例1实现圆角 示例2实现圆 示例3 不规则圆 阅读全文
posted @ 2018-10-19 16:59 且听风吟V 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 一、.事件驱动 1.Node.js的设计思想中以事件驱动为核心,它提供的绝大多数API都是基于 事件的、异步的风格。 2.开发人员注册相应的回调函数,这些回调函数都是异步的。这意味着虽然在 代码结构中这些函数看似是依次注册的,但是它们并不依赖自身的出现顺序,而是 等待相应的事件触发。 3.事件驱动的 阅读全文
posted @ 2018-08-29 14:01 且听风吟V 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 1.ie8 float 布局 去浮动 2.flex 居中 http://css3generator.com/ http://www.ayqy.net/doc/css2-1/cover.html 3.汉字对齐 4.li横向排列去空格 去浮动 5.文字中断 word-break:break-all 6. 阅读全文
posted @ 2018-08-23 06:47 且听风吟V 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 1.postiton 元素已知宽度 阅读全文
posted @ 2018-08-18 00:22 且听风吟V 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 设计类网站 https://www.canva.cn/ typescript 写代码啦 https://xiedaimala.com/courses/6f105ef5-8969-4863-82e7-beb162ddc5b3 《TypeScript免费视频教程》更新到第4集,讲解了TypeScript 阅读全文
posted @ 2018-08-02 13:39 且听风吟V 阅读(428) 评论(0) 推荐(0) 编辑
摘要: https://www.mongodb.com/download-center#community windows 64-bit x64 在安装目录 data 文件夹下创建 新的文件夹 db(我的目录:E:\MongoDB\data\db),在 log 文件夹下创建新文件 mongo.config( 阅读全文
posted @ 2018-07-11 21:12 且听风吟V 阅读(394) 评论(0) 推荐(0) 编辑
摘要: npm init -y 创建项目描述文件 package.json。 npm i 安装node_modules npm i <package_name> 安装 <package_name> npm i --save-dev 或 -D 开发依赖 写入到 devDependencies 对象中 例如 l 阅读全文
posted @ 2018-06-30 22:08 且听风吟V 阅读(703) 评论(0) 推荐(0) 编辑
摘要: 1.express 速学 阅读全文
posted @ 2018-06-21 00:48 且听风吟V 阅读(212) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 14 下一页