2019年12月10日

webstorm active code

摘要: 6ZUMD7WWWU-eyJsaWNlbnNlSWQiOiI2WlVNRDdXV1dVIiwibGljZW5zZWVOYW1lIjoiSmV0cyBHcm91cCIsImFzc2lnbmVlTmFtZSI6IiIsImFzc2lnbmVlRW1haWwiOiIiLCJsaWNlbnNlUmVzdHJ 阅读全文

posted @ 2019-12-10 10:41 田庚的博客园 阅读(421) 评论(0) 推荐(0) 编辑

2019年10月10日

angular jspaf

摘要: import { Component, OnInit } from '@angular/core'; import * as jsPDF from 'jspdf'; import html2canvas from "html2canvas"; @Component({ selector: 'app-desigin', templateUrl: './desigin.component.... 阅读全文

posted @ 2019-10-10 23:39 田庚的博客园 阅读(202) 评论(0) 推荐(0) 编辑

jsPDF

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="https://cdn.bootcss.com/html2canvas/0.5.0-beta4/html2 阅读全文

posted @ 2019-10-10 22:06 田庚的博客园 阅读(2636) 评论(0) 推荐(0) 编辑

2019年8月24日

less 的使用方法总结

摘要: 一、 安装和使用 LESS 1.1 安装 使用命令行安装 LESS npm install -g less 1.2 使用 less 有多种的使用方法,在这里我向大家介绍最常用的俩种方法。 第一种是直接在浏览器中使用: 去下载一个你要的 less.js 脚本; 创建一个文件来放置你的样式,比如说style.less 添加下面的代码到你的 HTML 的 中。 ... 阅读全文

posted @ 2019-08-24 23:28 田庚的博客园 阅读(1043) 评论(0) 推荐(0) 编辑

2019年7月29日

移动端 上拉加载下拉刷新功能

摘要: laodmore 1 1 1 1 #loadmore{ height: 100%; background: pink; transition: ... 阅读全文

posted @ 2019-07-29 16:25 田庚的博客园 阅读(607) 评论(0) 推荐(0) 编辑

js 原生轮播图插件

摘要: Document 左 右 3 1 2 3 1 阅读全文

posted @ 2019-07-29 16:21 田庚的博客园 阅读(205) 评论(0) 推荐(0) 编辑

2019年2月13日

js 内置对象参考 (Array,String, Math, Data, Number)

摘要: var str = "helloWorld"; var strOne = "helloWorld"; // charAt() 返回在指定位置的字符。 var a = str.charAt(0); console.log(a); // concat() 连接字符串,返回新的字符串。 var b = str.concat(strOn... 阅读全文

posted @ 2019-02-13 17:23 田庚的博客园 阅读(280) 评论(0) 推荐(0) 编辑

2019年1月31日

JavaScript 中事件对象参数:clientX、clientY、offsetX、offsetY、screenX、screenY

摘要: JavaScript 中一些概念理解 :clientX、clientY、offsetX、offsetY、screenX、screenY clientX 设置或获取鼠标指针位置相对于窗口客户区域的 x 坐标,其中客户区域不包括窗口自身的控件和滚动条。 clientY 设置或获取鼠标指针位置相对于窗口客户区域的 y 坐标,其中客户区域不包括窗口自身的控件和滚动条。 offsetX 设置或获取鼠标指针... 阅读全文

posted @ 2019-01-31 10:39 田庚的博客园 阅读(413) 评论(0) 推荐(0) 编辑

2019年1月7日

table 的部分使用,固定行,固定列等

摘要: 主要是用多张table表格实现 Document 项目基本 项目基本 ... 阅读全文

posted @ 2019-01-07 15:05 田庚的博客园 阅读(642) 评论(0) 推荐(0) 编辑

2018年12月29日

echart 图例

摘要: 说明:stack相同,两个bar合并但是不会重叠 如果需要重叠 用barGap: '-100%', 根据不同的需求来使用两者。 echart 阅读全文

posted @ 2018-12-29 17:52 田庚的博客园 阅读(848) 评论(0) 推荐(0) 编辑

导航